Minor Fix: The view flavours button in results was showing the recipe description instead of the recipe name Minor Fix: Recipe Mixed totals will now show in WCIM results
Tested the what can I make functionality and although it took a while to scan, it returned perfect results, ie. it showed me recipes that used the flavours available in my stash. I’ll see if it’s possible to speed it up.
I’ve refactored some code and this is what I’ve found
It took 2mins 10seconds to complete, admittingly the stash size is small, I will now try adding all flavours to my stash and running again, it should return all recipes but I wonder how long it will take
I added 3,034 flavours to my stash it took 2minutes 27seconds to return 841 recipes, I think that’s a significant speed boost.
How does it work?
It is comparing every single recipe flavour array with your stash array, if it’s a match it is then getting the recipe ID and adding that recipe to the what can I make DB table before finally displaying all the matched recipes in the table.
Feature: You can now download your shopping list as a CSV Note:While adding flavours from a recipe to your shopping list, if you enter a note, it will add the note to ALL the flavours, I can’t remember if this was the desired effect, the plan is to remove the note function when adding from recipes and add it to the shopping list page so you can add a note to individual flavours, let me know if this is a better option or not
You can now download ALL your recipes in a SIMPLE format.
Filename:VCCRecipesSimple.cvs - rename to whatever you want and store in a safe place
This download contains only the important information about your recipes
Note:I have made a manual backup of the complete recipe / recipe flavours tables today - 07/08/2024 I’ll try and manually backup these once a month. There are also daily account backups taking place.
I’ve tweaked the page to hopefully look better across devices
Public Recipes
I’ve tweaked the table to hopefully show better on larger resolution monitors
Most pages have been updated to hopefully display better on all devices
I can only test on a laptop and iPhone SE 2020, if you see any issues please let me know.
I know @SessionDrummer uses a large screen so it would be interesting to see what the pages looks like on there
Major Fix: Searching stash flavours should be a lot quicker now
Minor Fix When you select a flavour, if it has an average usage % the % box will be populated with it. If you then change that flavour the average % will be automatically updated
Feature: Search for recipes with up to 5 missing flavours, remember to add your flavours to your stash, the page now displays the last time you searched, with and without missing flavours