Separate Model with Persistence Layer, Mock Model Data, & Basic Model Test
requested to merge 35-separate-model-with-persistence-layer-mock-model-data-basic-model-test into main
Closes #35 (closed) This PR addresses:
- Separates our existing model (which was directly connected to the firebase) into a persistence layer
- Moves logic from model to FirebaseStorage
- Creates a mock model to be used for testing
- Has a basic unit test for the model
To be addressed in other PRs:
- Add more unit tests
Edited by Julianne Jorda