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 view (following the MVC software architectural paradigm), so it will be an entry point which will allow making calls to a controller and transform the results to be shown in the screen in a pleasant way to the eyes :slightly_smiling_face:.
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 view (following the MVC software architectural paradigm), so it will be an entry point which will allow making calls to a controller and transform the results to be shown in the screen in a pleasant way to the eyes :slightly_smiling_face:.
Subtasks: #22 Read documentation about NodeJS views.