dev-launchers / dev-launchers-platform

Monorepo for all DevLaunchers internal products and libraries used by the official platform
https://devlaunchers.org
GNU General Public License v3.0
41 stars 30 forks source link

[Platform] [User Notifications] Fetch and display user-specific notifications #1895

Open Enjoy2Live opened 2 months ago

Enjoy2Live commented 2 months ago

User Story:

As a user, I want to see my personalized notifications on the UI so that I can stay updated on important information and take necessary actions.

Acceptance Criteria:

Additional Considerations:

By meeting these criteria, the user will have a seamless experience in managing and interacting with their notifications.

Would you like to delve deeper into any specific aspect of this user story, such as the UI design or the Tanstack Query implementation? If so please ask your questions here!

dbradham commented 3 weeks ago

@yacineKahlerras are we ready to test these changes in the staging environment? Or is there more development work to be done?

yacineKahlerras commented 3 weeks ago

@dbradham yeah am waiting for the backend to add more data to the api so i can finish it

dbradham commented 3 weeks ago

@yacineKahlerras thanks! What data do you need specifically in the backend? Specifically, which collection(s) are you planning to access?

dbradham commented 3 weeks ago

Needs to be able to access:

  1. user name that commented (now possible with the eventUser)

  2. access to profile image (now possible with the eventUser ... we need to include the user:profile)

  3. action + event name to be separate (we will add a new field in the schema for Event)