Skip to content

Account deletion + effective feature parity reached - #6

Merged
Adron merged 1 commit into
devfrom
feature/parity-v5
Aug 1, 2026
Merged

Account deletion + effective feature parity reached#6
Adron merged 1 commit into
devfrom
feature/parity-v5

Conversation

@Adron

@Adron Adron commented Aug 1, 2026

Copy link
Copy Markdown
Member

Summary

Batch 7 — the final feature batch. Builds clean in Debug + Release.

  • Account deletion — a guarded "Danger zone" in Settings (type your exact username to enable) → POST /api/user/delete {username,email}, then clears the token and returns the shell to the login screen via a new Navigator.OnLoggedOut hook.

Effective feature parity reached

Every core, verifiable, user-facing product surface is now built. The only remaining gaps are genuinely blocked, not merely unbuilt:

  • Materialize — opaque {source} request, no documented structure (API-blocked)
  • Per-list schema/columns DSL — only partially reverse-engineered; schema-less rows are the confirmed path (API-blocked)
  • GitHub — test account has no GitHub linked + undocumented shapes (verification-blocked)
  • DM inbox-folder view — item shape needs real DMs to a real person; DMs already work via the recipients list (low value)
  • Billing UI — Stripe is cookie-session-only; handled by the "Manage account on the web" handoff (by design)

To close the verification-blocked items: a second test account (two-sided DM/follow/moderation/sharing) and GitHub linked on a test account.

🤖 Generated with Claude Code

Batch 7 (branch feature/parity-v5). Builds clean Debug + Release.

- Account deletion — a guarded "Danger zone" in Settings (type your exact
  username to enable) -> POST /api/user/delete {username,email}, then clears the
  token and returns the shell to the login screen via a new Navigator.OnLoggedOut
  hook.

This closes the last non-blocked user feature. Remaining gaps are genuinely
blocked, not unbuilt: Materialize (opaque {source} request), per-list schema
DSL (not reverse-engineered), GitHub (account not linked + undocumented shapes),
DM inbox-folder (needs real DMs to learn shape), billing (cookie-only -> web
handoff). See the-gaps.md "Effective feature parity reached".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Adron
Adron merged commit ba99c93 into dev Aug 1, 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