Commit Graph

82 Commits

Author SHA1 Message Date
6189de8039 added test for db.get_session() 2022-10-15 12:51:08 -04:00
3a45cfb02a formatting 2022-10-15 12:35:37 -04:00
a5153e2406 refactor to facilitate testing 2022-10-15 12:32:58 -04:00
4c96bd8a28 removed unused imports 2022-10-15 11:59:34 -04:00
fe91134050 added test coverage reports to gitignore 2022-10-15 11:47:47 -04:00
c32459f0df added test coverage report 2022-10-15 11:27:12 -04:00
f290f49248 updated test fixtures 2022-09-18 21:00:57 -04:00
754cb1235c testing db connection and table creation 2022-09-18 14:40:54 -04:00
082c342256 fixed .gitignore 2022-09-18 13:32:01 -04:00
c6a75b59eb added first test 2022-09-18 13:01:33 -04:00
a87c0f142e restructured code for packaging 2022-09-18 13:01:19 -04:00
d96476662b updated gitignore 2022-09-18 13:00:29 -04:00
c30fea1ddc added pytest to requirements 2022-09-18 11:44:37 -04:00
4f61fb5ccc moved scripts to module 2022-09-18 11:39:54 -04:00
04200b41ce updated init script and docker file for pair functions 2022-08-18 11:56:56 -04:00
91e09709e0 updated readme with environment variables for docker 2022-08-18 11:56:22 -04:00
240481b188 updated todo list 2022-08-17 19:25:19 -04:00
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
638bd58e8b fixed typo 2022-08-05 12:11:09 -04:00
efd76ee228 refactored table creation into seperate function 2022-08-03 17:02:49 -04:00
70b33b5c07 updated README.md 2022-07-24 21:12:32 -04:00
53837ea657 added instructions group to regex 2022-07-24 16:18:18 -04:00
910597b3ff added more units and instuctions to list 2022-07-24 15:21:57 -04:00
3092f67899 added more units 2022-07-22 18:57:26 -04:00
39e13a3454 fixed typos 2022-07-22 17:57:35 -04:00
fe8362b02c updated exception handling 2022-07-22 16:25:45 -04:00
6f3056bc1c added missing units to regex + function for reparsing missing ingredent text 2022-07-22 15:12:16 -04:00
c4c53d238a refactor code to split into functions + preliminary regex for ingredient extraction 2022-07-22 12:26:58 -04:00
b5061caed5 Automatic import of N recipes 2022-07-20 18:10:28 -04:00
54ffd79836 updated TODO 2022-07-20 18:04:11 -04:00
798037fc14 updated todo list 2022-07-20 15:25:13 -04:00
cf2e1ed21f inital commit 2022-07-18 20:43:21 -04:00