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

Feature Request: Notifications #89

Open
Maker-Mark opened this issue Aug 19, 2019 · 4 comments
Open

Feature Request: Notifications #89

Maker-Mark opened this issue Aug 19, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request feature

Comments

@Maker-Mark
Copy link
Collaborator

  • Users should have a way of knowing when their post gets a comment or their comment gets a reply
  • Front-End: Build out a notification UI that pops down and can display how many unread alerts are present
  • Back-end: Keep track of users' actions and organize them in a way that we can cache and keep track of other users' actions.
@Maker-Mark Maker-Mark added enhancement New feature or request feature labels Aug 19, 2019
@mary060196
Copy link
Contributor

Hello, @Maker-Mark !
I am trying to register for a free desktop + mobile notification system that will allow sending notifications on various kinds of browsers. It is called OneSignal, and it is free for at most 30k subscribers.
What do you think about this?

@mary060196
Copy link
Contributor

@Maker-Mark , I tried doing it with OneSignal, but it does not seem to work. I am missing something. I guess I will create an interface, as you said, that will be reachable from the main menu on the website, where the user will see a list of notifications, which are links to the corresponding posts and comments. Since the final exam is tomorrow, I'll begin working on it after the exam.
Thank you very much!

@mary060196 mary060196 self-assigned this Aug 21, 2019
@mary060196
Copy link
Contributor

  • Create notifications button on the Main menu
  • Create notifications.html that shows the user's notifications. User will be redirected to the page once the button is pressed.

@mary060196
Copy link
Contributor

Addressing Bullet Points:
Bullet Point 1: Notifications button added. When there are new notifications, the button glows. Old (read) notifications shall be removed from the panel once the user sees them.
Bullet Point 2: notifications.html file + CSS + JS files created. The UI currently contains two examples: (1) comment to a post, and (2) comment to a comment.

Front End part is thereby complete.

Plausible Next Steps for Full Integration of the Feature:

  • Creation of notifications table in the Database
  • Addition of Back End code that would access notifications information in the database and display it to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

2 participants