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

SID lookup function #51

Open cycomachead opened 9 years ago

aaaschmitt commented 8 years ago

Do you want to be able to return like of all the possible ids for a user? I think that this should probably live in node-canvas-lms not here, but I'll let you follow up with more details or close it.

cycomachead commented 8 years ago

I want a command that does:

/lookup [name or SID]
> Here's Name, SID: sid
  Gradebook Entry: ....
  Email: ....

Maybe overall grade, or something if it's easy to get, but I meant this to be the command for hipchat.

Hipchat should just call the API and filter or use the fuzzy searching logic I wrote. (Which should work, but also hasn't been deployed yet.)