aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index ccfbca1..d838d5b 100644
--- a/readme.md
+++ b/readme.md
@@ -18,11 +18,12 @@ Surgery Log
- [x] allow to reset database;
- [x] split touch logic from database (create TouchItemList);
- [x] split touch logic from stage (create TouchVerticalContainer);
-- [ ] on-press:
- - highlight item on lists
- - mark auto buttons as pressed
- [ ] load/store filters CSV file;
- [ ] import/export filters to CSV file;
+- [ ] add auto-fill buttons on stage screen:
+ - should show a pop-up with multiple options filtered according to current filters;
+ - allow options to be scrolled by dragging;
+ - selecting option puts that text on the associated LineEdit;
- [ ] Implement file access permission check on Android:
```py
if OS.get_name() == "Android":
@@ -37,10 +38,6 @@ Surgery Log
else:
has_permissions = true
```
-- [ ] add auto-fill buttons on stage screen:
- - should show a pop-up with multiple options filtered according to current filters;
- - allow options to be scrolled by dragging;
- - selecting option puts that text on the associated LineEdit;
- [ ] on stage screen: if a LineEdit is has text, it's "Clear Button Enabled" is set and the auto-entry-button should become smaller to allow more text to be visible;
- [ ] fix back button:
- on stage screen should show pop-up asking it changes are to be discarded;
@@ -60,3 +57,6 @@ Surgery Log
- [ ] Create two themes:
- [ ] theme_light
- [ ] theme_dark
+- [ ] on-press:
+ - highlight item on lists
+ - mark auto buttons as pressed