[Feature] Viewer 데모 UI 내 다운로드 및 삭제 기능 추가#175
Conversation
- 데모 Viewer UI (`demo.js`)에 성공한 작업에 대한 'Download' 링크 추가 - 작업 내역에서 'Delete' 버튼 추가 및 삭제 기능 연동 (확인 알림 및 API 호출) - 링크 및 버튼 생성 유틸리티에 스크린 리더 접근성을 위한 동적 `aria-label` 속성 지원 추가 - 데모 권한 헤더에 `job:delete` 추가하여 삭제 엔드포인트 접근 가능하도록 설정
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
이 PR은 Clearfolio Viewer 데모 UI에 누락되었던 필수 기능인 '다운로드'와 '삭제' 기능을 구현합니다.
변경 사항
SUCCEEDED) 작업에 대해 원본 대신 변환된 PDF를 다운로드할 수 있는 링크를 추가했습니다.window.confirm)을 거쳐DELETE /api/v1/convert/jobs/{jobId}엔드포인트를 호출하도록 구현했습니다. 성공 시 프론트엔드 상태(작업 이력 및 KPI)를 갱신합니다.aria-label(예: "Delete board-pack.pdf")을 부여하여 스크린 리더 사용자의 접근성을 향상시켰습니다.DEMO_AUTH_HEADERS에job:delete권한을 추가했습니다.테스트 커버리지 100%를 유지하며, Playwright를 통한 프론트엔드 검증을 완료했습니다.
PR created automatically by Jules for task 12363579238089988580 started by @seonghobae