mafintosh / mafintosh/append-tree
Option for timestamps on operations.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 55
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
I understand that timestamps are not-reliable, but going through the append-log by hand (if the user-interface is provided), doesn't give you a hint when a change happened. A simple option to store the timestamp could help when a human needs to interact with the data. Would you be okay with a PR that adds a timestamp option (default to false)?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the append-tree operation and append-log APIs to determine where an optional timestamp would belong. The issue does not name files or tests, so first clarify the timestamp representation and storage format. Done should mean timestamps are opt-in, default to false, and remain absent from existing operations unless enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100