diff options
| author | dam <dam@gudinoff> | 2022-01-06 11:19:43 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-06 11:19:43 +0000 |
| commit | 6a2887783f19e0a94db00dea014e1065b87e626c (patch) | |
| tree | 0b71e7c0c1d5bdfcda6a5ca7af0bb10c9d37bb8c /readme.md | |
| parent | 06b2f34ba64726028f494060376044531d763668 (diff) | |
| download | surgery-log-6a2887783f19e0a94db00dea014e1065b87e626c.tar.zst surgery-log-6a2887783f19e0a94db00dea014e1065b87e626c.zip | |
Prepare filters' logic.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
