diff options
| -rw-r--r-- | readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -11,9 +11,13 @@ Surgery Log - [x] Remove db_entry; - [x] Rename db script/node to database; - [x] scrolling down on the database screen jumps to the end of the list immediatelly; +- [ ] edited entry does not show updated once saved; +- [ ] edited entry shows updated when selected then press back button; - [ ] load/store database CSV file; +- [ ] export database to CSV file; - [ ] load/store filters CSV file; -- [ ] add auto-fill button buttons on stage screen: +- [ ] import/export filters to CSV file; +- [ ] add auto-fill 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; @@ -25,6 +29,8 @@ Surgery Log - on auto-fill pop-up, should close it; - on database screen, should deselect selected item, otherwise should quit the app; - [ ] add pop-up asking if changes are to be discarded once the stage screen's discard button is pressed; +- [ ] add pop-up confirming delete-entry action; (pressing back should cancel the action); +- [ ] edit and delete action buttons should be faded-out when no entry is selected; - [ ] Share DB: - share db via html email with db inserted in encoded downliadable field; - Use this to send email: https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-shell-open |
