gush-labs / kazan

VueJS web-app to practice Japanese
https://gush-labs.github.io/kazan/
GNU General Public License v3.0
1 stars 1 forks source link

Define startup manager #89

Closed VadimGush closed 1 year ago

VadimGush commented 2 years ago

Startup manager is needed to provide clear visibility to the programmer on what get's called on the app startup. It should contain all calls to the functions that needs to be executed as soon as possible (like authentication when user opens the app, or storage verification and so on.)