updated todo list

This commit is contained in:
Andrei Stoica 2022-08-17 18:57:58 -04:00
parent 573dbd2ec0
commit 240481b188
1 changed files with 7 additions and 3 deletions

View File

@ -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
>