ballerine icon indicating copy to clipboard operation
ballerine copied to clipboard

Implement Updates Sidebar

Open alonp99 opened this issue 10 months ago • 0 comments

  • Create a new endpoint in the backend API to create an update: POST /case-management/updates.
  • Define the Update model in the backend with the specified fields (id, createdAt, updatedAt, sender, receivers).
  • Create a new endpoint to retrieve a list of updates: GET /case-management/updates.
  • Display the list of updates in the sidebar using ShadCN's components.
  • Ensure proper data fetching and rendering of the updates list.

alonp99 avatar Mar 31 '24 21:03 alonp99