Skip to content

Retire duplicate community creation wizard - #277

Merged
Caneryy merged 7 commits into
stolla-labs:mainfrom
CemAyyildiz:feat/h3-retire-duplicate-community-wizard
Aug 30, 2026
Merged

Retire duplicate community creation wizard#277
Caneryy merged 7 commits into
stolla-labs:mainfrom
CemAyyildiz:feat/h3-retire-duplicate-community-wizard

Conversation

@CemAyyildiz

@CemAyyildiz CemAyyildiz commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Make /communities/create the single community creation implementation via CommunityCreationWizard
  • Permanently redirect /community/new/communities/create
  • Migrate unit/E2E coverage onto the canonical stack; delete duplicate CreateCommunityWizard, community-creation, and community-factory modules
  • Preserve draft persistence, discard/restart, account-change reconfirm, network/expired-tx recovery, fee simulation, and registry verification

Closes #249

Test plan

  • Creation-related unit tests pass (43 tests: redirect, create page, deployment panel, wizard/schema/deployment, entry points)
  • community-creation Playwright suite passes against /communities/create (12/12 desktop+mobile)
  • PR-scoped verification complete; full-repo lint/typecheck/test still fail on main baseline (unrelated: proposals page hooks, contracts.ts passphrase, voteAggregation mocks, etc.)
  • /community/new redirects to /communities/create (unit + Playwright assertions)
  • Wizard flows covered: draft restore, discard/restart, account-change, network mismatch, expired-tx rebuild, fee + registry verification (unit + e2e)

Make /communities/create the sole creation path by extracting CommunityCreationWizard, redirecting /community/new, migrating unit/E2E coverage, and deleting the assignee duplicate modules while preserving draft, discard, account-change, and deployment recovery behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

@CemAyyildiz is attempting to deploy a commit to the caneryy's projects Team on Vercel.

A member of the Team first needs to authorize it.

CemAyyildiz and others added 6 commits August 27, 2026 20:40
Align lockfile with workspace package.json so frontend CI install step can run.

Co-authored-by: Cursor <cursoragent@cursor.com>
Align Stellar client networkPassphrase usage, network guard typing, proposal
state loading effects, transaction lifecycle ref updates, and CI workflow
(stellar-cli install, e2e lockfile cache) so PR checks can run on fork PRs.

Co-authored-by: Cursor <cursoragent@cursor.com>
…ard and vitest

Co-authored-by: Cursor <cursoragent@cursor.com>
…ad-only RPC paths

Co-authored-by: Cursor <cursoragent@cursor.com>
…n Linux

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@Caneryy
Caneryy merged commit d02338c into stolla-labs:main Aug 30, 2026
1 of 4 checks 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.

Retire the duplicate community creation wizard

2 participants