Gripes with using ingredient amounts #2184
Replies: 2 comments 2 replies
-
For sure a bug, though I can't replicate it.
Definitely Not Intended
Unless you manage to scrape together a data-set of 100,000+ parsed ingredients we're SOL on this one. You may have better luck using the brute force parsing method.
I don't think you're talking about the parser here? The matching of what was parsed to what is existing is done entirely on the frontend with a loop and
I guess the alternative would be to create alternative CRUD interfaces that you could use somewhere else? I don't love the idea of having
Agreed
I'd only ever expect you to run this on a fresh group, so I don't think that's a problem worth solving, but open to a PR that does some kind of deduplication
Yeah, adding some filtering on the backend to allow return on only foods with an associated recipe would be a great addition for the search page. Unrelated, but I'd also love to include the count of recipes returned for these types of things, but I haven't found a way to do this in SQLAlchemy without it yelling at me, it may be easier to just write the SQL query... |
Beta Was this translation helpful? Give feedback.
-
Pretty sure all of these issues have since been addressed. Happy to keep this open if I'm wrong |
Beta Was this translation helpful? Give feedback.
-
So, I've been slowly adding ingredient amounts to all of my recipes and the experience is honestly far from smooth, so I thought i'd list my gripes here to see which of these could be considered bugs and easy to fix, which are more complicated and what is maybe working as intended
Feel free to let me know what y'all think about these points. If we're in agreement that these are issues, I could make tasks of those ones specifically
Beta Was this translation helpful? Give feedback.
All reactions