-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tasks module #73
Comments
I'm starting with ripping out the Soukai code for Tasks from solid-focus -> NoelDeMartin/solid-focus#13 |
Doing some work related to this in the federated task-tracking project (also nlnet-funded): |
I'll work on this in the tasks folder in the tasks branch
|
In terms of the base model for Task state I think the basics are:
Additional attributes may be:
Comments maybe be split out in a machine-readable way to attachments, work log and time tracking. |
Theory of Mind depends both on versioning between network nodes and on authoring between authors. I can start coding with a single operations log, where operations are:
|
Then a function that processes a Solid pod HTTP response, including deduplication of already-seen comments etc. |
What do you think about looking at how some established project management apps mode tasks? For example
|
I'll start with https://github.com/NoelDeMartin/solid-focus/blob/5db6787fcd9823b14b8062923dcfb9805a56a463/src/services/Workspaces.ts#L101
The text was updated successfully, but these errors were encountered: