Andrei Stoica
b9e754c984
added example of sites.json to readme
2023-04-19 17:45:16 -04:00
Andrei Stoica
a568fb244e
added dist folder to .gitignore
2023-04-19 17:43:35 -04:00
Andrei Stoica
98f96543e6
added file for testing scrape script
2022-10-15 14:40:42 -04:00
Andrei Stoica
9a15f6c031
refactoring
2022-10-15 14:40:16 -04:00
Andrei Stoica
294231dd48
added test exclusion to main functions
2022-10-15 14:33:45 -04:00
Andrei Stoica
88b9707201
added test for logging setup
2022-10-15 14:27:40 -04:00
Andrei Stoica
c34af93533
moved to logger
2022-10-15 14:19:15 -04:00
Andrei Stoica
9b9e629548
added test for loading json file
2022-10-15 13:17:23 -04:00
Andrei Stoica
6189de8039
added test for db.get_session()
2022-10-15 12:51:08 -04:00
Andrei Stoica
3a45cfb02a
formatting
2022-10-15 12:35:37 -04:00
Andrei Stoica
a5153e2406
refactor to facilitate testing
2022-10-15 12:32:58 -04:00
Andrei Stoica
4c96bd8a28
removed unused imports
2022-10-15 11:59:34 -04:00
Andrei Stoica
fe91134050
added test coverage reports to gitignore
2022-10-15 11:47:47 -04:00
Andrei Stoica
c32459f0df
added test coverage report
2022-10-15 11:27:12 -04:00
Andrei Stoica
f290f49248
updated test fixtures
2022-09-18 21:00:57 -04:00
Andrei Stoica
754cb1235c
testing db connection and table creation
2022-09-18 14:40:54 -04:00
Andrei Stoica
082c342256
fixed .gitignore
2022-09-18 13:32:01 -04:00
Andrei Stoica
c6a75b59eb
added first test
2022-09-18 13:01:33 -04:00
Andrei Stoica
a87c0f142e
restructured code for packaging
2022-09-18 13:01:19 -04:00
Andrei Stoica
d96476662b
updated gitignore
2022-09-18 13:00:29 -04:00
Andrei Stoica
c30fea1ddc
added pytest to requirements
2022-09-18 11:44:37 -04:00
Andrei Stoica
4f61fb5ccc
moved scripts to module
2022-09-18 11:39:54 -04:00
Andrei Stoica
04200b41ce
updated init script and docker file for pair functions
2022-08-18 11:56:56 -04:00
Andrei Stoica
91e09709e0
updated readme with environment variables for docker
2022-08-18 11:56:22 -04:00
Andrei Stoica
240481b188
updated todo list
2022-08-17 19:25:19 -04:00
Andrei Stoica
573dbd2ec0
created adjacency list for recipie and ingredient
...
- Added pl/PGSQL functions for finding pairs that are connected
- Added tables for each adjacency list (RecipeConnection &
IngredientConnection)
- Added table to keep track of recipes that have not been merged into
the graph yet
- Added function to update adjacency list with new recipes
2022-08-17 18:46:19 -04:00
Andrei Stoica
638bd58e8b
fixed typo
2022-08-05 12:11:09 -04:00
Andrei Stoica
efd76ee228
refactored table creation into seperate function
2022-08-03 17:02:49 -04:00
Andrei Stoica
70b33b5c07
updated README.md
2022-07-24 21:12:32 -04:00
Andrei Stoica
53837ea657
added instructions group to regex
2022-07-24 16:18:18 -04:00
Andrei Stoica
910597b3ff
added more units and instuctions to list
2022-07-24 15:21:57 -04:00
Andrei Stoica
3092f67899
added more units
2022-07-22 18:57:26 -04:00
Andrei Stoica
39e13a3454
fixed typos
2022-07-22 17:57:35 -04:00
Andrei Stoica
fe8362b02c
updated exception handling
2022-07-22 16:25:45 -04:00
Andrei Stoica
6f3056bc1c
added missing units to regex + function for reparsing missing ingredent text
2022-07-22 15:12:16 -04:00
Andrei Stoica
c4c53d238a
refactor code to split into functions + preliminary regex for ingredient extraction
2022-07-22 12:26:58 -04:00
Andrei Stoica
b5061caed5
Automatic import of N recipes
2022-07-20 18:10:28 -04:00
Andrei Stoica
54ffd79836
updated TODO
2022-07-20 18:04:11 -04:00
Andrei Stoica
798037fc14
updated todo list
2022-07-20 15:25:13 -04:00
Andrei Stoica
cf2e1ed21f
inital commit
2022-07-18 20:43:21 -04:00