Commit Graph

99 Commits

Author SHA1 Message Date
dd9ae6cd21 Return some zero's when recipe is empty.
Get rid of errors.
closes #12
2024-06-20 11:26:08 -04:00
0f6bed9707 Don't track Geany project file. 2024-06-20 10:53:12 -04:00
14fb791357 Lots of PEP8 changes. 2024-06-20 10:50:44 -04:00
ea4340c8ea Add parent field to all recipe relations.
Need to make a copy of master item when attaching
to a recipe.
Also add some more calculations.
2024-06-18 20:41:58 -04:00
34470cbea7 BJCP style data in json format. 2024-06-18 15:17:10 -04:00
9566f203a0 Make a basic recipe display page.
No modificiation possible from here yet.
2024-06-18 15:16:22 -04:00
d6aa8e8d6a Add a bunch of properties for beer calculation. 2024-06-18 15:15:22 -04:00
8a3c80b517 Add batch size to beer model. 2024-06-18 15:14:28 -04:00
1a4d352d85 Forgot to commit this. 2024-06-17 16:24:24 -04:00
b05f486f19 Testing beer recipe pages. 2024-06-17 16:23:04 -04:00
cd66ff1f50 New functions for converting BF recipes eventually. 2024-06-17 16:22:44 -04:00
1eab86e5ae Add time and use to recipehop model. 2024-06-17 14:25:09 -04:00
06dfd5a9e9 Show name for model print. 2024-06-17 14:11:17 -04:00
e0ac1f96db Create basic recipe stuff. 2024-06-17 13:56:13 -04:00
d31d53ca9b Add clarifying text to pages.
Fixes #10
2024-06-17 10:26:10 -04:00
61b5a860e1 Migrations for new database field. 2024-06-13 17:28:03 -04:00
b1332dede9 Implement basic call to brewfather to pull data. 2024-06-13 16:15:35 -04:00
3d4bc5d2f5 Run pip install in env before starting test server. 2024-06-13 14:29:18 -04:00
4a02f7db29 Fix incorrect name for yeast propogation lookup.
Also change references to `batch` to `propogation`.
2024-06-13 14:28:40 -04:00
17601109c6 Add migrations for new profile. 2024-06-13 12:00:58 -04:00
5527fe9b4d Update requirements file. 2024-06-13 11:59:39 -04:00
3c335d53a4 Add super basic user profile model.
for now just has encrypted brewfather api credentials.
2024-06-13 11:53:48 -04:00
a144144942 Merge branch 'dev' 2024-06-07 18:12:37 -04:00
67ab836ee4 I swear I fixed this already. 2024-06-07 18:07:58 -04:00
e4e040cca7 Merge pull request 'Merge dev' (#9) from dev into master
Reviewed-on: #9
2024-06-07 17:33:28 -04:00
b46ed21684 Merge pull request 'Merge 3-sample_controls' (#8) from 3-sample_controls into dev
Reviewed-on: #8
2024-06-07 17:27:54 -04:00
736dbe24fa Propogation and pitching are working
closes #3
2024-06-07 17:26:33 -04:00
51f37642eb Needed to fix more reference to batch.
Everything seems to work now.
2024-06-07 13:51:15 -04:00
94810ebf8b Activate virtual environment 2024-06-07 13:41:28 -04:00
fbbe4acc1f Didn't do migration first. 2024-06-07 13:35:10 -04:00
1e8d79b7cf Merge pull request 'Update from dev branch' (#7) from dev into master
Reviewed-on: #7
2024-06-07 11:44:03 -04:00
8c5896b6b1 Merge branch '3-sample_controls' into dev 2024-06-07 11:41:06 -04:00
3468c38008 Rename yeast batch to propogation.
Refrences to yeast `batches` are now `propogations`.

Hopefully less confusing now...
Closes #6
2024-06-07 11:27:41 -04:00
651cfe9162 Merge branch 'dev' into 3-sample_controls 2024-06-07 11:05:54 -04:00
f396dacee5 Fix display of batch parents.
Fixes #5.
2024-06-07 11:04:02 -04:00
74e8a3135a Modify admin page a bit. 2024-06-07 08:53:43 -04:00
a6c244756e Merge branch 'dev' into 3-sample_controls 2024-06-07 08:47:04 -04:00
0bfcdcb409 Fix renamed property. 2024-06-07 08:46:11 -04:00
c3634141a3 Basic outline of yeast sample page.
None of the controls do anything yet.
2024-06-07 07:54:23 -04:00
e91a01f0bf Merge branch 'dev' 2024-06-06 14:21:11 -04:00
2a4ef930b7 Change batch display behavior to onchange.
Click event acts wierd on mobile.
2024-06-06 14:13:52 -04:00
14b12a6598 Finally got the login menu in the right place.
<div class="dropdown ms-auto">
2024-06-06 14:10:54 -04:00
940796d38e Nav Stuff
Updated for bootstrap 5.
2024-06-06 13:40:43 -04:00
e226f6e406 Got the right Bootstrap stuff.
bootstrap.bundle.min.js includes Popper already and including popper again
was causing dropdowns to not work.
2024-06-06 13:40:17 -04:00
303797d800 Changes for bootstrap 5 navbar.
Hopefully if collapses on mobile now.
2024-06-06 12:25:50 -04:00
a503db7a92 Pull from the current branch. 2024-06-06 11:48:02 -04:00
Chris GIACOFEI
6e16a0bede Bootstrap 5.3 switch. 2024-06-06 11:42:28 -04:00
e265dea35f Now the footer is gone. 2024-06-06 11:17:39 -04:00
e40d83e7a2 Get rid of footer.
Need to figure out how to stop it overlapping content on mobile.
2024-06-06 11:15:36 -04:00
Chris GIACOFEI
ff717d917d Add beer homepage to get rid of server error. 2024-06-06 10:48:39 -04:00