Skip to content

fix: correct subscriber migration behavior and pricing table rendering#58

Merged
debidong merged 1 commit into
mainfrom
fix/statuspage-docs-patch
May 15, 2026
Merged

fix: correct subscriber migration behavior and pricing table rendering#58
debidong merged 1 commit into
mainfrom
fix/statuspage-docs-patch

Conversation

@debidong
Copy link
Copy Markdown
Contributor

Summary

  • Subscriber migration does NOT send verification emails -- verified against fc-statuspage source code (logic/subscription/subscription.go calls CreateSubscriptions() directly, bypassing the confirmation flow used for normal signup). Imported subscribers become immediately active.
  • Add quarantined email note -- Atlassian-quarantined email addresses are auto-skipped during migration (line 276 of logic/migration/transform.go)
  • Fix pricing table rendering -- the tilde (~) in $4,800~$8,400+ was being interpreted as markdown strikethrough; replaced with en-dash ()

Files changed

  • zh/on-call/statuspage/migrate-from-atlassian.mdx -- 2 corrections
  • en/on-call/statuspage/migrate-from-atlassian.mdx -- 2 corrections
  • zh/on-call/statuspage/comparison.mdx -- 2 corrections
  • en/on-call/statuspage/comparison.mdx -- 1 correction

Test plan

  • Verify pricing table renders correctly (no strikethrough)
  • Verify migration guide accurately describes subscriber behavior

- Subscriber migration does NOT send verification emails; imported
  subscribers become immediately active (verified against fc-statuspage
  source: CreateSubscriptions bypasses confirmation flow)
- Add note about quarantined email addresses being auto-skipped
- Fix tilde (~) in zh pricing table causing markdown strikethrough;
  replace with en-dash (–) matching the en version
@debidong debidong merged commit b0c4ad2 into main May 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant