diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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": |
