cs10 / Alonzo

Alonzo is the helpful (and slightly sassy) bot for CS10. He's also our mascot.
http://alonzo.herokuapp.com
5 stars 2 forks source link

Mute and Unmute assignments easily #38

Open cycomachead opened 9 years ago

cycomachead commented 9 years ago

This is a pain to do in bCourses. There should be a mute / unmute command.

It should initially take in a list of assignment IDs,

PUT request to the standard assignment url https://bcourses.berkeley.edu/doc/api/assignments.html#AssignmentOverride

Return

was (un)?muted as a confirm message. Additional option: handle labs by number and use text names instead of IDs and have fuzzy matching. https://github.com/stratuseditor/fuzzy-filter
cycomachead commented 9 years ago

71