SiteBackend/src/main/java/com/alttd/forms
Teriuihi 0464281a38 Refactor code to use Form objects instead of JSON strings
Several parts of the code have been altered to use Form objects instead of JSON strings. Changes include updating the FormQueryResult record type to hold an Optional<Form> instead of an Optional<String>, altering methods in the StoreFormQuery class to insert Form data into the database and replacing JSON handling methods in the FormQuery class with Form object oriented methods. A 'form_class' field has also been added to the 'form' table in the database to aid form identification and reconstruction from stored data.
2024-01-14 11:09:22 +01:00
..
beans Initial commit for site for forms 2024-01-13 16:24:54 +01:00
contact Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
database Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
form Initial commit for site for forms 2024-01-13 16:24:54 +01:00
mail Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
properties Initial commit for site for forms 2024-01-13 16:24:54 +01:00
verify_mail Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
Main.java Initial commit for site for forms 2024-01-13 16:24:54 +01:00