I probably would have spent more time, trying to fix what he's missing, if I'd see the potential of the time spent leading to anything.
But I feel like he doesn't want it to be implemented anyways?
Or is it just that my proposals are that bad, that leaving them open to be updated is pointless, anyways?

#PullRequest #Maintainerhsip #Programming #OpenSource #Contributors

Yes, I had introduced a loop over all ingredients to get an additional information that I had expected to be available in the client already, but had to find out its not.

I pretty much just dug into this code base just as far as needed, but I've no full understanding of the project.
So, maybe there would be a more efficient way to get this information? Or solve the overal problem I had?
I don't know.

#PullRequest #Maintainerhsip #Programming #OpenSource #Contributors

Not sure where exactly the codestyle is bothering him, or what style rules he wants contributors to follow 🤷

I e.g. tried to do the brackets the same style. In the html I'm not exactly sure from what the style should be 🤔

I also don't know how I changed the public API (because he said I didn't update the OpenAPI json): I thought I had just changed the internal PHP variables buildUp, what the javascript has available later? 🧐

#PullRequest #Maintainerhsip #Programming #OpenSource #Contributors

With the styling I had problems getting it styled as the rest, as it either didn't catch the styles correctly, or made the checkboxes/radio buttons not clickable because the visual checkbox and the actual clickable one where deviated from each other in this called bootbox 🫠

Also, the yet existing popup already uses differently styled checkboxes than the rest. Don't know what to make of this now.

#PullRequest #Maintainerhsip #Programming #OpenSource

Oh hey, Bernd has found this Fediverse thread it seems 🤔

Yes, I've not yet delivered a 100% solution with translations, documentation (as the mentioned OpenAPI).
I've tried to bring up a general solution in the direction he wanted and asked if I needed to change anything else.

https://github.com/grocy/grocy/pull/2868

#PullRequest #Maintainerhsip #Programming #OpenSource

Recipe: allow adding full recipe required ingredient amount by 9Lukas5 · Pull Request #2868 · grocy/grocy

As you asked in #2864, I extended the existing popup. This modifies the bootbox on to add recipe ingredients to the shopping list in a way, that button to open bootbox is always enabled popup list...

GitHub