From 6a2887783f19e0a94db00dea014e1065b87e626c Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 6 Jan 2022 11:19:43 +0000 Subject: Prepare filters' logic. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') 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; -- cgit v1.2.3