Skip to content

[Router] : Notification System #10

Description

@Celesca

-- Notification --
Story 12:
As a users, I want to see the notifications of all systems.

Technical Requirements:
REST API Endpoint: GET /notifications/{user_id}
Path Variable: user_id
Response: 200 OK and get the lists of all notifications
Story 13:
As a users, I want to marked it as read message instead of unread notifications.

Technical Requirements:
REST API Endpoint: POST /notifications/{user_id} with Request Body
Path Variable: user_id
Request Body: { "notification_id" , "123" , "status" : 1 }
The status 1 is read, and status 0 is unread.
When opened the notifications all of it will turn into status 1 because users read it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions