Skip to content

Notification system for items of interest #11

Open
@raquelalegre

Description

Simplest mechanism is to show a page when the user logs in which displays comments/edits etc for any item, or related items, to which the user is subscribed since they were last active on the site. So to do this:

  • store the last active timestamp of the user in the system (not last login as they might remain signed in)
  • allow the user to 'follow' objects on the site, e.g. fragments etc
    Then either:
  • query database for new items each time they make an action on the site and display new items on the toolbar - potentially impacts performance as this check is done on every action of the user
  • better: a 'feed' where the user sees activity relating to things they are following on a specific 'feed' page meaning this check on new items is only done when they visit that page

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      High Priority

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions