2023-01-07 17:15:32 +00:00
|
|
|
# nextcloud_reminder
|
|
|
|
|
|
|
|
A Reminder based on todo.txt synced via nextcloud
|
|
|
|
|
2023-01-08 21:39:44 +00:00
|
|
|
## Current todos:
|
2023-01-07 17:15:32 +00:00
|
|
|
|
2023-01-08 21:39:44 +00:00
|
|
|
- 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
|
2023-01-07 17:15:32 +00:00
|
|
|
|
2023-01-08 21:39:44 +00:00
|
|
|
## Current looks:
|
2023-01-07 17:15:32 +00:00
|
|
|
|
2023-01-08 21:39:44 +00:00
|
|
|
### Main Widget
|
|
|
|
![](img/2023-01-08_application.png)
|
2023-01-07 17:15:32 +00:00
|
|
|
|
2023-01-08 21:39:44 +00:00
|
|
|
### Adding Tasks
|
|
|
|
![](img/2023-01-08_addTask.png)
|