DO NOT MERGE: Update facilitator-fees FAQ default for per-person membership (#2095) - #2137
Draft
maebeale wants to merge 3 commits into
Draft
DO NOT MERGE: Update facilitator-fees FAQ default for per-person membership (#2095)#2137maebeale wants to merge 3 commits into
maebeale wants to merge 3 commits into
Conversation
The old copy described a $100 per-program membership that covered all facilitators in a program. PR #2094 replaces that with a per-person, auto-renewing annual dues subscription, so the default FAQ answer is now inaccurate. Rework the answer to describe per-facilitator annual dues. Amount is intentionally omitted pending AWBW confirmation of the final per-person figure (production dues are still disabled). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Derive the amount from the constant so the default copy can't drift from the real per-person figure years from now, and use membership terminology to match the post-#2106 rename. Co-Authored-By: Claude Opus 4.8 (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.
🤖 suggested review level: 3 Read 📖 FAQ default-copy change now interpolates a live constant
Closes #2095
Why
"Are there any fees…"FAQ default described the old model: $100 per program, one payment covering all facilitators in a program.What
BuiltinCallouts::FAQSto describe a per-facilitator annual membership fee that renews automatically, using membership terminology to match the post-Rename dues subscription to membership #2106 rename.Membership::ANNUAL_COST_CENTS(currently $25) rather than hard-coded, so the copy can't silently drift from the real figure years from now.Note
ANNUAL_MEMBERSHIP_CENTStakes effect on the next deploy (not live per-request) — fine for static default copy.Outstanding (why DNM)
Membership.enabled?).🤖 Generated with Claude Code