jschuur / coworking.party

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

Fix: Accessibility improvements for todo list #101

Open tdrayson opened 1 month ago

tdrayson commented 1 month ago

Issues found:

Questions

jschuur commented 1 month ago

Quick answers to the questions:

Task list resetting is something I logged for the future in a comment in #2. It doesn't do it yet, but I want this to be a server side thing, so the reset logic can run centrally, and I want to encrypt the items before I store them in the cloud.

Also need to think about what a good logic for resetting is, considering situations like carrying over tasks.

I had thought about sorting tasks, but I think people might have a reason for keeping tasks in a certain order and there might be a benefit in visualising them in that original order, so I didn't want to break that by default.