Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

feat: ✨ implement degreeworks scraper and requirements endpoint #140

Merged
merged 57 commits into from
May 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
1bb9d82
feat: :sparkles: add degreeworks scraper skeleton
ecxyzzy Aug 14, 2023
f2697e0
feat: :sparkles: more degreeworks stuff
ecxyzzy Aug 14, 2023
77a560c
feat: :sparkles: parse student ID from auth cookie
ecxyzzy Aug 17, 2023
c3a6067
chore: :wrench: update ProgramId type
ecxyzzy Aug 17, 2023
a42e7ad
feat: :sparkles: normalize course numbers and remove excluded courses
ecxyzzy Aug 17, 2023
14344fe
fix: :bug: ratelimit when dogfooding
ecxyzzy Aug 17, 2023
9b76eae
feat: :sparkles: add separate class for degreeworks requests
ecxyzzy Aug 20, 2023
998afe1
chore(deps): :link: update lockfile
ecxyzzy Aug 20, 2023
ee235ba
chore: :wrench: merge branch 'main' into degreeworks-scraper
ecxyzzy Aug 20, 2023
a46d357
feat: :sparkles: add cache API courses locally when scraping
ecxyzzy Aug 20, 2023
20a7057
fix: :bug: parallelize now that we're no longer ratelimited
ecxyzzy Aug 20, 2023
3ea98d1
fix: :bug: improve course number ordering
ecxyzzy Aug 20, 2023
523e189
feat: :sparkles: add majors, misc refactoring
ecxyzzy Aug 20, 2023
2a3db67
refactor: :recycle: use static async factory & encapsulate functions
ecxyzzy Aug 20, 2023
c8be841
fix: :bug: address method binding issues
ecxyzzy Aug 20, 2023
3f95048
feat: :sparkles: scrape specializations
ecxyzzy Aug 20, 2023
2f356be
chore: :wrench: =
ecxyzzy Aug 20, 2023
d703fa7
refactor: :recycle: add readonly modifiers
ecxyzzy Aug 20, 2023
b291eee
feat: :sparkles: key by program name and dedupe
ecxyzzy Aug 21, 2023
353c877
fix: :bug: don't parse blockId for specs
ecxyzzy Aug 21, 2023
2c41268
fix: :bug: actually scrape grad programs
ecxyzzy Aug 21, 2023
92592f5
feat: :sparkles: parse specializations from stringified block
ecxyzzy Aug 21, 2023
137da4d
feat: :sparkles: determine program equality by audit title
ecxyzzy Aug 21, 2023
820c1ca
chore: :wrench: use non-null assert instead of ts-ignore
ecxyzzy Aug 21, 2023
c5386de
style: :art: clean up non-interpolated strings
ecxyzzy Aug 21, 2023
06910a4
feat: :sparkles: more encapsulation
ecxyzzy Aug 21, 2023
dc4ccf8
refactor: :recycle: separate components dir
ecxyzzy Aug 21, 2023
2e48af2
chore: :wrench: add json ext to output
ecxyzzy Aug 22, 2023
3527a8a
feat: :sparkles: handle Subset rule type
ecxyzzy Aug 22, 2023
5d39f85
chore(deps): :link: remove deep-equal
ecxyzzy Aug 22, 2023
2721723
feat: :sparkles: account for 'specs' of type other
ecxyzzy Aug 22, 2023
bdd75f7
feat: :sparkles: more separation of concerns
ecxyzzy Aug 23, 2023
924e9fc
feat: :sparkles: clean up programs with 'other' blocks
ecxyzzy Aug 23, 2023
876e493
fix: :bug: encapsulated a little too hard
ecxyzzy Aug 23, 2023
f1ff93c
feat: :sparkles: merge specs of all programs with empty reqs
ecxyzzy Aug 23, 2023
5b7a469
chore: :wrench: shrimplify spec/other predicate
ecxyzzy Aug 23, 2023
d3308e2
chore: :wrench: merge main into degreeworks-scraper
ecxyzzy Aug 25, 2023
3abc6c4
docs(types): :books: update comments
ecxyzzy Sep 9, 2023
d1a1be6
chore: 🔧 merge main into degreeworks-scraper
ecxyzzy Oct 16, 2023
ee1f26a
chore: 🔧 merge main into degreeworks-scraper
ecxyzzy Nov 17, 2023
0252f42
fix: 🐛 import correct jwtDecode
ecxyzzy Nov 17, 2023
f1cb7e8
chore: 🔧 stop worrying and use the null-assert
ecxyzzy Nov 17, 2023
21b9b08
chore: 🔧 add .env to ignore
ecxyzzy Nov 17, 2023
da5eec9
feat: ✨ force GC before enrollment history, add logging
ecxyzzy Nov 20, 2023
35f42bc
chore: merge main into degreeworks-scraper
ecxyzzy Nov 20, 2023
4a41af2
chore: 🔧 merge main
ecxyzzy Dec 28, 2023
91ef3f6
chore: 🔧 merge main into degreeworks-scraper
ecxyzzy Jan 31, 2024
258eb11
chore(deps): 🔗 update package.json
ecxyzzy Jan 31, 2024
7db875c
chore: 🔧 merge main
ecxyzzy Mar 1, 2024
1e18912
fix(api-client): 🐛 specify gzip encoding
ecxyzzy Mar 1, 2024
c3683e4
feat: ✨ add degree schemas
ecxyzzy Mar 2, 2024
1f6dfe8
feat: ✨ rework schema, get scraper to upload
ecxyzzy Mar 6, 2024
e24d7f1
feat: ✨ implement rest/gql endpoints for degree data
ecxyzzy Mar 7, 2024
93c4cdb
chore: merge main
ecxyzzy Mar 9, 2024
be32515
chore(deps): 🔗 fix broken lockfile
ecxyzzy Mar 9, 2024
01f5751
refactor(api): ♻️ degrees endpoint (#147)
ap0nia May 19, 2024
d81b2cc
fix: 🐛 address requested changes
ecxyzzy May 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: 🔧 merge branch 'main' into degreeworks-scraper
  • Loading branch information
ecxyzzy committed Aug 20, 2023
commit ee235ba55c57dd02f9776dc870b6df8d5d9bfbd5
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.