diff --git a/PLAN.md b/PLAN.md index 423d5cd..f1ebb7a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -1,4 +1,4 @@ -# Walkup Implementation Plan +# WalkUp Implementation Plan ## Scope - React PWA frontend. diff --git a/README.md b/README.md index ca29696..fdca00b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Walkup +# WalkUp -Walkup is a collaborative baseball walk-up song app built as a React PWA with a FastAPI backend. The browser integrates with TeamSnap through the official JavaScript SDK, while the backend keeps TeamSnap secrets and only stores app-owned media and game state. +WalkUp is a collaborative baseball walk-up song app built as a React PWA with a FastAPI backend. The browser integrates with TeamSnap through the official JavaScript SDK, while the backend keeps TeamSnap secrets and only stores app-owned media and game state. ## Stack - Frontend: React, TypeScript, Vite, React Router, TanStack Query, `teamsnap.js`, `vite-plugin-pwa` diff --git a/backend/app/config.py b/backend/app/config.py index ea97797..fb47cb1 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -9,7 +9,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict class Settings(BaseSettings): model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8", extra="ignore") - app_name: str = "Walkup API" + app_name: str = "WalkUp API" backend_host: str = "0.0.0.0" backend_port: int = 8000 backend_cors_origins_raw: str = "https://kif.local.ascorrea.com" diff --git a/docs/architecture.md b/docs/architecture.md index 777c94e..37b30d4 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,6 @@ # Architecture -Walkup is a baseball walk-up song app with a React PWA frontend and a FastAPI backend. +WalkUp is a baseball walk-up song app with a React PWA frontend and a FastAPI backend. ## System Overview diff --git a/docs/coding-standards.md b/docs/coding-standards.md index 464469d..63fe450 100644 --- a/docs/coding-standards.md +++ b/docs/coding-standards.md @@ -1,6 +1,6 @@ # Coding Standards -These rules apply to Walkup-specific work in this repository. +These rules apply to WalkUp-specific work in this repository. ## General diff --git a/frontend/index.html b/frontend/index.html index 1d9b0d9..dfa8287 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,7 +6,7 @@ - + @@ -25,7 +25,7 @@ href="/apple-splash-1290x2796.png" media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)" /> -
Library
-Upload audio, trim clips, reorder them, and pin them to players before game day.
@@ -31,7 +31,7 @@ export function DashboardPage() {Gameday
- Review lineups, check availability, and play the right walkup clips during the game. + Review lineups, check availability, and play the right WalkUp clips during the game.
Library
-Upload audio, trim clips, reorder them, and pin them to players before game day.
@@ -71,7 +71,7 @@ export function DashboardPage() {Gameday
- Review lineups, check availability, and play the right walkup clips during the game. + Review lineups, check availability, and play the right WalkUp clips during the game.
Walkup clips
+WalkUp clips