Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconId1f525
panelIcon:fire:
panelIconText🔥
bgColor#FFF0B3

You are on fire!

If you are here, you should have been successful in completing a basic version of your recipe recommendation agent with exclusion.

To be safe, before beginning with your extensions make a new branch on your repository call it inclusion-exclusion.

Your main branch will then have inclusion, exclusions, and extensions.

For relevant grading information on Extensions check the Assessment Rubric, it could influence your decision on which extensions to choose.

...

  • What? Add new filters for recipe attributes not currently supported (e.g., easy recipes, fast recipes, preparation time, number of steps).

  • How? Update the recipe_selection.pl file to include the new logic and entities, using attributes from the recipe_database.pl file.

...