updated readme

This commit is contained in:
Nicole Dresselhaus 2023-01-09 17:35:38 +01:00
parent 61d444bd41
commit 33ff8b1f7d
2 changed files with 11 additions and 6 deletions

View File

@ -4,11 +4,16 @@ A Reminder based on todo.txt synced via nextcloud
## Current todos:
- make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.)
- add interface for repeat-datatype in addReminder.dart
- save/load data to/from disk
- add Nextcloud-login for getting a Token
- use webdav for synchronizing with Nextcloud using that token
- [ ] make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.)
- [ ] define isomorphism for 'repeat:'-meta-tag
- [ ] add interface for repeat-datatype in addReminder.dart
- [x] save/load data to/from disk
- [ ] respect ordering that was used when starting the app when saving.
- [ ] add Nextcloud-login for getting a Token
- [ ] use webdav for synchronizing with Nextcloud using that token
- [ ] sorting by "next up", "priority"
- [ ] respect 'color:'-meta-tag (usual formats like "#aabbcc", html-colors like "red")
- [ ] use color in rendering todos
## Current looks:

View File

@ -3,7 +3,7 @@ description: A Reminder based on todo.txt synced via nextcloud
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: 'https://gitea.dresselhaus.cloud/api/packages/drezil/pub' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43