You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The front-end is a very organic JavaScript construct. It does not use MVC, nor does it have proper abstractions over the REST API. Also it is not stateless (i.e. you cannot refresh the page without losing information).
Solution
Use a proper MVC framework for the front-end and rework the way configuration properties are stored so the page is actually refreshable. Also the MVC makes front-end code a lot more testable.
Problem
The front-end is a very organic JavaScript construct. It does not use MVC, nor does it have proper abstractions over the REST API. Also it is not stateless (i.e. you cannot refresh the page without losing information).
Solution
Use a proper MVC framework for the front-end and rework the way configuration properties are stored so the page is actually refreshable. Also the MVC makes front-end code a lot more testable.
Subtasks
I need to check if there are no TODOs left I created on the way (Scala and JS).
The text was updated successfully, but these errors were encountered: