f08b9b0c03
카테고리를 사내 공용(owner=null)과 개인 전용(owner=사용자)으로 나누고, 일정의 공개 범위를 소속 카테고리에서 파생시켜 두 종류가 섞이지 않게 한다. - 조회: 사내 일정 + 본인 개인 일정만 반환, 타인의 개인 항목은 존재를 숨김 - 개인 일정은 소유자만 수정·삭제하며 참석자·알림을 사용하지 않음 - 사내 일정은 등록자만 수정·삭제하도록 제한 (등록자가 탈퇴한 기존 일정은 잠기지 않도록 예외 처리) - 일정이 남은 사내 카테고리는 삭제를 막아 타인 일정 연쇄 삭제를 방지 - 툴바를 캘린더 선택(사내/개인 체크박스)과 '내 관련' 참석자 필터로 분리 - 일정·카테고리 작성 시 사내/개인 구분을 명시적으로 선택 - 기존 데이터는 전부 사내 공유(company)로 유지되는 마이그레이션 추가 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit