aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-01-02 13:34:18 +0000
committerdam <dam@gudinoff>2022-01-02 13:34:18 +0000
commit73f2cf39d5514fab4ee994f303e250ce2b27307c (patch)
treef733a9dc7623458b507ece6b84821b6af5ba3a4f /readme.md
parentc73bfb23245945e4e85d986abf40026635af6b0a (diff)
downloadsurgery-log-73f2cf39d5514fab4ee994f303e250ce2b27307c.tar.zst
surgery-log-73f2cf39d5514fab4ee994f303e250ce2b27307c.zip
Load/save database and fix updating changed entries on database screen.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 56ad625..026c5eb 100644
--- a/readme.md
+++ b/readme.md
@@ -11,9 +11,9 @@ 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;
+- [x] edited entry does not show updated once saved;
+- [x] edited entry shows updated when selected then press back button;
+- [x] load/store database CSV file;
- [ ] export database to CSV file;
- [ ] load/store filters CSV file;
- [ ] import/export filters to CSV file;