Calendar Display Options: SMTWTFS vs MTWTFSS vs user defined #394
romanstetsyk
started this conversation in
Technical Specification Review
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Currently, the calendar renders the week starting from Monday. This spec describes the possibility of rendering starting from Sunday (or any other day).
Scope
Data Model
May need to add one field to the User model (e.g.
startWeekOn
)User Stories
No response
Implementation Details
Use Intl API to get the day a week starts (doesn't work in Firefox)
Relevant files: AllDays.js, DayCardList.js
APIs
If we store the setting in the database, a new endpoint should be added that changes the User model.
Security/Privacy
No response
Testing
Front-end tests need to be updated
Open Questions
Deployment
No response
Beta Was this translation helpful? Give feedback.
All reactions