YES | mastergberry | Scrape UCSB course pages for appripriate classes that fulfill certain GE requirements
Scrape University of California, Santa Barbara's General Catalog to show General Education Area Course list.
The user has the option to either see the entire courselist of an area OR the a specific department within the area.
The current website of UCSB that is being scraped is: http://my.sa.ucsb.edu/catalog/current/UndergraduateEducation/AreaE.aspx
Changes by Dylan Lynch and Brent Kirkland
- DONE: Test for getting a specific department from an area - 50 pts
- DONE: Help Feature - 100 pts
- DONE: Better Formatting - Usability - 100 pts
- DONE: Better user documentation - 100 pts
- DONE: Allow for more sorting options - 200 pts
- DONE: Allow reuse - 50 pts
- DONE: Beautification - updated comments, future refractoring, and readme (beautiful, right?) - 25 pts
Recent Changes of LAST GROUP
- Improved Javadoc
- Added JUnit Tests
- Refactored files for Git
- Fixed missing class case
- Added User interaction to input an Area (eg "B", "C")