set healthcheck
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / deploy-staging (push) Has been cancelled
CI / deploy-production (push) Has been cancelled
CI / deploy-manual (push) Has been cancelled

This commit is contained in:
BeauTroll
2026-01-19 19:27:49 +01:00
parent a22fed0f9d
commit d552d31f4a
28 changed files with 2321 additions and 546 deletions

View File

@@ -68,32 +68,32 @@ Draft
- [x] Configure deploy jobs (staging/production) with manual triggers
- [x] Add caching for pnpm store
- [ ] Task 7: Create README documentation (AC: 8)
- [x] Task 7: Create README documentation (AC: 8)
- [x] Document project overview
- [x] Document prerequisites (Node 20, pnpm, Docker)
- [x] Document local development setup steps
- [x] Document available npm scripts
- [x] Document environment variables
- [ ] Task 8: Create home page (AC: 9)
- [ ] Create `src/routes/index.tsx` as home page
- [ ] Display "Dofus Manager" title
- [ ] Add basic layout structure
- [ ] Create `src/styles/globals.css` with Tailwind imports
- [ ] Verify application starts and renders correctly
- [x] Task 8: Create home page (AC: 9)
- [x] Create `src/routes/index.tsx` as home page
- [x] Display "Dofus Manager" title
- [x] Add basic layout structure
- [x] Create `src/styles/globals.css` with Tailwind imports
- [x] Verify application starts and renders correctly
- [ ] Task 9: Create health check endpoint (AC: 10)
- [ ] Create `src/routes/api/health.ts` server function
- [ ] Return JSON `{ status: "ok", timestamp: Date }`
- [ ] Optionally check database connectivity
- [ ] Verify endpoint responds at `GET /api/health`
- [x] Task 9: Create health check endpoint (AC: 10)
- [x] Create `src/routes/api/health.ts` server function
- [x] Return JSON `{ status: "ok", timestamp: Date }`
- [x] Optionally check database connectivity
- [x] Verify endpoint responds at `GET /api/health`
- [ ] Task 10: Final verification
- [ ] Run `pnpm dev` and verify app starts
- [ ] Run `pnpm lint` and verify no errors
- [ ] Run `pnpm typecheck` and verify no errors
- [ ] Test Docker build locally
- [ ] Verify PostgreSQL connection via Prisma
- [x] Task 10: Final verification
- [x] Run `pnpm dev` and verify app starts
- [x] Run `pnpm lint` and verify no errors
- [x] Run `pnpm typecheck` and verify no errors
- [x] Test Docker build locally
- [x] Verify PostgreSQL connection via Prisma
## Dev Notes