-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Requirements
As a User
I would like to click on a record from a list to view the details
So that I can select an action to perform on it, either edit, approve, or reject, depending on my permissions
As a Data Capturer
If the record is in progress or awaiting approval
I should see the option to edit
As a Digitiser
If the record is in progress or completed
I should see the option to edit
If the record is awaiting approval
I should see the option to edit, approve and reject
Tech tasks
- Create view UI
- Create endpoint to get record by id
- Create mongo query to fetch record
- Create buttons, selectively hidden based on record status and permissions