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
Frontend(sof-webapp): Remade with a frontend framework like Angular/Ember
Backend(sof-dbapp): Break it up into modules, so that authentication is handled by a seperate backend then say data storage. This should still be a RoR-app.
Why?
Removes a lot of complexity from the frontend whilst allowing for better UX and making the page into more of a Single Page website. So that the page doesn't have to be reloaded to give it new data like it has to be now.
Breaking up the backend into more pieces is just a good design choice because it makes each component less complex whilst making it easier to maintain the code.
The text was updated successfully, but these errors were encountered:
Frontend(sof-webapp): Remade with a frontend framework like Angular/Ember
Backend(sof-dbapp): Break it up into modules, so that authentication is handled by a seperate backend then say data storage. This should still be a RoR-app.
Why?
Removes a lot of complexity from the frontend whilst allowing for better UX and making the page into more of a Single Page website. So that the page doesn't have to be reloaded to give it new data like it has to be now.
Breaking up the backend into more pieces is just a good design choice because it makes each component less complex whilst making it easier to maintain the code.
The text was updated successfully, but these errors were encountered: