-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recipe website miljuschka.nl #1254
Conversation
Hi @jaspervzwi , Thanks for the contribution, just a few small things to address!
python scripts/reorder_json_keys.py` Thanks again for the contribution & let me know if you have any questions! |
Hi @jknndy, Thanks for the feedback and tips! I've implemented the following changes in my last commit:
Let me know if you have any additional call-outs |
Just one last thing, for sites that have ingredient_groups support we like to have two test cases (one with groupings & one without) included. Usually with the naming convention... sitename_1.json & testhtml for the case without groupings example page |
Thanks @jknndy , I overlooked that part. I've added the test cases for groupings. As a quick call-out, I noticed two points in the generate.py script that were not expected behavior:
Just minor points, but perhaps worth a check in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I did just push a small commit adding test coverage for nutrients
in test 1 & cuisine
/ keywords
in test 2 but everything else looks great!
Thanks for the bug reports, if you'd like to open an issue with a bug report that'd be great! (no worries if not i can open one myself later this week)
It could probably be easier to tell if you've covered all of the fields that are available as part of the testing suite. I'll open another issue to research this a little more later this week too
* Add recipe website miljuschka.nl --------- Co-authored-by: Joey <[email protected]>
No description provided.