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

[Tiles view] Add selection model #8365

Closed
5 tasks
tbsbdr opened this issue Feb 3, 2023 · 0 comments · Fixed by #8392
Closed
5 tasks

[Tiles view] Add selection model #8365

tbsbdr opened this issue Feb 3, 2023 · 0 comments · Fixed by #8392
Assignees

Comments

@tbsbdr
Copy link
Contributor

tbsbdr commented Feb 3, 2023

Description

User Stories

  • As a user I want to select multiple files in the tiles view so that I can sort out good and bad vacation photos.

Value

  • File Explorer Basics

Acceptance Criteria

  • Hover effect: If the mouse enters the preview, apply hover effect on preview-area (see design)
  • click on checkbox alters selection model
  • active selection is visualized via a padding around and resizing of the preview (see screenshot)
  • clicklable area on the checkbox is a little bit bigger that the checkbox itself to improve usability
  • note: selection model makes batch actions available like in list-view

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
    hover and selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants