Setup database tables, classes and a repository for Availabliity.
Availability should be linked to User, and we should be able to query for a user's availability.
Testing: Generate a set of mock data and write unit tests in order to validate that the queries are returning the correct data.
Setup database tables, classes and a repository for Availabliity.
Availability should be linked to User, and we should be able to query for a user's availability.
Testing: Generate a set of mock data and write unit tests in order to validate that the queries are returning the correct data.