dev-launchers / strapiv4

GNU General Public License v3.0
8 stars 2 forks source link

[Platform] [User Notifications][TUS] Notifications are available and read-only within logged-in user context #173

Open becevka opened 5 months ago

becevka commented 5 months ago

Summary In order to support User Notifications, we need to assign them to the user and prevent unauthorized access to notification data.

Describe the solution you'd like Notifications Collection should consist of the following fields:

Notifications endpoint should allow only read notifications for the currently logged in user (utilizing Strapi Policies). Notifications endpoint should not allow any modifications to notifications. Notifications endpoint should allow to filter notifications by createdDateTime and readDateTime fields.

Acceptance Criteria

Generated by Zenhub AI

becevka commented 5 months ago

@oriyomibadmus