diff options
| author | dam <dam@gudinoff> | 2022-02-07 01:59:25 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-07 01:59:25 +0000 |
| commit | 7931eadbdbf80b4c3b7388c114ff8accb1ea307c (patch) | |
| tree | bf9949c52c31e0cbe0c44276680a288ee30af9cb /readme.md | |
| parent | 9e96569d70660cb18b2d4669e6a71efcb4f863d6 (diff) | |
| download | surgery-log-7931eadbdbf80b4c3b7388c114ff8accb1ea307c.tar.zst surgery-log-7931eadbdbf80b4c3b7388c114ff8accb1ea307c.zip | |
Implement option sets.
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": |
