-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export/Printable view of any work-queue #6948
Labels
Comments
Associated with #6958. Can we leverage the advanced search bookmarking? |
1 task
jpye-finch
changed the title
Printable view of any work-queue
Export/Printable view of any work-queue
Jul 2, 2024
@euanmillar @rikukissa Ready for tech design |
Uganda requirements Export extract of digital register |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Often countries want to print a list of all the records in a workqueue. To support existing paper processes.
To give flexibility to different country requirements. The user can export to csv. and then print the output form a local program such as excel. Similar to Vital Statistics Export
Countries can also specify what to include in the export. As the workqueue row has limited information about the record.
Note. the user would require internet to generate the csv.
Note. this csv will contain PII - very similar to Vital Statistics Export
This ticket is to:
record.export-records
Design
Workqueue (TopActionButtons)
Use Button component - icon variant
Search results/ Save query
ACs
GIVEN I am on a workqueue
WHEN i have the scope to export-workqueues-searchresults
THEN I can see the option Export in the workqueue menu
GIVEN I am on an advanced search result
WHEN i have the scope to export-workqueues-searchresults
THEN I can see the option Export in the advanced search results menu
Tech tasks
The text was updated successfully, but these errors were encountered: