updated todo list
This commit is contained in:
parent
573dbd2ec0
commit
240481b188
10
README.md
10
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
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue