-
Notifications
You must be signed in to change notification settings - Fork 3
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
explore possibilities to allow for flexible/fuzzy dates #771
Comments
Maybe use that https://github.com/ixc/python-edtf |
A JSON field that contains the possibility to store the written form (like 1100-1160 or 11th century) and the start date and end date to represent a range instead of a single date? |
Richard: we could just add the lower and upper bounds values for the dates in abc classes and leave the implementation to projects |
Birger: there is an API that allows fields to add more fields when they are added to the class ( |
date_of_birth
anddate_of_death
are DateFields and therefore need ISO-Dates: abc_E21_Personthis is not flexible enough for most of the projects. We need a way of allowing people to define fuzzy/inaccurate dates. In vanilla we had written_dates and subsequently tried to parse the chars into dates.
The text was updated successfully, but these errors were encountered: