-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add offline support #666
base: master
Are you sure you want to change the base?
Add offline support #666
Conversation
adityacp
commented
Mar 18, 2020
•
edited
Loading
edited
- Add a new field in lesson model to add relative offline video path
- Add a Vue app to provide an offline interface. Vue app provided from https://github.com/CruiseDevice/offline_yaksh
- Create a zip file to download
- Requires API from the PR Update Yaksh API #674
- Add a new field in lesson model to add relative offline video path - Add a vue app to provide offline interface - Create a zip file to download
Codecov Report
@@ Coverage Diff @@
## master #666 +/- ##
==========================================
- Coverage 81.50% 80.54% -0.96%
==========================================
Files 36 36
Lines 5158 5110 -48
Branches 837 782 -55
==========================================
- Hits 4204 4116 -88
- Misses 641 697 +56
+ Partials 313 297 -16
Continue to review full report at Codecov.
|
51c6e73
to
89b33b6
Compare
…ownload_course_with_vue
I think the offline app in this PR does not have support for int, str, float type questions. I have already created a PR for this in my own repo, but not merged. |