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

SERP: List tagged files #7168

Closed
1 of 20 tasks
Tracked by #7134
tbsbdr opened this issue Jun 22, 2022 · 1 comment
Closed
1 of 20 tasks
Tracked by #7134

SERP: List tagged files #7168

tbsbdr opened this issue Jun 22, 2022 · 1 comment
Labels
Type:Story User Story

Comments

@tbsbdr
Copy link

tbsbdr commented Jun 22, 2022

Terminology: SERP = Search Engine Result Page

User Story

  • As a user I want to see a list of all files with a specific tag so that I can find files regardless of their space, filename or path.

Value

  • find related files regardless of their location or file name.

Acceptance Criteria

  • Click on a Tag in the Fileslist or in the Details view, shows a search result page (SERP)
  • The SERP lists all files that have the associated tag, ex. "gravity"
  • The searchfield shows the corresponding syntax like ex. "tag:gravity"
  • The SERP can get sorted (tag column can be sorted by amount of tags)
  • search: syntax like "tag:gravity" in the file search lists all files with the tag "gravity" in the SERP

image

Automated tests

Unittests:

  • none

E2E Tests

  • continue E2E Test from Create tags #7135 in the following way: assign the same tag to second file, click on the tag, validate that the SERP is being rendered, validate, that the SERP contains the 2 files mentioned in the steps before.

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

@tbsbdr tbsbdr changed the title List tagged files SERP: List tagged files Jun 22, 2022
This was referenced Jun 22, 2022
@tbsbdr
Copy link
Author

tbsbdr commented Jul 18, 2022

updates:

  • added screenshot of the SERP
  • screenshot shows "prefilled" syntax in search field (but no filterchip in this story - different story)

CC @fschade @kobergj @kulmann

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

1 participant