Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module breakout #58

Open
JohnLeeroy opened this issue Oct 25, 2017 · 0 comments
Open

Module breakout #58

JohnLeeroy opened this issue Oct 25, 2017 · 0 comments

Comments

@JohnLeeroy
Copy link
Contributor

Extract and break the project into three areas.

  • Pet Adoption App
  • Models
  • Api Abstraction
  • Api Abstraction implementation.

The app will contain the view and most business logic. It will reference the model, and api modules.
The models module will contain all the data classes that the app will use.
The api abstraction will create the interface of interacting with an api and delivering models back. It will reference the model module.
The api abstraction implementation will be the specific backend that implements the abstraction's interfaces. Will reference the api abstraction module which depends on the model module.

This is a large task. I will make smaller issues for each of these.

@JohnLeeroy JohnLeeroy added this to the 1.0 milestone Oct 25, 2017
@LondonAtlas LondonAtlas modified the milestones: 1.0, 1.1 Nov 21, 2017
@LondonAtlas LondonAtlas modified the milestones: 1.1, 1.2, 1.3 Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants