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] keyboard navigation in Spaces overview #9624

Closed
exalate-issue-sync bot opened this issue Aug 29, 2023 · 0 comments · Fixed by #9625
Closed

[web] keyboard navigation in Spaces overview #9624

exalate-issue-sync bot opened this issue Aug 29, 2023 · 0 comments · Fixed by #9625
Labels

Comments

@exalate-issue-sync
Copy link

Description

Assumption: we have reusable components for keyboard navigation/selection etc.

User Stories

  • As an organization who needs to comply with accessibility standards, navigation in the spaces overview needs to be possible without mouse.

Value

Acceptance Criteria

navigation

  • via keyboard arrows up/down for moving up and down through the rows of the list (don't cycle to the top when reaching the end, just stay there. similarly, don't cycle to the end when reaching the top, just stay there).

selection

  • via keyboard space bar: select / deselect the currently highlighted row
  • via keyboard shift + arrows up/down: add a series of rows
  • via keyboard cmd/ctrl + a: select all rows. if paginated: only the items of the current page. our selection model doesn't span across pages.
  • via keyboard esc: deselect all rows
  • via mouse left click anywhere on row (of course except for otherwise interactive elements, e.g. indicators, quick actions, file name): replace the selection with the click row (no other rows selected).
  • via mouse holding cmd/ctrl + left click on a row: add/remove the clicked item to/from the current selection model (i.e. toggle selection state of the clicked row)
  • via mouse holding shift + left click on a row: add the clicked row and the series of rows towards the most recently clicked row to the current selection model. (this will require to memorize the most recently clicked item). note that this doesn't allow to remove items from the selection model.

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

Successfully merging a pull request may close this issue.

0 participants