Add ability to create and view blocking states (#612) - #657
Open
tungleduyxyz wants to merge 3 commits into
Open
Conversation
Remove the Group by drop-down and make date-first, event-type-second the permanent default ordering. Events on the same date are ordered by the canonical eventsOrder list (e.g. START_BILLING before STOP_BILLING). Fixes #649 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Implements the write and read paths for Kill Bill blocking states: Read path: - Account Timeline now surfaces blocking state events (previously filtered out) - Added dedicated "Blocking States" filter alongside existing Subscription/Payment/Billing filters - CSV export includes blocking state events - New "Blocking States" index page per account (nav sidebar entry) Write path: - "Create Blocking State" form for Account, Bundle, and Subscription levels - Accessible via Account Billing Information section button, Subscriptions table row dropdown, and the new Blocking States index page - Form includes Applies To summary, State/Service fields with helper text, Block flags (Change/Entitlement/Billing), Effective Date, and Comment - "About Blocking States" info panel alongside the form (i18n strings in en.yml) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
tungleduyxyz
force-pushed
the
kaui_8.25
branch
from
August 23, 2026 16:24
372a800 to
2387ed3
Compare
tungleduyxyz
force-pushed
the
kaui_8.25
branch
from
August 23, 2026 16:46
2387ed3 to
1024d60
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.
Summary
Implements issue #612 — read and write paths for Kill Bill blocking states.
Read path:
next if event.event_type == 'SERVICE_STATE_CHANGE')Write path:
Test plan
BUNDLE) in the Blocking States indexSUBSCRIPTION) in the Blocking States indexaccount:updatepermission🤖 Generated with Claude Code