Correct information about custom apps source code placement, build & third-party apps integration#53
Open
asvishnyakov wants to merge 2 commits into
Open
Correct information about custom apps source code placement, build & third-party apps integration#53asvishnyakov wants to merge 2 commits into
asvishnyakov wants to merge 2 commits into
Conversation
Replace how-to-register-new-app.md with two purpose-specific guides (register-your-own-app.md, register-third-party-app.md) using Page Builder as the canonical Apps/[app_id] example, and consolidate app attribute reference under the Apps section in 06-module-manifest-file.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Depends on VirtoCommerce/vc-build#189, merge only after release
Summary
The single "register a new app" guide conflated two unrelated flows — building a custom back-office app from source and dropping a static redirect that hands users off to an external service. It also documented only the legacy
App/source layout, which vc-build still supports as a single-app fallback but cannot use for modules that ship more than one app.This PR splits the guide and aligns the manifest reference accordingly.
Changes
Apps/[app_id]source layout (withApp/retained as the single-app legacy fallback) and uses Page Builder as the example, which also illustrates that registration is framework-agnostic:page-builder-shellis VC-Shell,page-builder-designeris Angular.PowerBiReportsControllercode.<app>attributes, with cross-links to both guides.vc-build --helpfor overrides instead of pinning specific flag names.Connecting-to-Platform.mdredirected tocreating-custom-applications.md#initial-configuration.