You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of epic "Admin view" (#4 ). Relates to issue #91 (change volunteer assignment).
What type of user is this for? [volunteer/admin/supervisor/all]
admin
Where does/should this occur?
When an admin is on their dashboard and clicks the "edit" button on a volunteer and are taken to the edit volunteer page
Description
Here, admins should be able to:
see and edit volunteer display name
see and edit volunteer email address
see volunteer start date (date formatted: dd/mm/yyyy)
see and edit volunteer status to be active or inactive (maybe as a radio button, dropdown, or toggle? Have fun!) - you will need to add this database column
see a list of cases assigned to the volunteer, with an "edit" link for each which links to the edit case view, and an "unassign" link which unassigns the case from the volunteer
This is part of epic "Admin view" (#4 ). Relates to issue #91 (change volunteer assignment).
What type of user is this for? [volunteer/admin/supervisor/all]
admin
Where does/should this occur?
When an admin is on their dashboard and clicks the "edit" button on a volunteer and are taken to the edit volunteer page
Description
Here, admins should be able to:
Future work (NOT in this issue):
Relates to issues
#21 #22 #204