GridtNetwork / gridt-client

Official client of the GridtNetwork.
https://gridt.org
Other
3 stars 1 forks source link

As a developer I want to have my components, pages and core services separated so that I can work in an orderly fashion. #152

Open Drvanon opened 4 years ago

Drvanon commented 4 years ago

Currently our app/ folder contains a folder for the core services and then each page has it's own folder. A neater way of organizing this would be to create three main folders: pages/, components/ and core/. The pages/ folder would then follow the structure that we already have in place, but any component that is in the page already can then be separated out to the components folder, allowing them to be reused much more easily than is currently the case.