sinmb79
4e70f791f9
feat: Phase 2~3 프론트엔드 구현 — AI 에이전트, EVMS, Vision AI, 준공도서, 발주처 포털
...
- AI 에이전트 채팅 UI (협업 시나리오, 아침 브리핑 포함)
- EVMS 대시보드 (SPI/CPI, 공정률 추이, 공기 예측, 기성 청구)
- Vision AI 사진 분석 (공종 분류, 안전 점검, 도면 대조)
- 준공도서 패키지 (체크리스트, ZIP 다운로드)
- 발주처 포털 (토큰 기반 읽기 전용 대시보드)
- 프로젝트 상세 탭 4열로 확장
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-25 04:48:46 +09:00
sinmb79
2a4950d8a0
feat: CONAI Phase 1 MVP 초기 구현
...
소형 건설업체(100억 미만)를 위한 AI 기반 토목공사 통합관리 플랫폼
Backend (FastAPI):
- SQLAlchemy 모델 13개 (users, projects, wbs, tasks, daily_reports, reports, inspections, quality, weather, permits, rag, settings)
- API 라우터 11개 (auth, projects, tasks, daily_reports, reports, inspections, weather, rag, kakao, permits, settings)
- Services: Claude AI 래퍼, CPM Gantt 계산, 기상청 API, RAG(pgvector), 카카오 Skill API
- Alembic 마이그레이션 (pgvector 포함)
- pytest 테스트 (CPM, 날씨 경보)
Frontend (Next.js 15):
- 11개 페이지 (대시보드, 프로젝트, Gantt, 일보, 검측, 품질, 날씨, 인허가, RAG, 설정)
- TanStack Query + Zustand + Tailwind CSS
인프라:
- Docker Compose (PostgreSQL pgvector + backend + frontend)
- 한국어 README 및 설치 가이드
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 20:06:36 +09:00