Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Big project: notification system #23

Open
triszt4n opened this issue Oct 30, 2020 · 0 comments
Open

Big project: notification system #23

triszt4n opened this issue Oct 30, 2020 · 0 comments
Labels
enhancement New feature or request javascript Pull requests that update Javascript code ruby Pull requests that update Ruby code testing Needs tests or affects tests UI / UX Something related to the UI or UX of the page

Comments

@triszt4n
Copy link
Owner

Idea:

  • New model: Notification
  • They are created on different actions, they aim to inform the followers about events, about their news.
  • Basically a mailing system with fewer options and functions, but including an inbox implementation and state management
  • (recommended gem: aasm).
  • Triggers: Once a post is sent on the events page, or the post is edited, or the event is edited, or a post is deleted, or the user's name has been mentioned --> the followers get a notification with the state: SENT.
  • (recommended: use ajax for frontend communication)

Needs a lot of time and maybe tests.

@triszt4n triszt4n added enhancement New feature or request ruby Pull requests that update Ruby code UI / UX Something related to the UI or UX of the page javascript Pull requests that update Javascript code testing Needs tests or affects tests labels Oct 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request javascript Pull requests that update Javascript code ruby Pull requests that update Ruby code testing Needs tests or affects tests UI / UX Something related to the UI or UX of the page
Projects
None yet
Development

No branches or pull requests

1 participant