Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ graph TD;
BE -->|Prompt/Text| Gemini[Google Gemini AI];
```

To ensure VS Code recognizes the formatting immediately, I have placed the remaining content inside a single block. Copy everything from the box below and paste it directly after your Mermaid diagram.

Markdown
### Stack & Rationale

* **Frontend:** **React (Next.js 15)** + **TypeScript** + **Tailwind CSS**
Expand Down Expand Up @@ -119,9 +116,9 @@ The backend is deployed to **Google Cloud Run**. The frontend is currently local
- [x] **Phase 2:** Firebase Authentication & Global Context.
- [x] **Phase 3:** Backend Persistence (Firestore) & Naming Convention Alignment.
- [x] **Phase 4:** Mocked Test Infrastructure & History API Endpoints.
- [ ] **Phase 5:** Frontend Hydration (Displaying historical chats/resumes in the UI).
- [ ] **Phase 6:** Production Deployment (Cloud Run & Vercel).
- [x] **Phase 5:** Frontend Hydration (Displaying historical chats/resumes in the UI).
- [x] **Phase 6:** Production Deployment (Cloud Run & Vercel).

## License

See the [LICENSE](LICENSE) file for details.
See the [LICENSE](LICENSE) file for details.
Loading