feat: stabilize dev sync and add history tables

This commit is contained in:
hyunho
2026-03-30 09:15:31 +09:00
parent bc60f932c3
commit cbae8769bf
6 changed files with 339 additions and 37 deletions

View File

@@ -214,6 +214,16 @@
- 특정 날짜의 자리배치도 재구성 가능
- 기간 비교나 변경 추적 UI로 확장 가능
### 현재 반영 상태
- `history_revisions`
- `member_versions`
- `seat_assignment_versions`
- `entity_change_events`
초기 단계로 테이블과 baseline backfill 경로를 먼저 추가했다.
아직 조직도/자리배치도 쓰기 API가 매 수정마다 version row 를 append 하도록 완전히 전환된 상태는 아니다.
### 설계 문서
- [HISTORY_ASOF_DB_PLAN.md](/home/hyunho/projects/mh-dashboard-organization/docs/HISTORY_ASOF_DB_PLAN.md)