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
This would allow to generate more accurate reports, enable sending a weekly digest, etc.
Basically much of the ordering system would be replaced by the date system. Dates do the ordering, if you have multiple entries on one day, you can specify an optional time to order.
Input of date is set to "now" by default, but can be easily changed to "yesterday" or a custom date if required.
Data migration would be by the ordering, then if realistic/possible it would use the insert timestamp as the date. That should in a functional sense retain the correct ordering.
The text was updated successfully, but these errors were encountered:
This would allow to generate more accurate reports, enable sending a weekly digest, etc.
Basically much of the ordering system would be replaced by the date system. Dates do the ordering, if you have multiple entries on one day, you can specify an optional time to order.
Input of date is set to "now" by default, but can be easily changed to "yesterday" or a custom date if required.
Data migration would be by the ordering, then if realistic/possible it would use the insert timestamp as the date. That should in a functional sense retain the correct ordering.
The text was updated successfully, but these errors were encountered: