ballerine-io / ballerine

Open-source infrastructure and data orchestration platform for risk decisioning

Home Page:https://www.ballerine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Updates Sidebar

alonp99 opened this issue · 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.