feat: Complete backend and docs rebrand from Patherly to ResolutionFlow
Update APP_NAME, OpenAPI metadata, log messages, root endpoint response, model docstrings, seed script comments, README heading, and CLAUDE.md branding references. Frontend rebrand was completed in PR #26; this covers everything else. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ The project was rebranded from "Patherly" to "ResolutionFlow" in the frontend (P
|
||||
| Context | Name Used |
|
||||
|---------|-----------|
|
||||
| Repository / directory name | `patherly` |
|
||||
| Backend (FastAPI, env vars, APP_NAME) | Patherly |
|
||||
| Backend (FastAPI, env vars, APP_NAME) | ResolutionFlow |
|
||||
| Database / Docker container | `patherly` / `patherly_postgres` |
|
||||
| Production URLs | `app.patherly.com` / `api.patherly.com` |
|
||||
| **Frontend UI (header, login, register)** | **ResolutionFlow** |
|
||||
@@ -233,7 +233,7 @@ patherly/
|
||||
**Required in `backend/.env`:**
|
||||
```bash
|
||||
# Application
|
||||
APP_NAME=Patherly
|
||||
APP_NAME=ResolutionFlow
|
||||
DEBUG=true # Set false in production
|
||||
|
||||
# Database (matches docker-compose.yml)
|
||||
|
||||
Reference in New Issue
Block a user