dnestorovic / DormService

Application that provides basic services for students that live in a dorm
2 stars 0 forks source link

Frontend project structure #103

Closed dnestorovic closed 1 month ago

dnestorovic commented 1 month ago

Frontend project will be react single page application with the following structure:

dorm-spa
  |______ public (all images assets)
  |______ src
           |________ Apps (contains folder for each service we are implementing - mini app)
           |________ components (components shared between all mini apps - like modals, notifications...)
           |________ design (design shared between mini apps - like css/scss files for shared components)
           |________ models (if needed shared models - probably we won't have them)
           |________ services (api calls to backend shared among all components - probably)

NOTE: inside each mini app folder we will have same structure as this (so each mini app will have its own components, design, models and services directories specific to the mini app itself)

dnestorovic commented 1 month ago

@tekisooj @Natalija9 @momciloknezevic7 is there anything you would change in the proposed project structure?

momciloknezevic7 commented 1 month ago

No, LGTM!