Add websitebuilder app
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / lint (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-01-26 12:50:12 +07:00
parent 93cfc18d1f
commit 4d1bb6892b
227 changed files with 35610 additions and 75 deletions

View File

@@ -0,0 +1,26 @@
{
"id": "phase1-foundation",
"name": "Phase 1: Foundation",
"status": "active",
"objective": "Establish core infrastructure: project setup, database, authentication, user management, and CI/CD pipeline",
"context_files": [
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md",
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/SPECIFICATION.md",
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/TASKS.md",
"/Users/kunthawatgreethong/.config/opencode/context/core/standards/code-quality.md",
"/Users/kunthawatgreethong/.config/opencode/context/core/standards/test-coverage.md",
"/Users/kunthawatgreethong/.config/opencode/context/core/essential-patterns.md"
],
"exit_criteria": [
"Next.js 15 project created with TypeScript and configured",
"PostgreSQL database with Drizzle ORM and all 20+ tables",
"Redis caching configured and tested",
"Complete JWT-based authentication system with email verification",
"User management APIs and UI (profile, settings, admin)",
"CI/CD pipeline with automated testing (Vitest, Playwright)",
"All acceptance criteria from context.md met"
],
"subtask_count": 20,
"completed_count": 20,
"created_at": "2026-01-19T00:00:00Z"
}