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

Notification(Arya&Mustafa&Niyas) #25

Open
mayqf opened this issue Dec 2, 2019 · 2 comments
Open

Notification(Arya&Mustafa&Niyas) #25

mayqf opened this issue Dec 2, 2019 · 2 comments

Comments

@mayqf
Copy link

mayqf commented Dec 2, 2019

User Story

As a user I want to follow changes instantly on the posts. I want to be notified when any of other users like or comment my posts. So, I can be always up to date, and react others as soon as possible.

Plan for technical implementation

Backend

Frontend

@mayqf mayqf changed the title Notification Notification(Arya&Mustafa*Niyas) Dec 2, 2019
@mayqf mayqf changed the title Notification(Arya&Mustafa*Niyas) Notification(Arya&Mustafa&Niyas) Dec 2, 2019
@hnnhack
Copy link

hnnhack commented Dec 5, 2019

Backend has been done:

  • added path to the server
  • added Notification Model
  • added api/notification route to routes

    Post notification by user id
    Show all notifications by user id
    Delete notification by notification id
    Update notification status
    Need to start frontend

@hnnhack hnnhack added finish backend Finish front end Front end is added and compiled with backend beautifying frontend and removed Finish front end Front end is added and compiled with backend labels Dec 5, 2019
@hnnhack
Copy link

hnnhack commented Dec 7, 2019

Front end is also has been done:

  • Added to the action

    Get notifications
    Notification Error
    Delete notification
    Update notification as read

  • registered in reducer

    Get notifications
    Notification Error
    Delete notification
    Update notification as read

  • created needed components

    Notification
    NotificationItem

  • attached EventListener

    onClick delete notification
    onClick go to the user post and mark as read

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

No branches or pull requests

3 participants