docs(ensemble): storage.clear, upload paths, and README index#2236
Draft
cursor[bot] wants to merge 1 commit into
Draft
docs(ensemble): storage.clear, upload paths, and README index#2236cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Describe ensemble.storage.clear() semantics (enc_ keys, binding dispatch, async clear), uploadPathContainsParentSegment for file uploads, and align the module README index with the expanded runtime-security doc. 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.
Description
Documentation-only update: extend the source-verified runtime security and data bindings guide with recent
ensemble.storage.clear()and multipart upload path behavior, and refresh theensemblepackage README index.Related Issue
N/A (documentation automation).
Type of Change
What Has Changed
modules/ensemble/docs/runtime-security-and-data-bindings.md: new sections for multipart upload..segment rejection (uploadPathContainsParentSegment/UploadUtils.uploadFiles) and forensemble.storage.clear()(publicGetStorage,enc_key retention,StorageBindingSourcedispatch, non-awaitedclearPublicStorage).modules/ensemble/README.md: expanded the “Additional technical documentation” bullet to match the doc.How to Test
modules/ensemble/docs/runtime-security-and-data-bindings.mdand confirm they matchlib/framework/data_context.dart,lib/framework/storage_manager.dart,lib/util/upload_utils.dart, andlib/screen_controller.dart.Screenshots / Videos
N/A
Checklist
flutter analyzeand addressed any new warningsflutter testand all tests pass