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
|
Initialize database and recipe sites
|
||||||
```sh
|
```sh
|
||||||
python src/db.py
|
python src/db.py
|
||||||
python src/inser_sites.py data/sites.json
|
python src/insert_sites.py data/sites.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
@ -54,7 +54,11 @@ options:
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
> ☑ automate scraping\
|
> ☑ automate scraping\
|
||||||
> ☐ extend importing funcionality to more websites\
|
|
||||||
> ☑ extracting quantity and name (via regex)\
|
> ☑ extracting quantity and name (via regex)\
|
||||||
|
> ☑ creating adjacency list\
|
||||||
|
> ☐ api for web frontend\
|
||||||
|
> ☐ random ingredient list generation\
|
||||||
|
> ☐ visualization(web frontend)\
|
||||||
> ☐ create ontology of ingredients\
|
> ☐ create ontology of ingredients\
|
||||||
> ☐ visualization
|
> ☐ extend importing funcionality to more websites
|
||||||
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue