feat(platform): 설정 탭별 콘텐츠 구현 (SettingsPage)#81
Merged
Conversation
보안 링크/완료 증빙/처리 절차/데이터·AI 로그 탭이 클릭은 되지만 activeTab이 렌더링에 쓰이지 않아 "구성원·승인 권한" 콘텐츠만 보였다. Figma PWF 페이지가 현재 파일에서 접근되지 않아 M5(#54~#57)와 동일하게 기존 화면 톤을 따라 4개 탭 콘텐츠를 신규 설계했다: 보안 링크(만료 정책 + 발급 이력), 완료 증빙(업무 유형별 요구 증빙), 처리 절차(업무 유형별 승인 단계), 데이터·AI 로그(Agent 접근 범위·보관 기간). 각 탭 데이터는 데모용이며 TODO(backend) 주석으로 실제 연동 지점을 표시한다. Closes #73
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.
개요
설정(SettingsPage)의 탭(구성원·승인 권한/보안 링크/완료 증빙/처리 절차/데이터·AI 로그) 중 "구성원·승인 권한"만 콘텐츠가 있고 나머지 4개는 클릭해도 화면이 바뀌지 않았다. Figma PWF 페이지가 현재 파일에서 접근되지 않아(페이지 이동 또는 권한 문제로 추정) M5(#54~#57)와 동일하게 기존 화면 톤을 따라 신규 설계했다.
변경 사항
settingsData.ts:SECURITY_LINK_POLICY/SECURITY_LINK_HISTORY,COMPLETION_EVIDENCE_RULES,PROCESS_STEP_RULES,DATA_LOG_SETTINGS데모 데이터 추가SettingsPage.tsx:activeTab에 따라 실제로 다른 콘텐츠 렌더링DetailRow재사용)// TODO(backend)주석으로 실제 연동 지점 표시완료 조건
검증
npm run lintnpm run test(전체 93개 통과)npm run buildCloses #73