출석 입력 4단(담당→마을→다락방→순원) drill-down + bulk 저장/UX 개선#74
Merged
Merged
Conversation
- 기존: 마을→다락방→순원 3단 가정. 실제 데이터는 담당→마을→다락방→순원 4단이라 다락방 카운트가 0으로 표시되는 버그. - 4단 trail-up 헬퍼(findDangId/findVillageId/findDarakId) 도입, 매핑을 leaf 기준으로 정정. - 컬럼은 항상 3개로 보이게: 다락방 클릭 시 [마을, 다락방, 순원]으로 슬라이드, ← 버튼으로 [담당, 마을, 다락방] 복귀. - 사역팀처럼 마을 단계가 없는 평탄한 담당은 다락방 컬럼에 순원을 직접 표시. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
|
@min1336 해당 파일이 너무 길어요.. |
Contributor
Author
|
넵 알겠습니다 감사합니다!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
주요 변경 파일
client/src/app/admin/soon/attendance/EditTab.tsx— 4단 drill-down + 평탄 담당 처리client/src/util/attendanceError.ts, server bulk endpoint 관련 — 이전 commitserver/src/routes/admin/soonRouter.ts등 — 권한 로직, 입력 검증Test plan
/admin/soon/attendance입력 탭 진입🤖 Generated with Claude Code