-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
List of missed appointments #351
Comments
I can look into this one if no one else has it. |
Go for it. Typed or dictated imperfectly on my iPhone (717.385.9970)
|
Assuming @pete-the-pete has this. |
Yep. I'll take a crack at it in the next few days. |
@tangollama I have started; I created a new applications/missed pod, and have looked at the other applications code for inspiration. I wanted to get your thoughts on my approach and assumptions, and maybe ask a few questions, before getting too far into it. Assumptions/Requirements
ApproachThis will be very similar to the other appointments code; the route will extend AbstractIndexRoute and load the data; the controller will set the flags for the buttons, and the template will loop over the data, using the appointments' item/template.hbs for each row. A 'missed' appointment will be any which has QuestionsIs the 'missed' logic correct? Thanks for any feedback. |
Create a new route in Appointments that lists the missed appointments. (suggested: /appointments/missed). The purpose for this is to create a mechanism for followup.
The text was updated successfully, but these errors were encountered: