feat: update seat map dxf workflow and organization ui

This commit is contained in:
hyunho
2026-03-25 18:00:09 +09:00
parent 8f073e1458
commit e62a6a5458
27 changed files with 2517660 additions and 125 deletions

View File

@@ -12,7 +12,6 @@
- `status``ok`
- `checks.database``true`
- `checks.upload_dir``true`
- `checks.snapshot_dir``true`
## 3. 초기 데이터 업로드
- 조직도 화면에서 `.xlsx` 또는 `.csv` 업로드
@@ -27,21 +26,7 @@
- 확인 기준:
- 업로드했던 데이터가 그대로 유지됨
## 5. 스냅샷 검증
- `curl -X POST -F snapshot_month=2026-03 http://localhost:8080/api/snapshots/monthly`
- 확인 기준:
- CSV 파일 경로가 반환됨
- `/snapshots/...` 다운로드 가능
## 6. 중복/형식 오류 검증
- 같은 월로 다시 스냅샷 생성
- 확인 기준:
- 409 에러 반환
- 잘못된 형식으로 스냅샷 생성 예: `202603`
- 확인 기준:
- 400 에러 반환
## 7. 종료 후 재기동 확인
## 5. 종료 후 재기동 확인
- `docker compose down`
- `docker compose up -d`
- 확인 기준: