sortedcord / sortedcord/omnia

Delta ledger / undo

Open
#18 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core
Dominant language
TypeScript
Stars
7
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Spec §4.8, §7.5. SQLite-backed linear change log with oldValue/newValue, replayed in reverse for undo.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read Spec §4.8 and §7.5 first, then locate the SQLite persistence and change-application entry points in the repository. Define the ledger around a linear sequence of changes containing oldValue and newValue, and verify that replaying entries in reverse produces the expected undo behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
sqlite, typescript
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.