You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
Uhh, my original intent was for the class, but I guess Pyboard feedback wouldn't be bad? Although they could pretty easily leave anon feedback on GitHub by just making a throwaway account and opening an issue... I'd say just do it for the class.
Might want an option to disable this, though. Some teachers may not like feedback...
This issue should actually be really trivial to implement. Grab the /email/to endpoint from a previous commit and change the yous to the admins and the from to app.config['EMAIL_FROM'] or whatever, with a hardcoded subject of 'Anonymous feedback for ' + app.config['COURSE_NAME']. Admins can probably be grabbed with a list comprehension like admins = [User(x) for x in os.listdir('users')] and then admins = [x.email for x in admins if x.section == 'admin'].
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You know, for anonymous feedback. Could just send email to all the admins instead of recording it as a file.
The text was updated successfully, but these errors were encountered: