juanramirez / on-duty

On duty calendar organizer for hospital services.
MIT License
0 stars 0 forks source link

Doctor definition page controller #19

Closed juanramirez closed 2 years ago

juanramirez commented 2 years ago

Note: This is a subtask of #9 Doctor definition page.

As a developer, I want to follow the MVC design pattern to develop the webapp version of DoctorPlan. I need then to define a NodeJS class which will work as controller, so it will be an entry point which will allow making calls to models (particularly the doctor model) and transform those results to be treated by the views.

juanramirez commented 2 years ago

Closing as this is a duplicate of #17.