See notifications and history
Design Figma →
Userflows Whimsical →
Wireframe Whimsical →
As a logged user, I can access a list of notifications concerning myself
Sample of notification :
-
Event name
-
Passenger
has been added totrip
-
New Caroster
has been created -
You have been added to the waiting list in
trip
-
Passenger
wants to contact you -
List to be completed…
-
-
On clic of the notification I’m redirected to the event.
Existing notifications :
-
Passenger
has been added to yourtrip
-
New
trip
available for event
Validation
-
See the notification
-
clic on the notification
-
See that your are on the pabe Trip (travel of the event of the notification)
-
See the notification in my e-mail
-
Clic on link of the event to access it
-
See that your are on the right event
Tasks
-
Create model ‘notification’ in Strapi -
linked to a user and an event
-
can be “read” (boolean)
-
has a type (will be used for i18n and icon on frontend)
-
-
Create GQL method for “Set all my notifications as read” -
Set policy allowing a user to update only its own notifications -
Create notification on user action on backend (see story’s body “Existing notification”) -
Handle notifications -
Redirect to right pages by notification -
Add locales by notification -
Mutate the notification as Read before redirection -
Add icon on notification according to its type
-
-
Display Notifications -
Create a store -
Create a component -
Add notification icon to navBar -
Event bar -
Generic bar
-
-
Notion: https://www.notion.so/See-notifications-and-history-29b6a417c9d34a4f971bb6d3e5d45344
Points: 21