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

Add Notifications collection and add/modify APIs to add notification view functionality #322

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

Sebastian-Webster
Copy link
Member

@Sebastian-Webster Sebastian-Webster commented Nov 24, 2023

Schemas to be created:

  1. Notification - Done in e658c58

New APIs to be created:

  1. POST temp/getnotifications - Done
  2. POST temp/deletenotification (takes notificationId in body) - Done in 2117125
  3. POST temp/clearnotifications - Done in 55f04f8

APIs to be modified:

  1. temp/deleteimage
  2. temp/deletepoll
  3. temp/deletethread
  4. temp/deleteaccount
  5. temp/followuser
  6. temp/unfollowuser
  7. temp/deletecomment
  8. temp/voteoncomment
  9. temp/voteonpost
  10. temp/removevoteoncomment
  11. temp/removevoteonpost
  12. temp/blockaccount
  13. temp/postcomment

@Sebastian-Webster Sebastian-Webster added the enhancement New feature or request label Nov 24, 2023
@Sebastian-Webster Sebastian-Webster self-assigned this Nov 24, 2023
@Sebastian-Webster Sebastian-Webster marked this pull request as draft November 24, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Notification collection and APIs to retrieve and delete Notifications
1 participant