juanramirez / on-duty

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

Doctor definition page view #18

Open juanramirez opened 3 years ago

juanramirez commented 3 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 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.