Creation des forms dans le back #16

Open
dnova wants to merge 8 commits from contact into main
Collaborator

Closes #14
Closes #20

Closes #14 Closes #20
Merge remote-tracking branch 'origin/main' into contact
Some checks failed
/ build (pull_request) Failing after 13s
/ help (pull_request) Has been skipped
6332f5b0f8
feat: Ajout de loa page contact statique
Some checks failed
/ build (pull_request) Failing after 14s
/ help (pull_request) Has been skipped
61a2c64f92
fix: gofmt fix
All checks were successful
/ build (pull_request) Successful in 1m27s
/ help (pull_request) Successful in -3s
c8cbe70cb9
routes.go Outdated
@ -45,0 +53,4 @@
mux.Handle("GET /v1/forms/{form_id}/fields/{field_id}/", addAPIAuth(cfg, http.HandlerFunc(h.ReadFormFieldHandler())))
mux.Handle("DELETE /v1/forms/{form_id}/fields/", addAPIAuth(cfg, http.HandlerFunc(h.DeleteFormFieldsHandler())))
mux.Handle("GET /v1/forms/{form_id}/submissions/", addAPIAuth(cfg, http.HandlerFunc(h.ListFormSubmissionsHandler())))
Owner

utilise le nom du table apres /v1/, ex: /v1/form-fields/{form_id}/

utilise le nom du table apres /v1/, ex: /v1/form-fields/{form_id}/
feat: Ajout de l'espace formulaire dans la page contact pour afficher les formalires de contact
All checks were successful
/ build (pull_request) Successful in 1m7s
/ help (pull_request) Successful in -4s
d0d4db0d3c
refactor: des routes dans pour rester idiomatique
All checks were successful
/ build (pull_request) Successful in 1m8s
/ help (pull_request) Successful in -4s
90add78a0d
All checks were successful
/ build (pull_request) Successful in 1m8s
/ help (pull_request) Successful in -4s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin contact:contact
git switch contact

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff contact
git switch contact
git rebase main
git switch main
git merge --ff-only contact
git switch contact
git rebase main
git switch main
git merge --no-ff contact
git switch main
git merge --squash contact
git switch main
git merge --ff-only contact
git switch main
git merge contact
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ariasat/agecem-org!16
No description provided.