diff options
| author | dam <dam@gudinoff> | 2022-03-05 02:02:31 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-05 02:02:31 +0000 |
| commit | 9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76 (patch) | |
| tree | b341a13caba4cfc83630bb9d0517aef62f47e8fe /readme.md | |
| parent | 61210d74e50d3e10b9a9c069e837d46ae5b133bb (diff) | |
| download | surgery-log-9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76.tar.zst surgery-log-9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76.zip | |
Store database and option sets as JSON. Allow to parse options from CSV database or import from JSON file.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,8 @@ Surgery Log - [x] The stage control must be set to ignore the mouse, otherwise the touch-sensor conflicts with the built-in scroll; - [x] On database, selecting an entry and removing it will leave the action buttons visible while no entry is selected; - [x] Tweak 'POINTER_VELOCITY_DECAYING_FACTOR' and 'POINTER_VELOCITY_BOOST_FACTOR' on database and stage screens; -- [ ] Allow to parse option sets from database file; +- [x] Allow to parse option sets from database file; +- [x] Check if import_option_sets, store_option_sets, store_database require the parameter save_changes; this requires changes on databse, stage and menu scripts; - [ ] Fix back button: - on stage screen should show pop-up asking it changes are to be discarded; - on file-pickers screen should close them; @@ -55,7 +56,6 @@ Surgery Log - on database screen, should deselect selected item, otherwise should quit the app; - [ ] Hide dialogs title bar (appear in the top with 1 or 2 pixels height); - [ ] Database menu and action buttons are not nice; Improve appearance; -- [ ] Check if import_option_sets, store_option_sets, store_database require the parameter save_changes; this requires changes on databse, stage and menu scripts; - [ ] Improve menu appearance; - [ ] Setup two themes: - [ ] theme_light |
