From 240481b188ca3aca4dada5d510e148714f3ede85 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 17 Aug 2022 18:57:58 -0400 Subject: [PATCH] updated todo list --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19bae64..2b81f6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ docker-compose up Initialize database and recipe sites ```sh python src/db.py -python src/inser_sites.py data/sites.json +python src/insert_sites.py data/sites.json ``` ## Usage @@ -54,7 +54,11 @@ options: ## TODO > ☑ automate scraping\ - > ☐ extend importing funcionality to more websites\ > ☑ extracting quantity and name (via regex)\ + > ☑ creating adjacency list\ + > ☐ api for web frontend\ + > ☐ random ingredient list generation\ + > ☐ visualization(web frontend)\ > ☐ create ontology of ingredients\ - > ☐ visualization + > ☐ extend importing funcionality to more websites + >