Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Updates Sidebar #2271

Open
alonp99 opened this issue Mar 31, 2024 · 0 comments
Open

Implement Updates Sidebar #2271

alonp99 opened this issue Mar 31, 2024 · 0 comments

Comments

@alonp99
Copy link
Collaborator

alonp99 commented Mar 31, 2024

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant