liumcse / ntuvibe

NTUVibe is a student-run online platform committed to making information at Nanyang Technological University more open and accessible.
https://ntuvibe.com
8 stars 0 forks source link

Improve Search #30

Closed liumcse closed 5 years ago

liumcse commented 6 years ago

Currently, the course search is too slow. Users may find it laggy which is without a question a terrible user experience.

Hope someday we can improve it, a possible solution is to create a trie-like structure to store the course list.

Or use regex!

liumcse commented 5 years ago

87