aidanaden / aidanaden/canvas-sync
feat: store people after first view
Open
- Dominant language
- Go
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
currently every `view people` command makes a query for the first 100 users in a given course
## Proposal
store all students in the `data_dir` specified in a .csv file, and display values from the stored csv file on all subsequent queries
this allows viewing of all students in a course without excessively querying the api endpoint
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.