0xjessel / calchat

CalChat is a web app that hosts chatrooms for every class and building on campus with the goal of connecting the cal campus community. By logging in with Facebook, students can talk to fellow students in the same building or class, make friends, find study partners, and stay in the loop.
calchat.net
3 stars 0 forks source link

isValid() is not accommodating for abbreviations #57

Closed 0xjessel closed 12 years ago

0xjessel commented 12 years ago

"cs188" (for example) is considered valid by isValid() even though it technically isn't. User can repro this by typing in "cs188" and pressing enter in the add chatroom input, ignoring the typeahead suggestion.