PieroniJV / AppliedProjectFYP

Final year project for our software development course. By: Joshua Uzell and Jose Santos
0 stars 0 forks source link

Create a new mock database #53

Open JoshuaUzell opened 4 months ago

JoshuaUzell commented 4 months ago

Ref to #33

Hardcode values in an interface (data models?) - creating a mock database. Should be able to cleanly substitute for the real thing without breaking anything.

  • Use the following i. Separation of Concerns ii. Adopter