This doc describres the new structure for the files and folders, besides It's conventions and best practices.
It was decided to use a modular architecture for a gradual refactoring of the app, considering each module being a feature/scope of the app.
Motivation:
- Separated structure (decoupling logic between features)
- Gradual refactoring
- Better maintainability