chore: Individual Pricing documentation#2133
chore: Individual Pricing documentation#2133Duy Dinh (silverDuy) wants to merge 16 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds new documentation pages for the B2B “Individual Pricing” component, covering feature overview, core concepts (entities/workflow + pricing workflow), and developer extensibility points. Also updates the B2B Components landing page and the repository spellchecker wordlist to recognize newly introduced technical terms.
Changes:
- Introduce a new Individual Pricing documentation section with overview and conceptual docs.
- Add an extensibility guide describing relevant extensions, events, and message-bus messages.
- Update the B2B components index and extend
.wordlist.txtwith new domain terms.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
products/extensions/b2b-components/individual-pricing/index.md |
New landing page describing Individual Pricing features, behavior, and links to deeper docs. |
products/extensions/b2b-components/individual-pricing/guides/01-extensibility-events-messages.md |
New guide documenting extension points and including a PHP subscriber example. |
products/extensions/b2b-components/individual-pricing/concepts/01-entities-and-workflow.md |
New concept doc describing entities, schema, and evaluation workflow. |
products/extensions/b2b-components/individual-pricing/concepts/02-pricing-workflow.md |
New concept doc detailing runtime resolution, caching/indexing, limitations, and performance considerations. |
products/extensions/b2b-components/index.md |
Adds Individual Pricing to the list of available B2B components. |
.wordlist.txt |
Adds new technical terms for the spell checker used by the docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ucts/extensions/b2b-components/individual-pricing/guides/01-extensibility-events-messages.md
Outdated
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/entities-and-workflow.md
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/02-pricing-workflow.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thx for the PR Duy Dinh (@silverDuy) - added some comments.
Please change the currency to appear after the number for greater precision (which is the official writing style)
€50 -> 50€
or best change it to be more international to $
€50 -> 50$
Micha Hobert (@Isengo1989) Thank you for your suggestion, I changed it from €50 -> 50$ already. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
products/extensions/b2b-components/individual-pricing/concepts/pricing-workflow.md
Outdated
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/02-pricing-workflow.md
Outdated
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/02-pricing-workflow.md
Outdated
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/entities-and-workflow.md
Outdated
Show resolved
Hide resolved
products/extensions/b2b-components/individual-pricing/concepts/01-entities-and-workflow.md
Outdated
Show resolved
Hide resolved
…/01-entities-and-workflow.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/02-pricing-workflow.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.