Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Priority
UnsetAssignee
Salman NawazSalman Nawaz(Deactivated)Fix versions
Sprint
NoneLabels
Story Points
1Reporter
Brian GuertinBrian Guertin(Deactivated)
Details
Details
Priority

Assignee
Salman Nawaz
Salman Nawaz(Deactivated)Fix versions
Sprint
None
Labels
Story Points
1
Reporter
Brian Guertin
Brian Guertin(Deactivated)Zendesk Support
Zendesk Support
Zendesk Support
Created May 8, 2018 at 11:28 AM
Updated October 22, 2018 at 9:24 PM
Resolved July 23, 2018 at 8:38 PM
We shouldn't be using /api/mobile/v0.5/video_outlines/courses/ anymore, but it's still used in a few places in the Android app.
We should be using the new course APIs.
Looks like we are still using the old API:
1) To populate the "My Videos" list
2) To get a video's transcripts from it's video ID
3) To get a video's section ID from it's video ID
Acceptance Criteria:
Remove all usages of the video_outlines endpoint
Deprecate and delete api
Notes:
This ticket does not include refactoring MyVideos for testing. This class does not have test/testing infrastructure set up.