Go to file
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
.idea Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradle/wrapper Initial commit for site for forms 2024-01-13 16:24:54 +01:00
src/main Refactor code to use Form objects instead of JSON strings 2024-01-14 11:09:22 +01:00
.gitignore Initial commit for site for forms 2024-01-13 16:24:54 +01:00
build.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew.bat Initial commit for site for forms 2024-01-13 16:24:54 +01:00
settings.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00