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

Create date range component #154

Closed
8 tasks
sellnat77 opened this issue Jan 12, 2020 · 1 comment
Closed
8 tasks

Create date range component #154

sellnat77 opened this issue Jan 12, 2020 · 1 comment
Labels
Role: Frontend React front end work v1 The first version of the site

Comments

@sellnat77
Copy link
Member

Overview

Create date selector component, feature set below.

Action Items

  • Create reusable date selector
  • Allows calendar selections or user input
  • Needs to suport a start/end property when reused
  • Cannot overlap. If start is 01/02/2020, then the end cannot be 01/01/2020
  • Will provide its own data validation/formatting
    • Feel free to enforce what ever the time format you wish
      • Consider using moment
    • Data passed to backed should be easily parsed into a python date

Resources/Instructions

See date range section in this mock

@sellnat77 sellnat77 added the Role: Frontend React front end work label Jan 12, 2020
@adamkendis adamkendis self-assigned this Feb 1, 2020
@johnr54321
Copy link
Member

This is a duplicate of https://github.com/hackforla/311-data/issues/166. Closing this ticket and assigning the other one to Adam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Role: Frontend React front end work v1 The first version of the site
Projects
Status: Done (without merge)
Development

No branches or pull requests

4 participants