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

Add data table to the country downloads #32

Open
10 tasks
cyphun opened this issue Dec 18, 2024 · 0 comments
Open
10 tasks

Add data table to the country downloads #32

cyphun opened this issue Dec 18, 2024 · 0 comments

Comments

@cyphun
Copy link

cyphun commented Dec 18, 2024

Narrative

As a user, I want to view a visual chart that displays country downloads by month for whatever time frame we're looking at. Additionally, I want to have access to a data table that provides the same information in a textual format to ensure accessibility for all users, including those who rely on screen readers.

Data Table

To ensure accessibility, the following example table provides the same information in a textual format. This allows users who rely on screen readers to access the data effectively. We can use the same styles as other tables on this page.

Country Downloads Country Downloads
USA 1,200 Canada 1,000
UK 1,100 Germany 900
France 700 Italy 450
Japan 200 Australia 75

Acceptance Criteria

  • The data table should provide the same information in a textual format
  • The data table should be accessible to users who rely on screen readers
  • Ensure the table is responsive
  • The table should display data in a 4-column layout.
  • Items in the table should be ordered from largest to smallest.
  • The ordering should proceed from left to right within each row.
  • After completing a row, the ordering should continue from the leftmost column of the next row.
  • The table should maintain this order consistently throughout.
  • If a country has no downloads it shouldn't show up in the table
  • Numbers should have proper number formatting (thousands separators)
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

No branches or pull requests

1 participant