feat(admin): Stripe webhook-endpoint management UI (DEV-518) #445
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/DEV-518-webhook-endpoint-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Fill the admin-UI gap the DEV-495 inventory surfaced (DEV-518): bunyip-api already exposes
list/create/deletefor Stripe webhook endpoints, and a8n-tools' React admin already had the UI, but bunyip-web rendered no block for it. Single-repo, self-contained - no shared-crate/cross-repo pins.Changes (bunyip-web)
list/create/delete_stripe_webhook), theStripeWebhookEndpointtype, the two POST handlers, and their routes.Scope note
This corrects the stale DEV-495 premise that cited Products/Prices at
admin.rs:4633as the gap - those were already ported under BUNYIP-416/417 (admin.rs:5668/:5711). The real gap was webhook-endpoint management, which this closes.Testing
cargo build -p bunyip-web,cargo clippy -p bunyip-web --all-targets, andcargo fmt --checkall clean; the existing Stripe admin unit tests (8) pass.🤖 Generated with Claude Code
https://claude.ai/code/session_01QLd9c7niucrqx68v4AxVss