ryanhugh / searchneu

Search over Classes, Professors and Employees at NEU!
https://searchneu.com
GNU Affero General Public License v3.0
74 stars 18 forks source link

Campus Field #70

Open patilakshay204 opened 5 years ago

patilakshay204 commented 5 years ago

The displayed results do not contain the campus information. I know we do display location. But there is not filter based on it.

ryanhugh commented 5 years ago

You are talking about when a class is at the Seattle campus, vs the Boston campus, vs something else like Burlington, right?

Do you have an example of a class that is not on the Boston NEU campus?

I started working on this a while ago, but didn't finish it https://github.com/ryanhugh/searchneu/blob/master/backend/scrapers/classes/parsers/ellucianSectionParser.js#L206

When we do scrape this information, we can add it to the class panels.

After #58 is completed, we can add filtering by Campus too (#1).

This is very similar to #14