-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Requirements
As a User
I would like to view a list of captured records
So that I may click on one to view its detail
Create a screen to view all records already captured by the system.
The list view should contain 1 action button (View) or the list item should be clickable, to open the record (To be done in another subtask: (#8417)
View should contain at least the following fields:
- name
- date captured
- status (in progress | awaiting approval | complete)
Tech tasks
- Create list view to show records
- Create an endpoint in the API to return records
- Create a mongo query to fetch records
Other requirements
- List should implement paging
- Endpoints should require authentication but no authorisation