8000 Implement todo list example · Issue #9 · jprider63/vrdt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Implement todo list example #9
Open
@jprider63

Description

@jprider63

Create a new todo list example. You'll probably want to define a Todo datatype with LWW fields for the task, whether it's completed, a due date, etc. You can use deriveVRDT to create the instance/handle the syncing. For the overall state, I'd probably use a TwoPMap UniqueId Todo. It may make sense to use splitV to display the selected todo's details on a separate widget.

Potentially helpful references include the vty todo list example (switch to this widget) and the existing event scheduler example.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0