-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Room is printing as None in notification mail #18
Comments
The same issue occurs in the text that shows up on the /cmsc12100-aut-20/my-request page when the request is scheduled or in progress. |
For the e-mail notification, how about the following?
|
I'm not sure we want to promise who they will be seen by. I am imagining that if there are multiple instructors/TAs in a particular office hours slot, they'll probably mostly help the next person in the slot, even if it's not who scheduled them. There may be exceptions, like if a student was following up with the same TA for an earlier issue they had discussed, or if one TA feels less qualified to help with a problem than another, but also I remember last year the work of doing the scheduling might be more heavily done by some of the TAs/instructors. Otherwise I think it looks good from the perspective of showing where they are meeting. I think it would be useful to include the text of their request too (with an instruction to update the text if their request changes), but I can raise that as a separate issue. |
I had added the "server name" mostly so students knew who to expect in their Zoom call, but I agree we probably want the flexibility for someone to schedule a student, and then hand them off to someone else (e.g., if they're still busy helping someone out). I think we just need to make sure the students know the instructors/TA's names, so they know who could potentially show up in their Zoom call. |
Good point that they need to know who is an acceptable person to join their call. It's probably okay if they just have a list of all the instructors/TAs, even without knowing specifically who is going to see them or the list of people on duty at the time. |
The "None" on the web interface should be fixed now. Both changes (including the updated e-mail template) are on staging now. |
The notification mail I received said
I believe the None is arising due to the
{{request.actual_slot.room}}
in the email template.Perhaps instead we could mail them the zoom link in case they forget it?
The text was updated successfully, but these errors were encountered: