You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are trying to switch from Y/M/D to Y/M as a field.
We have to accomodate this change in the backend as well.
Some considerations
Moving away from storing this as a date in the backend will make it harder to calculate an interval
If we keep storing this as a date on the backend, where do we convert from Y/M to Y/M/D? Do we do this conversion on the frontend side or backend side?
We also need to represent a "Present" value as an end date
What are people's proposals for how this will work?
The text was updated successfully, but these errors were encountered:
Currently, we are trying to switch from Y/M/D to Y/M as a field.
We have to accomodate this change in the backend as well.
Some considerations
What are people's proposals for how this will work?
The text was updated successfully, but these errors were encountered: