TeachmanLab / MT-Java

Repo for parts of MindTrails study sites coded in the Java framework, such as the study assessment pages, menu, and progress pages
https://mindtrails.virginia.edu/calm/public/about
MIT License
7 stars 16 forks source link

Feature/server side forms #184

Closed noahfrench closed 5 years ago

noahfrench commented 5 years ago

Issue #172. Add NotNull checking to the .java files of Mechanisms, OA, RR, and Wellness.

For pages that are just vanilla checkbox forms, migrate the hydration logic from the HTML to the .java as Dan described in that one email a while back (for easier conversion to Angular in the future, I assume). For pages with too much fancy HTML, just keep the HTML the same and only add the NotNull checking.