Skip to content

fix: add SERVER_API_URL and document UI polish plan (#97) - #98

Merged
kelleyglenn merged 5 commits into
masterfrom
feature/server-api-url-and-docs
Feb 26, 2026
Merged

fix: add SERVER_API_URL and document UI polish plan (#97)#98
kelleyglenn merged 5 commits into
masterfrom
feature/server-api-url-and-docs

Conversation

@kelleyglenn

Copy link
Copy Markdown
Owner

Summary

Test plan

  • Deploy full stack via docker-compose --profile backend --profile frontend up
  • Verify curl -s http://localhost:3000/videos/<seed-video-id> | grep '<title>' shows dynamic video title (not "Video | AccountabilityAtlas")
  • Verify curl -s http://localhost:3000/users/<seed-user-id> | grep '<title>' shows dynamic user name

Closes #97

🤖 Generated with Claude Code

kelleyglenn and others added 4 commits February 25, 2026 16:02
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The web-app's generateMetadata runs server-side inside the Docker
container where localhost:8080 doesn't reach the API gateway.
SERVER_API_URL uses the Docker network hostname instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents the global safety-net threshold and per-directory thresholds
in 08-DevelopmentStandards.md so new files can't ship with 0% coverage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kelleyglenn kelleyglenn changed the title fix: add SERVER_API_URL for web-app Docker networking (#97) fix: add SERVER_API_URL and document UI polish plan (#97) Feb 26, 2026
Server-side generateMetadata() fetches need the Docker-internal
hostname, not the public URL. Matches the same fix in docker-compose.yml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kelleyglenn
kelleyglenn merged commit 0390d63 into master Feb 26, 2026
1 check passed
@kelleyglenn
kelleyglenn deleted the feature/server-api-url-and-docs branch February 26, 2026 02:23
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.

Add SERVER_API_URL for web-app Docker networking and UI polish design docs

1 participant