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

Improvements to date entry #1

Open
2 tasks done
bryanbraun opened this issue May 31, 2016 · 0 comments
Open
2 tasks done

Improvements to date entry #1

bryanbraun opened this issue May 31, 2016 · 0 comments

Comments

@bryanbraun
Copy link
Owner

bryanbraun commented May 31, 2016

Things I could do, in rough order of value:

  • Save a user's birthday in local storage and prepopulate when revisiting the page. [fixed in https://github.com/Improvement/local storage #6]
  • If a user clicks the dropdown to switch between weeks/months/years, check to see if a date has already been chosen and pass that date to the next page, using either localstorage or query parameters. [fixed in https://github.com/Improvement/local storage #6]
  • Improve validation (no days above 31, or even month-specific validation).
  • Improve arrow-key incrementing/decrementing of days (by preventing users from choosing invalid days). A truly accurate version (with month-specific validation) could be pretty complex.

Even better: Switch to an <input type="date"> field

@bryanbraun bryanbraun changed the title Potential enhancements Improvements to date entry May 24, 2023
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