jschuur / coworking.party

Virtual coworking communities to keep people motivated and have a little fun.
https://coworking.party
7 stars 1 forks source link

Feature: Private todo list #2

Open jschuur opened 5 months ago

jschuur commented 5 months ago

Initial scope: Logged in user gets to manage a basic todo list and mark items as done.

Other users in the room see the number of items on the list and the overall completion status, but not the text of the items on the list.

More complex iterations later.

jschuur commented 4 months ago

Ideas for later features: Encrypt and store in the DB, add public aliases for todo text, track time spent, expire old todo items after 2-3 days.

jschuur commented 4 months ago

Local only version implemented in c210bde248e7df34b87ea1682c35938d8ee57bec and sharing functionality moved to #102.