Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 therecipe_database.pl
file.
...