From 9c23d0422e5f895d1414d03328b8f100b47808ea Mon Sep 17 00:00:00 2001 From: "oni@bor" Date: Thu, 15 Jan 2026 00:21:05 +0100 Subject: [PATCH] add todos --- todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 53850ee..91ed5c7 100644 --- a/todo.md +++ b/todo.md @@ -4,11 +4,13 @@ - [ ] translation module - [ ] https://flask.palletsprojects.com/en/stable/tutorial/tests/ - [x] return a translation of a word -- [ ] use json file as database +- [x] use json file as database - [ ] define api - [ ] from - [ ] to - [ ] word +- [ ] mount database instead of copying +- [ ] create docker compose file ## v0.0.2 - [ ] use database sqlite? mongodb?