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

Use name instead of course_name for Clever section import #18094

Merged
merged 1 commit into from Oct 3, 2017

Conversation

ewjordan
Copy link
Contributor

@ewjordan ewjordan commented Oct 3, 2017

It turns out that course_name is an optional field in Clever, whereas name will always be present. We've had a few Zendesk tickets where teachers were unable to import because they were having errors, this will hopefully resolve those problems.

Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. How'd you find this?

@ewjordan
Copy link
Contributor Author

ewjordan commented Oct 3, 2017

I manually logged in as a user having issues, and watching the network traffic noticed that the course name was null. Ended up finding https://dev.clever.com/reference#getsection which showed that it's an optional field. We might have issues with course_number as well, but we'll deal with that if it comes up, that one is trickier to fix because there's no obvious replacement.

@ewjordan ewjordan merged commit dca8bcb into staging Oct 3, 2017
@ewjordan ewjordan deleted the use-name-instead-of-course-name branch October 3, 2017 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants