Skip to content

Business Logic Layer

kevinleonard edited this page Mar 14, 2016 · 8 revisions

This layer holds all the business logic for the project

Current State

Right now it mostly holds classes that extend android activities but we may want to change that so it only holds logic or utilities used by multiple classes.

App Functionalities

Here is a list of the currently permissible actions for the Animal Inventory Management System:

When Adding Functionality

Keep reusability in mind and if something is going to be needed by another class it should probably be broken off into its own utility.

Clone this wiki locally