Change billing frequency - #755
Draft
allanlasser wants to merge 13 commits into
Draft
Conversation
allanlasser
force-pushed
the
677-redesign-billing
branch
from
July 28, 2026 20:26
8d07584 to
ed59dad
Compare
allanlasser
changed the base branch from
677-redesign-billing
to
release-billing-ui
July 28, 2026 21:46
allanlasser
force-pushed
the
release-billing-ui
branch
2 times, most recently
from
August 18, 2026 19:43
f643585 to
6590b34
Compare
mitchelljkotler
force-pushed
the
release-billing-ui
branch
from
August 25, 2026 12:44
8a942a9 to
295db68
Compare
Add job openings link
Re-applies the subscription billing-frequency-change feature on top of the billing redesign as a clean delta: the org and user UpdateSubscriptionFrequency views, BaseUpdateSubscriptionFrequency, UpdateSubscriptionFrequencyForm, both update-frequency URLs, the update_subscription_frequency template, and the "Change to monthly/annual" link on the manage subscriptions page. This branch tracks the frequency work as additions on top of 677-redesign-billing so it can be finished and merged after the redesign ships. The view/form are still a stub (no form_valid) and need wiring to subscription.modify() before shipping. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
allanlasser
force-pushed
the
677-billing-frequency
branch
from
August 26, 2026 12:26
e192bdc to
5ad4481
Compare
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.
Re-applies the subscription billing-frequency-change feature on top of the billing redesign in #716.
The view/form are still a stub (no
form_valid) and need wiring tosubscription.modify()before shipping.There's changes to how we're modeling plans/prices in Stripe that haven't been made yet; they'll need to be made in coordination with the changes here.
Draft until backend is resolved.