docs(agent): rewrite the invoice walkthrough with plainly invented figures - #12899
Open
mergify-ci-bot wants to merge 1 commit into
Conversation
Contributor
Merge Protections🔴 2 of 5 protections blocking · waiting on 👀 reviews
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 3 satisfied protections🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
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.
The worked example read like a transcription of a real invoice: uneven amounts
on a subscription billed on the 14th of the month, with the note that the
figures were made up sitting below the table. Nothing in the example itself
told a reader it was fictional. It now runs on
example-orgwith 20contributors at $10 per user per month over a period that divides in half, so
every line is a round number, the total can be checked by hand, and the note
naming the whole thing as invented comes with it.
The description around it was also loose about who does what. Mergify keeps the
seat count on the subscription in step with the number of contributors it
counts, and each change is prorated from the moment it happens; the "unused
time" and "remaining time" lines are the payment provider's own labels for that
proration, not something Mergify writes. The text now attributes each half to
whoever is responsible for it.
One smaller correction to the Plan page description on the same page. The
repository count links to your repositories list rather than to a view filtered
to the product whose row you clicked, and the contributor count opens the list
of people counted for that product.
Evidence: the seat sync pushes prorated quantity updates to the payment
provider, and the link targets come from the dashboard's plan table component.