While managing a request, the volunteer and/or Saayam admins may make some updates to this request. All these updating note has to be persisted in the database. User enters these notes in the editor in the front end and clicks a submit button. Then, this note needs to be added to this request.
For displaying all the notes of a request, front end will make a request to get all the notes of a specific request. Front end will send the request id. Backend needs to send all the updates - from the recent update on the top of a sorted list with the actual note, who updated and when it was updated info as a data structure.
While managing a request, the volunteer and/or Saayam admins may make some updates to this request. All these updating note has to be persisted in the database. User enters these notes in the editor in the front end and clicks a submit button. Then, this note needs to be added to this request.
For displaying all the notes of a request, front end will make a request to get all the notes of a specific request. Front end will send the request id. Backend needs to send all the updates - from the recent update on the top of a sorted list with the actual note, who updated and when it was updated info as a data structure.