tphan25 / vttimetable

This is an API for accessing Virginia Tech's Timetable of courses using Golang. You can set up a query based on multiple form parameters and return courses that would match that description.
0 stars 0 forks source link

As a user, I'd like to be able to design queries off of human-readable parameters so that I know exactly what I am querying for. #7

Open tphan25 opened 4 years ago

tphan25 commented 4 years ago

Many of the current query parameters have to do with certain codes and constant numerals that resemble other things (i.e. Campus is represented by a code, like 0 for Blacksburg campus).

We should translate human readable language to these numeric codes, perhaps by using exported constants.