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

[Home Page] - Create Get Unread Notifications Endpoint #2998

Open
2 tasks
caiodasilva2005 opened this issue Nov 18, 2024 · 1 comment
Open
2 tasks

[Home Page] - Create Get Unread Notifications Endpoint #2998

caiodasilva2005 opened this issue Nov 18, 2024 · 1 comment
Assignees
Labels
back-end stale Hasn't been updated in a while straightforward

Comments

@caiodasilva2005
Copy link
Contributor

Description

We need to create an endpoint that will get a user’s unread notifications. This endpoint should be under the route ‘users/:userid/notifications/get” that does not take in a payload and returns the unread notifications of a user

Acceptance Criteria

  • a new endpoint is created in the organizations router under the route ‘users/:userid/notifcations/get that returns a user’s unread notifications
  • unit tests and postman screenshot

Proposed Solution

Take a look at some of the other get endpoints we have on Finishline and use it as a reference for this endpoint.

Mocks

No response

@caiodasilva2005 caiodasilva2005 self-assigned this Nov 19, 2024
caiodasilva2005 added a commit that referenced this issue Nov 22, 2024
caiodasilva2005 added a commit that referenced this issue Nov 22, 2024
@github-actions github-actions bot added the stale Hasn't been updated in a while label Dec 4, 2024
caiodasilva2005 added a commit that referenced this issue Dec 12, 2024
walker-sean added a commit that referenced this issue Dec 13, 2024
…-GetUnreadNotifications

#2998 - Get Unread Notifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end stale Hasn't been updated in a while straightforward
Projects
None yet
Development

No branches or pull requests

2 participants
@caiodasilva2005 and others