68d48100b9fba5ba9b15a5d739282cd902a98426
Replace the existing integration test suite with a complete test covering every registered API route. Tests use httptest with the real router and a real DB connection (youpc.org mgmt schema). Endpoint groups tested: - Health, Auth (JWT validation, expired/invalid/wrong-secret) - Current user (GET /api/me) - Tenants (CRUD, auto-assign) - Cases (CRUD with search/status filters) - Parties (CRUD) - Deadlines (CRUD, complete, batch create) - Appointments (CRUD) - Notes (CRUD) - Dashboard - Proceeding types & deadline rules - Deadline calculator & determination (timeline, determine) - Reports (cases, deadlines, workload, billing) - Templates (CRUD, render) - Time entries (CRUD, summary) - Invoices (CRUD, status update) - Billing rates (list, upsert) - Notifications (list, unread count, mark read, preferences) - Audit log (list, filtered) - Case assignments (assign, unassign) - Documents (list, meta) - AI endpoints (availability check) - Critical path E2E (case -> deadline -> appointment -> note -> time entry -> dashboard -> complete)
KanzlAI-mGMT
Kanzleimanagement online — law firm management for deadlines, appointments, and case tracking.
Structure
backend/ Go API server
frontend/ Next.js 15 (TypeScript, Tailwind CSS)
Development
make dev-backend # Go server on :8080
make dev-frontend # Next.js dev server
make build # Build both
make lint # Lint both
make test # Test both
Tech Stack
- Frontend: Next.js 15, TypeScript, Tailwind CSS
- Backend: Go
- Database: Supabase (PostgreSQL) —
kanzlaischema - Deploy: Dokploy on mLake (kanzlai.msbls.de)
Description
Languages
TypeScript
51.8%
Go
47.8%
Dockerfile
0.1%
CSS
0.1%