code4romania / monitorizare-vot-ong

NGO dashboard for viewing answers submitted by certified observers
https://votemonitor.org
Mozilla Public License 2.0
16 stars 44 forks source link

Show observer notes with responses #290

Closed aniri closed 3 years ago

aniri commented 4 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.

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.

aniri commented 3 years ago

in progress @Andrei0872 :rocket:

aniri commented 3 years ago

fixed