Notification when friends upload a new photo #17

Closed
opened 2023-03-13 23:35:50 +00:00 by noah · 0 comments

When a user uploads a photo, notify their friends about the new photo. Some logic can include:

  • On creation of a new photo:
    • If the visibility is Public or Friends-only, create a Notification for all friends about the new photo.
    • If the visibility is Private, notify all the grantees of private pictures about the new photo.
  • On edit of an existing photo:
    • If the visibility setting is moved to Private, revoke all of the New Photo Notifications. e.g.: if a user uploaded it as Friends-only (notif created), then edits it to Private, the pic shouldn't "leak" in the notification feed of friends who can't see the private pictures otherwise.
When a user uploads a photo, notify their friends about the new photo. Some logic can include: * On creation of a **new** photo: * If the visibility is Public or Friends-only, create a Notification for all friends about the new photo. * If the visibility is Private, notify all the grantees of private pictures about the new photo. * On **edit** of an existing photo: * If the visibility setting is moved to Private, revoke all of the New Photo Notifications. e.g.: if a user uploaded it as Friends-only (notif created), then edits it to Private, the pic shouldn't "leak" in the notification feed of friends who can't see the private pictures otherwise.
noah added the
enhancement
label 2023-03-13 23:35:50 +00:00
noah closed this issue 2023-03-24 22:55:28 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nonshy/website#17
There is no content yet.