docs(ensemble): CDN provider, file upload, and ViewGroup clamping#2267
Draft
cursor[bot] wants to merge 1 commit into
Draft
docs(ensemble): CDN provider, file upload, and ViewGroup clamping#2267cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…mping Add technical docs for recently changed subsystems: - CDN definition provider lifecycle, caching, and artifact refresh - uploadFiles foreground/background batches and cancelAll scoping - ViewGroup tab index safety via safeViewGroupPayloadIndex Update ensemble and starter READMEs with links and CDN production note. Co-authored-by: Sharjeel Yunus <sharjeelyunus@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only update for recently changed Ensemble runtime subsystems that lacked technical write-ups.
Docs added/updated
modules/ensemble/docs/cdn-definition-provider.mdENABLE_ARTIFACT_REFRESH, and pending-update orderingmodules/ensemble/docs/file-upload.mduploadFilesaction, batching, background Workmanager tasks,UploadFilesResponseAPImodules/ensemble/docs/layout-widgets.mdmodules/ensemble/README.mdstarter/README.mdCodepaths covered
lib/framework/definition_providers/cdn_provider.dart— CDN lifecycle and artifact refreshlib/action/upload_files_action.dart,lib/util/upload_utils.dart,lib/framework/data_context.dart— upload batches and cancellationlib/framework/view/page_group.dart,lib/framework/action.dart—safeViewGroupPayloadIndexandnavigateViewGrouplib/layout/helpers/list_view_core.dart— scroll controller re-attachmentKey knowledge gaps addressed
ensemble) hosting and when to usefrom: cdnENABLE_ARTIFACT_REFRESHcancelAlldoes not callWorkmanager.cancelAllAll behavior verified against source and existing tests (
cdn_provider_test.dart,upload_batch_split_test.dart,upload_cancel_all_test.dart,safe_view_group_payload_index_test.dart).