Add new fields to entries #15
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: baz/TheOchulus#15
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
I am considering more fields to add, this will come with time.
Introduced
statusChangedAt
to replace the usage ofupdatedAt
with5abb10f7c3
, other parameters to be added in due course.