fasttrackml
fasttrackml copied to clipboard
Chooser and Admin parts should be refactored as a SPA
Right now Chooser and Admin applications are applications which is processed and rendered on backend side. In near future it could lear to some complexity:
- it is a bit hard to extend them and add new functionality.
- we have
mlflowandaimwhich are SPA and we havechooserandadminwhich are not. support different types of apps is a bit of pain. authlogic could lead to the complexity, when you have to limit some actions on UI(hide/show buttons and UI components) it could be a bit tricky on server side.