HappyNiel / neo-competitor-area

The NEO Competitor Area is a project where teams can create and manage teams for NEO.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Refactor structure of infrastructure files #31

Closed HappyNiel closed 5 years ago

HappyNiel commented 5 years ago

Currently I written a Firestore.service. API scripts (like Firestore) should be in a separate api folder. This way I could easily see what files have connection with external API's and move them easier to Cloud Functions later on.

The api folder could even be grouped together with interfaces and/or classes.

Example: https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart