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

feat(a11y): Add preference option for date notation #205

Open
5 tasks
Oran-Dan opened this issue Apr 24, 2024 · 0 comments
Open
5 tasks

feat(a11y): Add preference option for date notation #205

Oran-Dan opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
Added A new feature that requires a minor release.

Comments

@Oran-Dan
Copy link
Contributor

Oran-Dan commented Apr 24, 2024

Description

Add a preference option to profile settings through which users can choose how they want their dates displayed.
This can be done quite simply in the frontend, the backend would only have to communicate the chosen date-notation locale.

Besides different countries writing the month before the day or the other way around (month/day/year vs day/month/year) there is also the point of readability for users who might have trouble with smaller notations or number/letter based notation due to dyslexia or discalculia.

The discussion remains if we want to keep shorter notations in smaller fields and longer notations in for example the data/connection specific overviews. This would bring about the questions how this different fields would respond to the locales

Blocked by:

Motivation

Adds to the user experience and accessibility (a11y)

Resources

No response

To-do List

  • Shortlist the date notations we want to make available
  • Make ux designs
  • Add the action and reducer
  • Integrate with the frontend
@Oran-Dan Oran-Dan added the Added A new feature that requires a minor release. label Apr 24, 2024
@Oran-Dan Oran-Dan self-assigned this Apr 24, 2024
@Oran-Dan Oran-Dan changed the title feat: Add preference option for date notation feat(a11y): Add preference option for date notation Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added A new feature that requires a minor release.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant