Skip to content
Discussion options

You must be logged in to vote

I checked the premise against the source, and it does not hold: the push-based
todo pipeline you ask for already exists — it existed in your own 0.1.2-alpha.5,
and it is unchanged on master (c291e79).

Verified on master:

  1. Every todo_write call appends a whole-list todo/write snapshot to the
    session immediately (packages/todo/tool-todo/src/index.ts:210).
  2. The todos projection folds every committed event eagerly: apply at
    tool-todo/src/index.ts:138-140 ("latest whole todo/write list"); the
    sessionProjections registry subscribes to session/event once and drives every
    registered unit per committed event (packages/extensions/tool-cordis/src/
    api-catalog.ts:1669-1671), and changed views are push…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by anhyxdy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants