Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⏩ type defintations required for Operations and Cursor #10

Open
noob77777 opened this issue Oct 25, 2021 · 0 comments · Fixed by #11 · May be fixed by #16
Open

⏩ type defintations required for Operations and Cursor #10

noob77777 opened this issue Oct 25, 2021 · 0 comments · Fixed by #11 · May be fixed by #16
Assignees
Labels
enhancement New feature or request
Projects

Comments

@noob77777
Copy link
Member

noob77777 commented Oct 25, 2021

Feature Request

type Operations and type Cursor implementation

Summary

define the following types

  • Cursor

A vector of id that uniquely identify the path in Node tree.
  • Operation

{
    id: LamportCounter
    deps: []LamportCounter
    cursor: Cursor
    mutation: ASSIGN | DELETE | INSERT | GET
    value: *Node
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
TaskLists
Review in progress
3 participants