Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Tags: PhilippFeO/recipe_selector

Tags

v0.2.1

Toggle v0.2.1's commit message
🎨 Update: Remove 'category_weight'

category_weight was removed because this causes too much trouble during
the handling because each category_weight has to be added in a second
CSV file. It is also laborious to explain the point behind
'category_weight' given that it has no/lost its usecase. The program aims
to do the grocery shopping at home via the browser and not in the
store. (With 'category_weights') it was possible to sort the
categories (and hence the ingredients) according to their lineup in the
supermarket to minimize walking.)

v0.2

Toggle v0.2's commit message
Parsed Ingredient-List is filtered with remaining items from edited s…

…hopping list. User can add missing URLs.

v0.1

Toggle v0.1's commit message
Feat: Query user to add missing urls

mvp

Toggle mvp's commit message
Update: Open URLs with a firefox profile

Before all URLs were opened with the default firefox profile (because no
'--profile' option was used). Now, it does so with a specific
supermarket profile. Hence, it doesn't interfere with the normal
browsing and one can keep passwords and cookies.