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

Date picker #14

Open
ctsexton opened this issue Feb 25, 2019 · 3 comments
Open

Date picker #14

ctsexton opened this issue Feb 25, 2019 · 3 comments
Labels
good first issue Good for newcomers

Comments

@ctsexton
Copy link
Member

Implement a simple date picker to allow access to historical records.

@ctsexton
Copy link
Member Author

We should redesign the current dropdown menu to be a calendar widget that shows dates we have data available for.

@ctsexton ctsexton added the good first issue Good for newcomers label Apr 16, 2019
@ctsexton
Copy link
Member Author

ctsexton commented May 9, 2019

This widget will be in the filter panel. It needs to take a list of available dates as a prop (these dates will be fetched from the Node API) and make those available to the user to select from. Currently on the index page this data is fetched in "getInitialProps".

@eightyknots
Copy link

@ctsexton Can you assign this to me for visibility?

MVP will be to just use the native date input field with min/max set and simple date validation. This should mean minimal refactoring for the component if style changes are made in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants