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

[web] Add "File type" filter Chip #9780

Closed
exalate-issue-sync bot opened this issue Oct 9, 2023 · 1 comment · Fixed by #9912
Closed

[web] Add "File type" filter Chip #9780

exalate-issue-sync bot opened this issue Oct 9, 2023 · 1 comment · Fixed by #9912
Assignees
Labels
Priority:p3-medium Normal priority Type:Story User Story

Comments

@exalate-issue-sync
Copy link

exalate-issue-sync bot commented Oct 9, 2023

Description

User Stories

  • As a user I want a ui to search for Document Types so that I don't need to learn the syntax.

Value

Acceptance Criteria

  • Add "File Type" Filter Chip to Search Result Page
  • Filterchip behaves the same as ex. roles-filter in admin settings
  • selection is "single select"
  • Filter should be persisted via URL
  • Each type has its own icon
  • Available File Types are:

Documents:

  • application/msword
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • application/vnd.oasis.opendocument.text
  • text/plain
  • text/markdown
  • application/rtf
  • application/vnd.apple.pages

Spreadsheets:

  • application/vnd.ms-excel
  • application/vnd.oasis.opendocument.spreadsheet
  • text/csv
  • application/vnd.openxmlformats-officedocument.presentationml.presentation
  • application/vnd.oasis.opendocument.presentation
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • application/vnd.oasis.opendocument.spreadsheet
  • application/vnd.apple.numbers

Presentations:

  • application/vnd.ms-powerpoint
  • application/vnd.openxmlformats-officedocument.presentationml.presentation
  • application/vnd.oasis.opendocument.presentation
  • application/vnd.apple.keynote
  • application/vnd.ms-excel

PDFs

  • application/pdf

Images:

  • image/*

Videos:

  • video/*

Audio:

  • audio/*

Archives (zip ...):

  • application/zip
  • application/x-tar
  • application/x-gzip
  • application/x-7z-compressed
  • application/x-rar-compressed
  • application/x-bzip2
  • application/x-bzip
  • application/x-tgz

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
    [ ] 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
@micbar micbar added Priority:p3-medium Normal priority and removed p3-medium labels Oct 9, 2023
@lookacat lookacat assigned lookacat and grimmoc and unassigned lookacat and grimmoc Nov 2, 2023
@kulmann
Copy link
Member

kulmann commented Nov 16, 2023

For the record: this has been implemented as multi select filter, selected items are combined with OR. Which results in a much smoother user experience 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Story User Story
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants