OpenConext / OpenConext/Stepup-RA
Add CSV export functionality to RA Management search results
Open
Nobody has claimed this yet.
ra-management
- Dominant language
- PHP
- Stars
- 2
- Forks
- 2
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 3
Description
As an institution administrator, I want to obtain a CSV export of my RA, RAA, Either users, so that I can more easily perform periodic audits.
SD-127644 and SD-127154 for more details on user motivation.
...
The Tokens page already offers a CSV export of search results:
The RA Management page already offers search and filter functionality for looking up RA, RAA, and users with either role.
...
This feature request expands the functionality in the RA Management page to include an Export button.
- Add an
Exportbutton next to theSearchbutton on the RA Management page. This button should export the search results in CSV format. - The naming convention for the exported file should follow the convention from the
Tokenspage. So, something likera_export_YYYY-MM-DD,raa_export_YYYY-MM-DD,ra-raa-export_YYYY-MM-DD. - In the
Roledropdown, there are currently three options:Blank,RA, andRAA. It would be good to name theBlankoption with a more descriptive name. So the options list may look something likeRA/RAA,RA,RAA. - All other scope boundaries behave as normally. In other words, an administrator may only search for and export the RA(A) overview for the institution for which they are responsible.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.