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

As a user of the API, I want to know how many notifications I have left for the day and annually #1759

Open
2 tasks
jzbahrai opened this issue Jan 27, 2025 · 0 comments
Labels
Dev Task for implementation of a technical solution Incident Incident Ticket Medium Priority | Priorité moyenne Refined l Affiné Stories and tasks that are ready to be worked on

Comments

@jzbahrai
Copy link
Collaborator

Description

As a (user) of the API, I want to know how many notifications I have left for the day and annually.

Documentation and Artifacts

Reminder redis only holds Notifications uptill TODAY - for the current notifications, you need to go to the DB.
The API cannot go to the DB for each time a client wants to call this status API. The design of this API will need to take that into account.

Acceptance Criteria

  • Design and implement an API that returns the daily and annual limits of a service

QA Steps

  • Tested in a realistic production scenario
@jzbahrai jzbahrai added Medium Priority | Priorité moyenne Refined l Affiné Stories and tasks that are ready to be worked on Dev Task for implementation of a technical solution Incident Incident Ticket labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Task for implementation of a technical solution Incident Incident Ticket Medium Priority | Priorité moyenne Refined l Affiné Stories and tasks that are ready to be worked on
Projects
None yet
Development

No branches or pull requests

1 participant