-
Notifications
You must be signed in to change notification settings - Fork 33
docs: Add comprehensive B2B Quote Management drop-in documentation #500
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
Open
jcalcaben
wants to merge
9
commits into
releases/b2b-nov-release
Choose a base branch
from
initial-quote-management-dropin-docs
base: releases/b2b-nov-release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
docs: Add comprehensive B2B Quote Management drop-in documentation #500
jcalcaben
wants to merge
9
commits into
releases/b2b-nov-release
from
initial-quote-management-dropin-docs
Conversation
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
- Add complete Quote Management section to B2B drop-ins with navigation structure - Document all container components (RequestNegotiableQuoteForm, ManageNegotiableQuote, ItemsQuoted, QuotesListTable) - Include installation guide with step-by-step setup instructions - Add initialization configuration with language definitions and quote ID setup - Document API functions for quote operations and data models - Add event-driven architecture documentation with integration examples - Include comprehensive styling guide with CSS custom properties and responsive design - Update B2B overview page with Quote Management feature details - Add missing cart/data event to checkout event handling documentation - Add event bus usage note about drop-in specific event definitions
The hero actions duplicated the LinkCard components below and used links that the Starlight validator couldn't resolve. Removed since LinkCards provide the same functionality and work correctly.
…-dropin-docs Resolved conflicts: - astro.config.mjs: Combined B2B Containers, Company Management, and Quote Management sections - overview.mdx: Removed duplicate, using index.mdx from B2B branch as overview
1956947 to
6aff5c9
Compare
Added /dropins-b2b/** to the exclude list in starlightSidebarTopics configuration to prevent topic association errors during build.
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.
Purpose of this pull request
This pull request introduces complete documentation for the B2B Quote Management drop-in component for Adobe Commerce Storefront. The documentation provides comprehensive guidance for implementing negotiable quote functionality in B2B commerce scenarios, covering installation, configuration, usage, and customization.
Changes Overview
🆕 New Documentation Files Added
Core Documentation Structure:
📝 Updated Documentation Files
Navigation and Integration:
🔧 Technical Documentation Coverage
Installation & Setup:
Component Architecture:
API Integration:
requestNegotiableQuote()- Create new quote requestsgetQuoteData()- Retrieve quote informationgetCustomerData()- Customer permissions and datanegotiableQuotes()- List and filter quotesEvent System:
quote-management/negotiable-quote-requested- Quote creation eventsquote-management/quote-data- Quote data updatesquote-management/permissions- Permission changesStyling & Customization:
Internationalization:
🎯 Key Features Documented
B2B Quote Management Capabilities:
🏗️ Documentation Quality Features
Comprehensive Coverage:
Developer Experience:
Testing & Validation
Impact
This documentation enables developers to:
The comprehensive documentation provides everything needed to deploy production-ready B2B quote management functionality in Adobe Commerce Storefront implementations.
Associated JIRA ticket
https://jira.corp.adobe.com/browse/USF-2933
Links to source code
https://github.com/adobe-commerce/storefront-quote-management