-
-
Notifications
You must be signed in to change notification settings - Fork 5
Add routes for recording form responses #8
Copy link
Copy link
Closed
Labels
P2Medium priority tasks.Medium priority tasks.area: routeCode that will create a new route on the web application.Code that will create a new route on the web application.area: validationCode relating to validation of user input and Pydantic models.Code relating to validation of user input and Pydantic models.type: featureA new feature that should be added to the application.A new feature that should be added to the application.
Metadata
Metadata
Assignees
Labels
P2Medium priority tasks.Medium priority tasks.area: routeCode that will create a new route on the web application.Code that will create a new route on the web application.area: validationCode relating to validation of user input and Pydantic models.Code relating to validation of user input and Pydantic models.type: featureA new feature that should be added to the application.A new feature that should be added to the application.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Update the existing form submission code to store data tied to a form.
Right now the implementation has some code to perform anti-spam and Discord data collection, but there is no method for validating the submitted data matches the fields on the form.
The current implementation also does not record anything, just returns it to the user to show that the route is working.