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

Data processing to fix dates #45

Open
jeancochrane opened this issue Mar 9, 2020 · 2 comments
Open

Data processing to fix dates #45

jeancochrane opened this issue Mar 9, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jeancochrane
Copy link
Contributor

No description provided.

@glw
Copy link
Member

glw commented Sep 22, 2021

  • Dates standardized
  • filtering updated to select date range rather than selecting from a list of unique values
  • form for Editing or adding a new documents should have a date selector rather than simple text input.

These updates should be made across all data sets (Flat Drawings, Licenses, Surveys, etc.)

@glw glw added the enhancement New feature or request label Mar 27, 2023
@smcalilly
Copy link
Contributor

smcalilly commented May 26, 2023

breaking down the above list:

  • dates standardized. do all of this on staging to test and then we can do it on production
    • find all of the date fields. are any of them free text? are there a few common formats/patterns we can use to write a script to standardize that data?
    • update all of the date fields to use the Django model date fields
    • write a script that converts the existing date data into the standardized format
    • do this on the production database
  • filtering updated to select date range rather than selecting from a list of unique values
    • is this for the search or the CRUD forms? either way, we'll need to use the django forms to render select widgets with the dates
  • form for Editing or adding a new documents should have a date selector rather than simple text input
    • standardizing the models' date fields to use a django model date field should help with this. the form should just render a date selector by default. if this doesn't work then we'll need to figure out what's wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants