A mobile first application serving Community Education Partnership (CEP) - https://www.cep.ngo/ . This volunteer used application works in collaboration with https://github.com/rubyforgood/inkind-admin .
As a volunteer, I would like my dashboard to display a student's age (not birthday) and an easy to read date for when my last sessions occured.
Styles
How dashboard looks now:
How ages & dates should display:
All text is in Nunito font.
Criteria for Completion
[ ] Student age is displayed where DOB is currently. Under the student's name in the "My Students" section.
[ ] Format the session date under the student name in the "Recent Sessions" section as seen in the mock.
[ ] Change "Hi, !" to "Hi " at the top of this home page. (Possibly retrieve volunteer first_name via GraphQL instead of name. But a one line addition may be needed on the BE to make this retrievable.)
Summary
As a volunteer, I would like my dashboard to display a student's age (not birthday) and an easy to read date for when my last sessions occured.
Styles
How dashboard looks now:
How ages & dates should display:
All text is in Nunito font.
Criteria for Completion
first_name
via GraphQL instead ofname
. But a one line addition may be needed on the BE to make this retrievable.)