aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index d61fe2d..51d0eff 100644
--- a/readme.md
+++ b/readme.md
@@ -3,8 +3,6 @@ Surgery Log
# Notes
- Location of `user://`: `~/.local/share/godot/app_userdata/`.
-- null: 16528
-- {}:
# ToDo
- [x] Datepicker: On click (without drag) reset velocity to 0; show and focus 'input' to allow introducing value.
@@ -22,10 +20,11 @@ Surgery Log
- [x] split touch logic from stage (create TouchVerticalContainer);
- [x] load/store filters JSON file;
- [x] import/export filters to CSV file;
-- [ ] add auto-fill buttons on stage screen:
+- [x] add option_sets 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;
+- [ ] check if import_option_sets, store_option_sets, store_database require the parameter save_changes; this requires changes on databse, stage and menu scripts;
- [ ] Implement file access permission check on Android:
```py
if OS.get_name() == "Android":