Is multiuser case handled by taskwiki? #333
Answered
by
tbabej
jahagirdar
asked this question in
Q&A
|
What happens if
Will taskwiki create the project, deadlines, tags and the tasks for the second user? If yes, can this method be used by two people to synchronize their tasklist? Are there any known corner cases |
Answered by
tbabej
Jul 12, 2020
Replies: 1 comment
|
This use case is not handled natively. In order for this to work properly, the two people would need to use Alternatively, you can share a task list in a taskwiki format and have the receiving user delete all the short UUID comment identifiers (the |
0 replies
Answer selected by
tbabej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This use case is not handled natively. In order for this to work properly, the two people would need to use
task syncto synchronize their tasklists (which syncs all the tasks and modifications).Alternatively, you can share a task list in a taskwiki format and have the receiving user delete all the short UUID comment identifiers (the
#af739cbat the end of each task), however, that will only help him generate the same initial task list, it won't cope with eventual updates.