[VCC] E-liquid Recipes - Updates 2024

A fresh update topic for the eliquid calculator

What Can I Make

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

My Stash

The Results

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 :thinking:

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.

Try it out here:

3 Likes

Shopping List

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

3 Likes

Very happy to see you back in action, @NicotineNinja !
Thank you :+1::sunglasses:

3 Likes

Shopping List

Change: Adding flavours to your shopping list from a recipe will no longer prompt you for notes

2 Likes

Your Recipes

SIMPLE BACKUP

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.

Any questions / problems, don’t hesitate to ask

2 Likes

Flavour Settings

Feature: You can now turn flavour warnings on/off in settings

2 Likes

Top Recipes Page

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

3 Likes

Flavour Page

Minor Fix: The Add to Stash button should now work as intended

3 Likes

Add to Stash Page

Refactor: Improved page loading, from 15+ seconds to 5 seconds

2 Likes

Master Flavour List

Refactor: Improved page loading speed

2 Likes

Holy guacamole, @NicotineNinja , you are awesome! Did someone send you a box of Wheaties?! :slightly_smiling_face: This is GOOD STUFF!

2 Likes

Thanks! Making lots of changes, making sure everything is working as it should

2 Likes

Create a Recipe page

I’ve made some adjustments to create a better UI and flow, looks great on mobile

2 Likes

Create Page - Searching flavours

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

2 Likes

@NicotineNinja looks really good. :slight_smile:

2 Likes

What Can I Make

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


Feature: You can now see how many flavours you are missing from a recipe by clicking on the View Flavours button in the public recipe list

Screenshot 2024-08-08 171400

4 Likes

Single Recipe Page

Refactor: The recipe page should load a bit faster now while logged in

2 Likes

Public Recipe List

Feature: You can now visually see which flavours you are missing as well as the count

3 Likes

Landing Page

Overhauled the landing page to give it a better reception, added easily accessible useful information

UI Changes

Minor UI changes throughout

Refactor

Refactored core to improve speed / usability

2 Likes