Add new fields to entries #15

Open
opened 2024-05-14 02:53:15 +02:00 by baz · 1 comment
Owner

I have been considering adding extra fields to entries, currently, updates are tracked automatically using the sequelize updated_at field but we will need to start tracking when an entry changes status (planned<->playing<->beaten).

Planned new fields:

  • Notes
  • Ratings

I am considering more fields to add, this will come with time.

I have been considering adding extra fields to entries, currently, updates are tracked automatically using the sequelize `updated_at` field but we will need to start tracking when an entry changes status (planned<->playing<->beaten). Planned new fields: - Notes - Ratings I am considering more fields to add, this will come with time.
baz added the
enhancement
label 2024-05-14 02:53:15 +02:00
Author
Owner

Introduced statusChangedAt to replace the usage of updatedAt with 5abb10f7c3, other parameters to be added in due course.

Introduced `statusChangedAt` to replace the usage of `updatedAt` with 5abb10f7c3a9bd33a13e71f167f454ec1ab60114, other parameters to be added in due course.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: baz/TheOchulus#15
No description provided.