I'm trying to display "the week" for appointment scheduling. The problem is that my current implementation is way too busy (but it does put everything on the table). Also, the page easily gets taller with more appointments.
I was thinking of having each "time block" (e.g 8:00A) show the number of appointments. Then when that cell is hovered over, it could should the actual appointments with their respective times. Would this take away from being able to see "the week at a glance"?
This is my current layout:
Any other ideas for approaching this are appreciated :) .
