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 I want to remove a tag from a file, so that the file does not get listed any more on click of the tag.
Value
tidy up tagged files
Acceptance Criteria
click on "X" removes the tag from the resource
if there is only 1 file with ex. the Tag "mytag" left, and "mytag" gets removed via X, then the Tag is globally deleted because it can't live without a file attached (implicit delete)
Behaviour of the tags field will be same like the group-select in user management
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
Functional requirements
functionality described in the user story works
acceptance criteria are fulfilled
Quality
codre 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
Note on terminology:
"File" is always meant as "file and folder".
User Story
Value
Acceptance Criteria
X
, then the Tag is globally deleted because it can't live without a file attached (implicit delete)Definition of ready
Definition of done
Functional requirements
functionality described in the user story works
acceptance criteria are fulfilled
Quality
codre 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
Note on terminology:
"File" is always meant as "file and folder".
Appendix:
Example combobox components for Tags:
The text was updated successfully, but these errors were encountered: