Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete a single Tag #7167

Closed
16 tasks
Tracked by #7134
tbsbdr opened this issue Jun 22, 2022 · 2 comments
Closed
16 tasks
Tracked by #7134

Delete a single Tag #7167

tbsbdr opened this issue Jun 22, 2022 · 2 comments
Labels
Type:Story User Story

Comments

@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 22, 2022

User Story

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

image

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".

Appendix:

Example combobox components for Tags:

  1. https://owncloud.design/#/oC%20Components/OcSelect
  2. https://vuetifyjs.com/en/components/combobox/#advanced-custom-options
@Jay-Dee-W
Copy link

for more context on this issue :- owncloud/ocis#3284

@tbsbdr
Copy link
Contributor Author

tbsbdr commented Jul 18, 2022

update:

  • re-use the group-select in user management
  • added screenshot
  • removed old scribbles

CC @fschade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Story User Story
Projects
None yet
Development

No branches or pull requests

2 participants