juanramirez / on-duty

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

Doctor creation/edition controller implementation #17

Open juanramirez opened 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 software architectural paradigm 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 the doctor model and transform the results to be sent to the views.

Subtasks: