go-fuego / fuego

Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
918 stars 46 forks source link

fix: gourmet app admin recipe creation #214

Closed dylanhitt closed 3 weeks ago

dylanhitt commented 3 weeks ago

Did the minimum to get this going.

I'll probably open up a few more PRs as it's a nice opportunity to familiarize myself with htmx/some other aspects of web development I don't really get to touch anymore day to day.

I elected to just have the hx-trigger be on button save press until I figure out something that feels a bit better for dynamic editing on just change.

closes #191

Feel free to provide some guidance if this wasn't the initial intention.

dylanhitt commented 3 weeks ago

Went ahead and made save buttons on forms return to the list they were at. As well reworking for recipe creation flow that adds a button of Add Ingredients

image

This creates the recipe and then redirects to the edit page of said ingredient