From 9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76 Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 5 Mar 2022 02:02:31 +0000 Subject: Store database and option sets as JSON. Allow to parse options from CSV database or import from JSON file. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index bc01851..371eee6 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3