blakee-marcus / deep-thoughts

A React based social platform for users to share, discuss, and reflect on their thoughts
https://bm-deepthoughts-1492b9add94c.herokuapp.com/
0 stars 0 forks source link

Feature: Notification System #11

Open blakee-marcus opened 1 year ago

blakee-marcus commented 1 year ago

Notification System

As a user of the 'Deep Thoughts' platform,
I want to receive and view notifications when someone follows me or likes my post,
So that I can stay updated and engaged with the community.

Acceptance Criteria:

  1. A notification is generated when a user follows me.
  2. A notification is generated when a user likes one of my posts.
  3. I can view all my notifications in a consolidated page.
  4. The notification page should clearly differentiate between different types of notifications (e.g., follow vs. like).
  5. The main navigation bar includes a tab/link to access the notifications page.

Additional Context

Dependencies:

Tasks