Is your feature request related to a problem? Please describe.
The project code right now mainly resides in the profiles folder, which can be confusing for newcomers. It was made this way with the idea of breaking the project into several apps (e.g. profiles, jobs, papers). Although the idea is good, the project per se is not big and this sort of modularization may only bring complexity.
Describe the solution you'd like
Here's a step-by-step on how to do it: https://stackoverflow.com/a/8408131/1489425
The app winrepo should contain all the code.
Describe alternatives you've considered
Not changing it at all 😄
Is your feature request related to a problem? Please describe.
The project code right now mainly resides in the
profilesfolder, which can be confusing for newcomers. It was made this way with the idea of breaking the project into several apps (e.g.profiles,jobs,papers). Although the idea is good, the project per se is not big and this sort of modularization may only bring complexity.Describe the solution you'd like
Here's a step-by-step on how to do it: https://stackoverflow.com/a/8408131/1489425
The app
winreposhould contain all the code.Describe alternatives you've considered
Not changing it at all 😄