Add a date column to the records table, and have the records table displayed on the demon pages be sorted by this column. For existing records, it should be initialized from the record_addition audit log entries, for new records it should be set to the time of submission. List Helpers should be able to modify the time stamp freely via PATCH /records/[id]/.
The API endpoints should continue sorting everything by ID
Add a
date
column to therecords
table, and have the records table displayed on the demon pages be sorted by this column. For existing records, it should be initialized from therecord_addition
audit log entries, for new records it should be set to the time of submission. List Helpers should be able to modify the time stamp freely viaPATCH /records/[id]/
.The API endpoints should continue sorting everything by ID