10/02/2025:
- 9:00am -> Released, yippee!
- 3:45pm -> task 1 Python:
recipe_name = data.get('recipeName', '')
->recipe_name = data.get('input', '')
so input can be correctly accessed in tests
15/02/2025:
- added
.gitignore
for chaos directory - [Backend task 3]: corrected task 3 README json fields from
ingredients
->requiredItems
link - [Backend task 3]: added assumption about empty requiredItems list and
ingredients
return order being undefined.