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

feat: create get_course_videos_qset API call #557

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

ormsbee
Copy link
Contributor

@ormsbee ormsbee commented Jan 17, 2025

This new call returns a CourseVideo queryset that will allow callers to efficiently get what they want, instead of having to bring back a large serialized object that may have many fields that they don't care about.

This new call returns a CourseVideo queryset that will allow callers to
efficiently get what they want, instead of having to bring back a large
serialized object that may have many fields that they don't care about.
@ormsbee ormsbee force-pushed the ormsbee/video-quality-optimization branch from 104c561 to 58bb15e Compare January 17, 2025 14:52
@ormsbee
Copy link
Contributor Author

ormsbee commented Jan 17, 2025

@DawoudSheraz: I'm just remaking #554 from this repo instead of my fork, to get around the Pact issue.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.58%. Comparing base (51767be) to head (58bb15e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #557      +/-   ##
==========================================
+ Coverage   94.57%   94.58%   +0.01%     
==========================================
  Files          32       32              
  Lines        3171     3178       +7     
  Branches      122      122              
==========================================
+ Hits         2999     3006       +7     
  Misses        154      154              
  Partials       18       18              
Flag Coverage Δ
unittests 94.58% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ormsbee ormsbee added the performance Relates to improving latency/throughput or reducing resource usage label Jan 18, 2025
@ormsbee ormsbee merged commit 4acdf52 into master Jan 21, 2025
8 checks passed
@ormsbee ormsbee deleted the ormsbee/video-quality-optimization branch January 21, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Relates to improving latency/throughput or reducing resource usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants