Closed aniri closed 3 years ago
Add a new tab in a users responses, next to the tabs for each completed form. The tab should show a list of the notes sent by that user.
The api endpoint is GET /api/v2/note.
GET /api/v2/note
The UI is here https://www.figma.com/file/61NHR7fwmV1Dsv4Pb6F8T7/code4ro_mv_user-management_2018.04.21-(Copy)?node-id=754%3A0 , under Notes tab + View notes.
Notes tab
View notes
Ideally this issue will be done after the complete UI update for the responses page ( https://github.com/code4romania/monitorizare-vot-ong/issues/232 ), but this one has a higher priority so it can be done on the existing UI :smiley:
Please use bootstrap classes as much as possible and avoid adding custom css styles to keep the codebase clean & consistent.
Also, make sure all texts are extracted in translation files.
in progress @Andrei0872 :rocket:
fixed
Add a new tab in a users responses, next to the tabs for each completed form. The tab should show a list of the notes sent by that user.
The api endpoint is
GET /api/v2/note
.The UI is here https://www.figma.com/file/61NHR7fwmV1Dsv4Pb6F8T7/code4ro_mv_user-management_2018.04.21-(Copy)?node-id=754%3A0 , under
Notes tab
+View notes
.Ideally this issue will be done after the complete UI update for the responses page ( https://github.com/code4romania/monitorizare-vot-ong/issues/232 ), but this one has a higher priority so it can be done on the existing UI :smiley:
Please use bootstrap classes as much as possible and avoid adding custom css styles to keep the codebase clean & consistent.
Also, make sure all texts are extracted in translation files.