Timestamps and revision history #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Short term
Basic
created_atandupdated_attimestamps (ms epoch) on all entries. Shown in the UI as relative time ("3d ago") with full datetime on hover.Long term
Full revision history for the entire database — every change to every entry should be recorded with a timestamp, author, and diff. This enables:
This will likely require a storage backend switch away from the current flat NDJSON KV store, towards something that natively supports append-only event logs (e.g. SQLite with an events table, or a purpose-built log structure).