aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index fc33cf1..0a85447 100644
--- a/readme.md
+++ b/readme.md
@@ -16,6 +16,8 @@ Surgery Log
- [x] load/store database CSV file;
- [x] export database to CSV file;
- [x] allow to reset database;
+- [ ] load/store filters CSV file;
+- [ ] import/export filters to CSV file;
- [ ] Implement file access permission check on Android:
```py
if OS.get_name() == "Android":
@@ -30,8 +32,6 @@ Surgery Log
else:
has_permissions = true
```
-- [ ] load/store filters CSV file;
-- [ ] 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;