Closed rgarcia closed 2 months ago
Enhance form handling, add app deletion, and update dashboard for app management.
Key points:
Makefile
cmd/app
DeleteAppHandler
cmd/app/handlers/apps.go
lib/form/form.go
cmd/app/handlers/dashboard.go
cmd/app/templates/dashboard-create-app.templ
lib/store/dbstore/app.go
lib/store/dbstore/deployment.go
lib/form/form_test.go
Generated with :heart: by ellipsis.dev
Summary:
Enhance form handling, add app deletion, and update dashboard for app management.
Key points:
Makefile
forcmd/app
.DeleteAppHandler
incmd/app/handlers/apps.go
.cmd/app/handlers/apps.go
usinglib/form/form.go
.cmd/app/handlers/dashboard.go
.cmd/app/templates/dashboard-create-app.templ
for new form methods.lib/form/form.go
for form data parsing and validation.lib/store/dbstore/app.go
.lib/store/dbstore/deployment.go
operations.lib/form/form_test.go
for form functions.Generated with :heart: by ellipsis.dev