Open sritampatnaik opened 3 years ago
[x] On navigating to the settings page the specific tabs don't get selected (same for billings)
[x] Seen/Read notifications not appearing in the popover
11/05/2021, 14:23:46
as Xm
(< hour) , Xh
(>hour and <24hour ), Xd
(>24hour and <7days), Xw
(>7days and <30days), Xmo
(>30day)On navigating to the settings page the specific tabs don't get selected (same for billings)
which one to show?
its default is profile. so as of now their is no profile so its not selecting anything
Seen/Read notifications not appearing in the popover
how much should we show?
A popover with unread notifs with scroll
Vue Test Utils
And Jest
Notifications
and NotificationsList
componentsSure, unit-jest these are the library installed via Vue ui
Description
A basic skeleton for showing notifications to the user. Each notification has these
id
,title
,content
,actionUrl
,category
,createTime
,lastUpdateTime
andstatus
Components
Features
Component 1
Mark All As Read
Upon clicking this all their notification will be marked as readactionUrl
and mark the notification as read/settings/notifications
Component 2