What problem are you trying to solve with Submitty
Currently, there is a lot of inline javascript in use in RotatingSectionsForm.twig. This build up has been incurred after many new features were added to the page. An excess of inline javascript clutters the .twig file and makes it unnecessarily cumbersome to navigate.
Describe the way you'd like to solve this problem
We should safely move all javascript out of RotatingSectionsForm.twig and into a new .js file. This would make it easier to maintain and iterate on in the future.
What problem are you trying to solve with Submitty
Currently, there is a lot of inline javascript in use in RotatingSectionsForm.twig. This build up has been incurred after many new features were added to the page. An excess of inline javascript clutters the .twig file and makes it unnecessarily cumbersome to navigate.
Describe the way you'd like to solve this problem
We should safely move all javascript out of RotatingSectionsForm.twig and into a new .js file. This would make it easier to maintain and iterate on in the future.