Skip to content

Separate Models #117

@hoxirious

Description

@hoxirious

I notice that we use Models for many functionalities like setting up for Firebase, data of different components, and models. I suggest it would be cleaner if we could separate into Services, Data, and Model.

  • Services will have anything related to fetching/requesting data on Firebase, or better we can create a folder named apis and then inside there are Services folder and Utils folde where Services will take care of our service job and Utils will take care of the other helper job for service or any other external job.
  • Data will hold data such as routers, or any kind of static data.
  • Model will take care defining interfaces.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions