Mugsy

View Original

Recipe Steps Quickie: Part 2

Hey folks! Recipe steps frontend is still in progress and going well. I will be traveling for work for the next few days so I will not be able to finish it until the end of this upcoming week. Since I will be AFK, I wanted to give a quick status check in on where it’s at.

Completed Work: All of the Recipe supporting functionality is completed. API endpoints, DB schema, task queue integrations, etc are all done.

Completed Views: The view for the first recipe creation step is completed:

Some additional Info: This first step is for setting the primary ingredient totals for the recipe. The most important one is the Water Amount. All of the subsequent pour steps use the water amount as a control value. A pour step occurs within a specific water amount. So if you set the recipe for 400 ml total and then design a pour pattern and set it for 100ml, the pour pattern will continue until 100ml of water has poured. At that point, the next step will run with whatever pattern and water amount that step calls for.

When you set a pour step water amount, it will be subtracted from the available total. Once you run out of available water, you can no longer add any pour steps.

Remaining Views:

  1. Pour Step Creation: This is where you design or set your pour patterns, flow rates, etc.

  2. Finalize Recipe Details: This is where you can view all created steps, name your recipe, and set post brew actions. An example post brew action would be sending yourself a text when the brew completed.

I’m confident that this remaining work will be completed by the end of next weekend.

Ok, that is all for now. I will have no additional updates until I am back. The next update will go out either Friday or Saturday.

Thanks!