EvilKanoa / EvilKanoa/webadvisor-api
Add course descriptions for WLU academic calendar
Open
feature
good first issue
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently the calendar query is only supported for UOG institution. Add support for the following query:
```
{
calendar(institution: WLU) {
courses {
....
}
}
}
```
This will include creating new fetchers and parsers for WLU.
Contributor guide
Assessment
This issue has not been assessed yet.