You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user who receives a notification, I want to see dedicated information that is specific to the notification type so that I can quickly understand the notification (because my brain categorized it).
As a user who receives a notification, I want to click on it so that I don't need to search for the file in the file tree.
Value
Acceptance Criteria
following notifications can be rendered in the dropdown that appears when clicking on the notification bell:
"[User] shared [Resource] with you"
"[User] unshared [Resource] with you"
"[User] added you to Space [Space Name]"
"[User] removed you from Space [Space Name]"
"[User] disabled Space [Space Name]"
"[User] deleted Space [Space Name]"
"Access to [Resource] expired"
"Virus found in [Resource]. Upload not possible. Virus: [Virusname]"
for this first iteration:
no translations. only render text like it comes from the backend.
events don't resolve to resources. only implement the actions coming from the backend (e.g. accept/decline share).
notifications bell in the topbar shows an overlay with the number of notifications in a red circle (see GhostElement component in design system for overlay). If more than 99 notifications exist, show 99+ in the red circle.
refactor vuex store code away and move it into the Notifications component
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
Functional requirements
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
Quality
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
Non-functional requirements
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered:
Description
User Stories
Value
Acceptance Criteria
99+
in the red circle.Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: