Commit Graph

115 Commits

Author SHA1 Message Date
7c25b8924a Use display weights for ingredients. 2024-06-27 12:55:12 -04:00
b39bfdd267 Add BJCP guidelines to the database. 2024-06-27 09:56:09 -04:00
53b7a1b128 Just PEP8 stuff. 2024-06-26 14:56:29 -04:00
e8c9196fc0 Field help text.
Specify units used.
2024-06-26 14:56:09 -04:00
93b93a1448 make timestamp non-editable.
Hides from admin panel since it's generated automatically.
2024-06-26 14:53:35 -04:00
3fd248d8b7 Fix page title for batch template. 2024-06-26 12:37:36 -04:00
90bf91c3ed Added additional database fields and properties.
Much calculation of efficiency and stuff now.
2024-06-26 11:48:34 -04:00
570ede627f Some more handy helper functions. 2024-06-26 11:47:04 -04:00
07c881bdfe SG and Plato conversion calcs. 2024-06-25 14:48:59 -04:00
1d830eb22d More batch info.
Please enter the commit message for your changes. Lines starting
2024-06-24 16:25:18 -04:00
1986d9fbd0 Remove as much list comprehension as possible.
Using aggregate functions instead.
2024-06-21 11:33:47 -04:00
671ea27d9f Add many to many field with through relationship for fermentables.
Gives direct access to fermentable objects.
2024-06-21 11:32:53 -04:00
b6be827d14 Getting interface ready for modals. 2024-06-21 07:22:50 -04:00
2f33a27e47 Stupid line endings. 2024-06-21 07:21:38 -04:00
12fca700da Rename BatchRecipe -> Recipe.
Much better now thanks.
2024-06-20 15:02:17 -04:00
ea803ed009 Run migrations when starting dev server. 2024-06-20 14:53:18 -04:00
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