broadcast hackers - #46
Open
tongshengw wants to merge 10 commits into
Open
Conversation
Adds /broadcast_hackers with email and SMS broadcast forms, stub senders, a broadcast log stub, and a success page. No real sending infrastructure yet. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rebuild the organizer broadcast tool on the admin shell (AdminPageShell + shadcn Input/Textarea/Button/Card) and remove SMS end-to-end — no Pinpoint origination number in sight and we don't want the extra SDK weight. Prod hasn't seen the broadcast_logs table yet, so the broadcasted_to_text column is dropped without a migration. Also surfaces the tool on /admin under a new Communications area. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Drop the local seed script and the shell wrapper that copied Supabase status keys into .env.local — neither is load-bearing anymore. config.toml, package.json db:* scripts, and the MCP register comment updated to match. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bring gen-env-local.sh back (the db:start / db:env scripts want it) and undo the register-mcp-client comment change. Fold lib/aws/config.ts into ses.ts so it matches lib/aws/s3.ts — inline env reads, scoped SES_REGION / SES_ACCESS_KEY_ID / SES_SECRET_ACCESS_KEY / SES_FROM_ADDRESS so SES creds no longer collide with the S3 resume identity. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bring back the local storage seed and its config.toml entry — it seeds the local resume bucket on `supabase start` / `db reset` and shouldn't have been dropped. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Drop the aws-branch tweak that added an API_URL fallback and removed the missing-URL check — bring the script back to what's on main. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bring in the test-hacker seed rows that main already has. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Prettier autofix — the placeholder was skipped when the file was originally added. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tongshengw
marked this pull request as ready for review
August 9, 2026 06:48
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.
broadcast, 160char limit for future sms compat, rn placeholder ses function is used