aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-01-06 11:19:43 +0000
committerdam <dam@gudinoff>2022-01-06 11:19:43 +0000
commit6a2887783f19e0a94db00dea014e1065b87e626c (patch)
tree0b71e7c0c1d5bdfcda6a5ca7af0bb10c9d37bb8c /readme.md
parent06b2f34ba64726028f494060376044531d763668 (diff)
downloadsurgery-log-6a2887783f19e0a94db00dea014e1065b87e626c.tar.zst
surgery-log-6a2887783f19e0a94db00dea014e1065b87e626c.zip
Prepare filters' logic.
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;