Files
sam-docs/plans/index_plans.md
kent 66eac6b39f docs: [문서정리] 전체 문서 업데이트 및 admin→mng 전환 반영
- Phase 1-3: 핵심/보조 문서 업데이트, 버전 최신화
- Phase 4: 오래된 파일 정리 및 아카이브
  - D0.8 Storyboard → history/2025-12/ 이동
  - admin 참조 4개 파일 수정 (docker-setup, git-conventions, project-launch-roadmap, remote-work-setup)
  - 빈 디렉토리 6개 삭제
- 버전 정보: React 19.2.1, Next.js 15.5.7
- remote-work-setup.md DEPRECATED 표시
2025-12-26 16:47:36 +09:00

8.4 KiB

기획 문서 인덱스

SAM 시스템 개발 계획 및 기획 문서 모음 최종 업데이트: 2025-12-26


문서 현황 요약

분류 개수 설명
개발 계획서 15개 기능별 API 개발 계획
스토리보드 1개 ERP 화면 설계 (D1.0)
플로우 테스트 32개 API 검증용 JSON 테스트 케이스

Note

: D0.8 스토리보드는 docs/history/2025-12/로 아카이브됨


개발 계획서

ERP API 개발

문서 상태 설명
erp-api-development-plan.md 🟡 Phase 3 진행중 SAM ERP API 전체 개발 계획 (D0.8 기준)
erp-api-development-plan-d1.0-changes.md 🟢 완료 D1.0 변경사항 (Phase 5-8 완료)

기능별 계획

문서 상태 설명
mng-quote-formula-development-plan.md 🟢 완료 mng 견적 수식 관리
quote-auto-calculation-development-plan.md 🟢 완료 견적 자동 계산 (2025-12-22 완료)
simulator-calculation-logic-mapping.md 📚 참조 견적 시뮬레이터 계산 로직 매핑 분석
mng-item-field-management-plan.md 계획수립 품목 필드 관리 (미착수)
items-table-unification-plan.md 계획수립 items 테이블 통합 (롤백 후 대기)
mng-menu-system-plan.md 🔵 계획수립 mng 메뉴 시스템 (설계 완료, 구현 대기)

마이그레이션 & 연동

문서 상태 설명
5130-to-mng-migration-plan.md 🟡 진행중 5130 → mng 마이그레이션 (5/38 완료)
react-api-integration-plan.md 🟡 진행중 React ↔ API 연동 테스트
react-mock-to-api-migration-plan.md 🟡 진행중 Mock → API 전환 (Phase A 부분 완료)

기타

문서 상태 설명
dummy-data-seeding-plan.md 계획수립 더미 데이터 시딩 (2025-12-23 작성)
api-explorer-development-plan.md 🔵 계획수립 API Explorer 개발 (설계 완료, 구현 대기)
employee-user-linkage-plan.md 🔵 계획수립 사원-회원 연결 기능 (2025-12-25 작성)
docs-update-plan.md 🟡 진행중 문서 업데이트 계획 (Phase 4 진행중)

스토리보드

SAM_ERP_Storyboard_D1.0_251218 (현재 버전)

경로: docs/plans/SAM_ERP_Storyboard_D1.0_251218/ 일자: 2025-12-18 슬라이드 수: 38장

내용: D0.8 대비 변경/추가된 화면 (D1.0 버전)

변경 사항: erp-api-development-plan-d1.0-changes.md 참조


플로우 테스트

경로: docs/plans/flow-tests/ 용도: Flow Tester (mng.sam.kr/dev-tools/flow-tester) 검증용 JSON

인증/권한

파일 설명
auth-api-flow.json 인증 API 플로우
auth-legacy-flow.json 레거시 인증 플로우
user-invitation-flow.json 사용자 초대

품목/BOM

파일 설명
items-crud-api-flow.json 품목 CRUD
items-bom-api-flow.json BOM API
items-bom-test.json BOM 테스트
item-master-page-api-flow.json 품목 마스터 페이지
item-master-full-api-flow.json 품목 마스터 전체
item-master-init-api-flow.json 품목 마스터 초기화
item-master-field-api-flow.json 품목 필드
item-master-legacy-flow.json 레거시 품목
item-delete-legacy-flow.json 품목 삭제 (레거시)
item-delete-force-delete.json 품목 강제 삭제
item-fields-is-active-test.json 필드 활성화 테스트

거래처/영업

파일 설명
client-api-flow.json 거래처 API
client-legacy-flow.json 레거시 거래처
client-group-api-flow.json 거래처 그룹
pricing-crud-flow.json 단가 CRUD
pricing-validation-test.json 단가 검증

인사/급여

파일 설명
employee-api-crud.json 사원 CRUD
attendance-api-crud.json 근태 CRUD
department-tree-api.json 부서 트리

회계/재무

파일 설명
account-management-flow.json 계정 관리
sales-statement-flow.json 매출 전표
payment-flow.json 결제 플로우
bad-debt-flow.json 대손 처리

기타

파일 설명
popup-flow.json 팝업 플로우
company-request-flow.json 회사 요청
notification-settings-flow.json 알림 설정
subscription-flow.json 구독 플로우
branching-example-flow.json 분기 예제

디렉토리 구조

docs/plans/
├── index_plans.md                     # 이 파일
│
├── erp-api-development-plan.md        # ERP API 개발 계획 (D0.8)
├── erp-api-development-plan-d1.0-changes.md  # D1.0 변경사항
├── mng-quote-formula-development-plan.md     # 견적 수식 관리
├── quote-auto-calculation-development-plan.md # 견적 자동 계산
├── simulator-calculation-logic-mapping.md    # 시뮬레이터 로직 매핑
├── mng-item-field-management-plan.md         # 품목 필드 관리
├── items-table-unification-plan.md           # items 테이블 통합
├── mng-menu-system-plan.md                   # mng 메뉴 시스템
├── 5130-to-mng-migration-plan.md             # 5130 마이그레이션
├── react-api-integration-plan.md             # React-API 연동
├── react-mock-to-api-migration-plan.md       # Mock→API 전환
├── dummy-data-seeding-plan.md                # 더미 데이터 시딩
├── api-explorer-development-plan.md          # API Explorer
├── employee-user-linkage-plan.md             # 사원-회원 연결
├── docs-update-plan.md                       # 문서 업데이트 계획
│
├── SAM_ERP_Storyboard_D1.0_251218/    # 스토리보드 D1.0 (38장)
│   └── 슬라이드*.jpeg
│
└── flow-tests/                         # 플로우 테스트 JSON (32개)
    ├── auth-*.json
    ├── items-*.json
    ├── client-*.json
    └── ...

# 아카이브됨
# docs/history/2025-12/SAM_ERP_Storyboard_D0.8_251216/  # D0.8 (113장)

관련 문서


범례:

  • 🟢 완료: 구현 완료
  • 🟡 진행중: 현재 작업 중
  • 🔵 계획수립: 설계/계획 완료, 구현 대기
  • 미착수: 계획만 수립, 작업 대기
  • 📚 참조: 분석/참조용 문서