Software-Engineering-Group-9 / Back-End-API

Spring Boot. Backend of Doable Calendar - Endpoints, JDBC, etc.
0 stars 0 forks source link

Busy -> Availability Function #8

Closed BoKlassen closed 3 years ago

BoKlassen commented 3 years ago

Our current implementation of the scheduler algorithm requires a list of the user's availability. However, usability seems like it favours a "busy" schedule. We should write a function which converts a list of "busy" events into an availability schedule.