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

Change entity fields fromDate and toDate #18

Open
pschild opened this issue Nov 18, 2018 · 2 comments
Open

Change entity fields fromDate and toDate #18

pschild opened this issue Nov 18, 2018 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pschild
Copy link
Owner

pschild commented Nov 18, 2018

Field types should be split into day: number, month: number, year: number

@pschild pschild added the bug Something isn't working label Nov 18, 2018
@pschild pschild added this to the first release milestone Nov 18, 2018
@pschild pschild self-assigned this Nov 18, 2018
@pschild
Copy link
Owner Author

pschild commented Nov 19, 2018

Created_After and Created_Before. The actual semantics being "created on or after" and "created on or before"
see https://softwareengineering.stackexchange.com/a/194380

@pschild
Copy link
Owner Author

pschild commented Nov 19, 2018

title example afterDate beforeDate
Specific day 1960-05-12 1960-05-12 1960-05-12
Specific month 1960-08 1960-08-01 1960-08-31
Specific year 1960 1960-01-01 1960-01-31
Specific day range 2018-09-01 to 2018-09-10 2018-09-01 2018-09-10
Specific month range 2018-07 to 2018-09 2018-07-01 2018-09-30
Specific year range 2016 to 2018 2016-01-01 2018-12-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant