Schedule #2: Appointments are grouped by date and displayed in parallel for every department. We can often face a necessity to have an illustrative daily schedule. I faced such task as well. So, let’s assume we have several departments and every department has some assigned appointments. How to build a schedule of department appointments for some date? How to know what a Department B will be doing from 3 to 5 PM? What are Department A and C doing at that time? |
In the first part of the articles series devoted to the creation of various daily schedules we started from building a simple Windows Forms application that displays the reports and created the first schedule: the appointments were displayed one by one and sorted by time.
In this tutorial we will create a more advanced schedule: the appointments will be displayed by time and in parallel for every department. This way it will look more like a real schedule, more visual and handy.