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

[DatePicker] Misc TODO #20960

Closed
3 of 12 tasks
oliviertassinari opened this issue May 9, 2020 · 2 comments
Closed
3 of 12 tasks

[DatePicker] Misc TODO #20960

oliviertassinari opened this issue May 9, 2020 · 2 comments
Labels
component: date picker This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation umbrella For grouping multiple issues to provide a holistic view
Milestone

Comments

@oliviertassinari
Copy link
Member

oliviertassinari commented May 9, 2020

Considering that the quality of the documentation is the number 1 factor developers has shared that they would consider when picking a UI library in our latest survey, I think that it worth starting a list of what we want to document/improve in the picker pages as we move:

Items I have noticed so far:

Also cover how to change the header https://github.com/mui-org/material-ui-pickers/issues/1805.

Capture d’écran 2020-05-09 à 14 16 23

const [selectedDate, handleDateChange] = useState(new Date());
<DatePicker value={selectedDate} onChange={handleDateChange} />
  • Improve the accessibility of the demos. I have noticed a bunch of errors, I didn't look closer

wave

report from https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh.

  • Split ## responsiveness into 3 demos to collect stats usage between desktop, mobile, and responsive. This will help better prioritize our time.
  • Drop DateRangeDelimiter component, use Box instead.
  • Enable generation of API pages
@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation umbrella For grouping multiple issues to provide a holistic view labels May 9, 2020
@oliviertassinari oliviertassinari added this to the v5 milestone May 9, 2020
@oliviertassinari oliviertassinari added the component: date picker This is the name of the generic UI component, not the React module! label May 9, 2020
@dmtrKovalenko
Copy link
Member

dmtrKovalenko commented May 28, 2020

Some of my notes to not forget:

@oliviertassinari oliviertassinari changed the title [DatePicker] List items to prioritize for hosting the documentation [DatePicker] Misc TODO Nov 4, 2020
@oliviertassinari
Copy link
Member Author

Closing as we mostly have standalone issues for each point now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: date picker This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation umbrella For grouping multiple issues to provide a holistic view
Projects
None yet
Development

No branches or pull requests

2 participants