Update readme with more todos
All checks were successful
/ Push Docker image to local registry (push) Successful in 3m27s

This commit is contained in:
kalle 2025-04-14 02:06:03 +02:00
parent 6a24fec70e
commit 32e9e1f725

View file

@ -7,6 +7,14 @@ Yes, another rewrite was needed. Again.
- Instead of dialogs, use drawers as these are easier to use on mobile. - Instead of dialogs, use drawers as these are easier to use on mobile.
- Add more quick actions to the mobile bar, maybe context dependant. - Add more quick actions to the mobile bar, maybe context dependant.
- Background sync all/selected note contents to/from device.
- If a note has local edits (somehow track this) it needs to be synced to the
server the next time the user is online.
- The user should be able to mark notes as always synced to make them sync in
the background for offline editing.
- This should also be configurable at a collection level.
- Make icon selection not lag the entire browser.
- Overview page - Overview page
- Show some stats about the "vault" - Show some stats about the "vault"
- Show upcoming tasks, once we have those - Show upcoming tasks, once we have those
@ -44,6 +52,7 @@ Yes, another rewrite was needed. Again.
- Table like view - Table like view
- Allows for quick viewing editing of properties of all notes. - Allows for quick viewing editing of properties of all notes.
- Detailed card view with certain properties shown on each note card - Detailed card view with certain properties shown on each note card
- STRETCH: Contacts support. Same notes as caldav support. - STRETCH: Contacts support. Same notes as caldav support.