ucsb-cs56-projects / cs56-scrapers-ucsb-curriculum

-
1 stars 12 forks source link

Allow the user to make course queries (you can get creative here!) #11

Closed jstaahl closed 10 years ago

jstaahl commented 10 years ago

~depends #10

First complete the implementations for the remaining stubbed methods. There are a number of methods with stub implementations but each should be fairly straight forward provided that issue #10 has been completed.

Right now the program is hard coded to search for computer science courses in the quarter of S14. Design a search criteria upon which the user can search for courses. This is an opportunity for you to get creative here. Have you ever thought that Gold's course search or even "Advanced" course search was highly limited and wanted to make more specific searches on courses? Prompt the user for the search criteria you deem important and print the resulting courses. You may decide the user can input a series of time intervals and be given the results for the courses that do not conflict with these time intervals, etc. There are infinite possibilities.

~estimated 250

jstaahl commented 10 years ago

This issue should really be worth more points considering the elements required to produce well designed queries. ~estimated 350