Skip to content

Separate Model with Persistence Layer, Mock Model Data, & Basic Model Test

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

Merge request reports

Loading