Changelog

Zuletzt geändert: 2024-06-03

2024-06-03 - Release Notes - Version "v293" - Welcome Screen Carousel and Recipe Management Overhaul

2024-06-03

Changes

UI Enhancements

  • Index Page:
    • Revised carousel items for the welcome screen. Additional information will be added over the next few days. Feedback is appreciated.

Frontend Improvements

  • Meal Plan Generation:
    • Added a search field for ingredients to simplify the user's experience.

Backend Improvements

  • Meal Plan Generation:
    • Revised multipliers and calculations for meal ingredients based on the baby's age and weight, with the help of Adri.
    • Added two new database classes for better storage and management of meals and recipes, allowing easy access and updates.

New Features

  • Meal Plan Frontend:

    • Included a function allowing users to select alternative recipes for meal times, which will be saved in the newly added database classes.
    • Set up recipe generation to ensure three alternative recipes are available for each meal.
  • Backoffice System:

    • Reworked to enable easy editing of recipes, ingredients, blog posts, and variations.
    • Added two new AI functions for recipe editing: rewriting/reformatting instructions via ChatGPT and generating new images for recipes. The image generation prompt was also revised for better results.

2024-05-26 - Release Notes - Version "v292" - Added alternative recipe check and lot more

May 26, 2024

Changes

UI Enhancements

  • Refactored and updated UI elements in various templates:
    • pricing.html:
      • Commented out the navbar.
      • Made minor adjustments to sections for better layout and readability.
    • index.html:
      • Implemented substantial changes to improve the user interface.
      • Edited sections for a more cohesive structure.
      • Refactored the carousel for smoother transitions and improved user experience.

Backend Improvements

  • run.py:
    • Made minor updates for cleaner code organization.
    • Improved overall code maintainability and readability.

New Features

  • Recipe Planning Enhancements:
    • Add RecipePlan model and update meal planning functionality:
      • Implemented the new RecipePlan model to better handle recipe planning.
      • Updated the meal planning functionality to use this new model, ensuring that each generated meal plan saves individual RecipePlan entities in the database.
      • Added a new modal in the user interface to allow users to change recipes easily.
    • Implemented function to show alternative recipes and update the recipe plan:
      • Added functionality to display alternative recipes.
      • Enabled updates to the recipe plan based on user-selected alternatives.

These updates aim to enhance the overall user experience, improve code maintainability, and provide more robust meal planning capabilities.

2024-05-13 - Meal plans now can have a custom start date, and can be set as active meal plan.

  1. We implemented a function that allows you to set the starting date for your meal plan—choose from today, next week, or a custom date. This will help you better organize your baby's meals.
  2. We have introduced a sophisticated calendar view for meal plans to facilitate seamless transitions between meal times, ensuring an organized and efficient scheduling experience.
  3. Additionally, we introduced a feature that lets you designate a meal plan as the "Active Meal Plan." This will enable you to receive daily notifications about the meals to prepare for the day via email or WhatsApp. (notification system coming soon!)
  4. We made some tranlsation corrections in Hungarian and German
  5. We implemented new ingredient groups for better transparency: Fish and Pasta

2024-04-26 - Update meal plan design/new weekly ingredient usage rules for meal plan generation

  •  Update meal plan interface to include fish tab with detailed information and selection options.
  •  Refactor Day Header with Navigation and implement ingredient inclusion logic based on weekly limits and variation rules.
  •  Update weekly ingredient usage based on meal variations and retrieve additional labels if necessary, store selected variation descriptions, and fetch ingredient instances using translated names.
  •  Refactor ingredient retrieval to support multilingual translations.

2024-04-17 - New Allergy icons and ingredient information for the meal plans

  1. We added some extra information about ingredients to make the selection of the right ingredients for your baby easier.
    1. Allergy Information
    2. Recommended minimum Age of consumption
    3. Ingredient seasonality
    4. Important information

2024-04-16 - Added saved recipes search function

  1. From now on, you can access and filter your saved/favorited recipes under the menu Item "My saved recipes"

2024-04-12 - Added Tabs to meal plan/ Added preparation Time to recipes

  1. In the generated meal plan, the unnecessary scrolling has come to an end, from now on you can switch between the meal times using the newly added tabs.
  2. Beacuse it´s all about time: Updated recipe generation: added preparation time

2024-04-12 - Fixed Issue with "Saved meal plans"/Changelog display

  1. Fixed issue, where the meal plans wouldn´t show up
  2. Added "delete meal plan" function
  3. Added Changelog display system