rbignon / doctoshotgun

Script to automatically book a vaccine slot on Doctolib in the next seven days.
GNU General Public License v3.0
549 stars 142 forks source link

Project - Structural Design Pattern: Adapter #248

Closed AflameeB closed 3 years ago

AflameeB commented 3 years ago

This is the Structural Design Pattern from Anmol Bhatnagar for the Final Project of the course EECS 3311 at York University instructed by Professor Maleknaz Nayebi.

For this task, I created a Vaccine Adapter Object that inherits the parent class method from the base class, uses the base class method to filter the data and produces the vaccination list based on the needs. Following the construction of the aforementioned forms, the specific content may be adjusted very flexibly in response to later code requirements, improving the code's maintainability and scalability.