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

Replace table role with treegird for screenreader #195

Closed
wants to merge 3 commits into from

Conversation

jatindersingh93
Copy link
Contributor

@jatindersingh93 jatindersingh93 commented May 10, 2024

  • Change Table role to treegrid
  • Change cell role to treeitem
  • Tab Navigation across table
  • Make sure screen reader readout navigation buckets

SC3689

Description

Types of changes

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

Coverage Report (Application)

Totals Coverage
Statements: 70.67% ( 53 / 75 )
Methods: 62.5% ( 5 / 8 )
Lines: 81.63% ( 40 / 49 )
Branches: 44.44% ( 8 / 18 )

Copy link

Coverage Report (Frontend)

Totals Coverage
Statements: 19.27% ( 706 / 3663 )
Methods: 18.51% ( 134 / 724 )
Lines: 23.16% ( 491 / 2120 )
Branches: 9.89% ( 81 / 819 )

Copy link

codeclimate bot commented May 10, 2024

Code Climate has analyzed commit 80b1132 and detected 4 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 4

The test coverage on the diff in this pull request is 28.5% (50% is the threshold).

This pull request will bring the total coverage in the repository to 24.5% (-0.1% change).

View more on Code Climate.

norrisng-bc and others added 3 commits May 13, 2024 16:30
When adding or removing permissions for a bucket/object, a call is made to fetch permissions immediately after. This call was not scoped at all, so it would fetch permissions for ALL buckets/objects, resulting in a very heavy COMS API call. This has now been restricted to just the bucket/object being updated.
When adding or removing permissions for a bucket/object, a call is made to fetch permissions immediately after. This call was not scoped at all, so it would fetch permissions for ALL buckets/objects, resulting in a very heavy COMS API call. This has now been restricted to just the bucket/object being updated.
@jatindersingh93 jatindersingh93 marked this pull request as ready for review May 13, 2024 23:32
@jatindersingh93 jatindersingh93 deleted the SC3659 branch May 14, 2024 15:14
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 this pull request may close these issues.

2 participants