diff options
| author | dam <dam@gudinoff> | 2022-01-02 09:57:56 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-02 09:57:56 +0000 |
| commit | c73bfb23245945e4e85d986abf40026635af6b0a (patch) | |
| tree | 9046ecbde27d2d7129305a1ca0519fa4be582371 /readme.md | |
| parent | 88f355c29987c39b01727a08d3dfef8a312bd9ec (diff) | |
| download | surgery-log-c73bfb23245945e4e85d986abf40026635af6b0a.tar.zst surgery-log-c73bfb23245945e4e85d986abf40026635af6b0a.zip | |
Update todo list.
Diffstat (limited to 'readme.md')
| -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 |
