44 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# todotxt_reminder
2023-01-07 18:15:32 +01:00
A Reminder based on todo.txt synced via nextcloud
2023-01-08 22:39:44 +01:00
## Current todos:
2023-01-07 18:15:32 +01:00
2023-01-10 23:55:38 +01:00
- [x] make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.)
- [x] define isomorphism for 'repeat:'-meta-tag
- [x] add interface for repeat-datatype in addReminder.dart
2023-01-09 17:35:38 +01:00
- [x] save/load data to/from disk
- [x] adding/removing tasks
2023-01-10 23:55:38 +01:00
- [x] respect ordering that was used when starting the app when saving.
- [ ] add annoying pop-up message so you actually do your tasks ^^
2023-01-09 17:35:38 +01:00
- [ ] 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
- [ ] make application-settings
- [ ] store/load settings
- [ ] setting for number of days into the future
2023-01-13 22:39:05 +01:00
- [ ] theme
- [x] light/dark mode
- [ ] color theme by system colors
- [ ] own primary/secondary color theme
- [ ] fancy pop-animation & sound for the checkbox
2023-01-07 18:15:32 +01:00
2023-01-08 22:39:44 +01:00
## Current looks:
2023-01-07 18:15:32 +01:00
2023-01-08 22:39:44 +01:00
### Main Widget
![](img/2023-01-08_application.png)
2023-01-07 18:15:32 +01:00
2023-01-08 22:39:44 +01:00
### Adding Tasks
2023-01-13 22:48:40 +01:00
![](img/2023-01-13_addTask.png)
### Details/Removing tasks
2023-01-10 23:55:38 +01:00
![](img/2023-01-10_Task_details.png)
### Complex repeat patterns
2023-01-13 22:39:05 +01:00
![](img/2023-01-10_repeat_patterns.png)
### Light/Dark theme
![](img/2023-01-13_theme_light.png)
![](img/2023-01-13_theme_dark.png)