#We need to identify API endpoints for various pieces of information to completely build the dependencies for all of the courses.
Status:
| Purpose |
Endpoint |
Docs/Wiki |
Comments |
| Schedule |
https://one.uf.edu/apix/soc/schedule/?term= $TERM &category= $CATEGORY &lastrow=$LASTROW |
TODO |
There are more parameters check the wiki for info. |
| Description |
https://one.uf.edu/apix/soc/cdesc/ $COURSE_CODE |
TODO |
This is the only query parameter, however we may need to build a crude parser for the response containing pre-reqs/coreqs. |
| Dependencies |
TODO |
TODO |
Course description offers some rough unstructured info, but can we do better? |
| Evaluations |
TODO |
TODO |
Evaluate using the evaluations page for this info |
Assignments:
Dependencies - @pikachuster
Updates
Schedule - Scrapy project
Dependencies / Descriptions - Currently being added to the scrapy based code.
Evaluations - Probably going to use scrapy / selenium here whichever comes through first reliably
#We need to identify API endpoints for various pieces of information to completely build the dependencies for all of the courses.
Status:
$TERM&category=$CATEGORY&lastrow=$LASTROW$COURSE_CODEAssignments:
Dependencies - @pikachuster
Updates
Schedule - Scrapy projectDependencies / Descriptions - Currently being added to the scrapy based code.
Evaluations - Probably going to use scrapy / selenium here whichever comes through first reliably