-
Notifications
You must be signed in to change notification settings - Fork 537
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
Update Oppia GAE backend to provide download byte lengths #39
Comments
This is blocked on #5 since it will require extending that abstraction to include a way to retrieve payload sizes. |
As mentioned in #45 this does not need to block the prototype since we don't need to show a download indicator for topics. |
@anandwana001 I think my comment above is now out-of-date. Let's follow the PRD for the thing we build. |
This has been replaced with the new proto API which will account for this. |
The Oppia GAE backend needs to provide download payload lengths to the frontend to enable progress-based downloads. This needs to be investigated since it's not clear whether large payloads can be downloaded in one stream, or if the backend needs a streaming service. Also, it's not clear whether the HTTP content length header is sufficient for this purpose, or if a custom length header needs to be provided.
This requires filing and tracking corresponding work items in https://github.com/oppia/oppia.
The text was updated successfully, but these errors were encountered: