Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation from recent data tweaks? #6

Open
drewvolz opened this issue Sep 5, 2018 · 3 comments
Open

Update documentation from recent data tweaks? #6

drewvolz opened this issue Sep 5, 2018 · 3 comments
Assignees

Comments

@drewvolz
Copy link
Member

drewvolz commented Sep 5, 2018

From the "refactored" branch, I'm wondering if the README needs updating according to the recent data tweaks.

Merge branch 'refactored'

  • refactored:
    run data editing on 2018 courses
    join times/locations into an "offerings" array
    rename "enroll" to "enrolled"
    remove departments array, since things like CH/BI are technically a distinct department from CHEM/BIO
    stringify crsid/clbid/groupid, since they're opaque identifiers
@hawkrives
Copy link
Member

Yes

@drewvolz
Copy link
Member Author

drewvolz commented Sep 5, 2018

StoDevX/course-data-tools#5

  • clbid/crsid/groupid are now string, not int
  • departments is now department and no longer an array, and should not be split into multiple * departments
  • enroll is now enrolled
  • locations/times is now offerings – offerings: [{day: Fr, location: RNS 203, start: "11:00", end: "11:50"}] (times are in 24-hr format)

@hawkrives
Copy link
Member

Offerings will be the tricky part, because it's nested. The others should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants