This is a summary of the frontend UI components for the ArtBridge web application. Each component is associated with a unique UI-ID and corresponds to a specific HTML file and related functionality.
UI-ID | Title | 파일명 | 관련 기능 |
---|---|---|---|
UI-001 | 회원정보 조회 페이지 | member_info.html | RL-001 |
UI-002 | 회원 가입 페이지 | member_signup.html | RL-002 |
UI-003 | 회원정보 변경 페이지 | member_edit.html | RL-003 |
UI-004 | 회원탈퇴 되묻기 페이지 | member_delete.html | RL-004 |
UI-005 | 로그인 페이지 | login.html | RL-005 |
UI-009 | 작품 상세 조회 페이지 | artwork_detail.html | RL-009 |
UI-010 | 작품 업로드 페이지 | artwork_upload.html | RL-010 |
UI-011 | 작품 수정 페이지 | artwork_edit.html | RL-011 |
UI-013 | 작품 목록 페이지 | artwork_list.html | RL-013 |
UI-015 | [관리자용] 작품 업로드 요청 목록 페이지 | admin_artwork_upload_request.html | RL-015 |
UI-016 | [관리자용] 작품 수정 요청 목록 페이지 | admin_artwork_edit_request.html | RL-016 |
UI-017 | [관리자용] 작품 삭제 요청 목록 페이지 | admin_artwork_delete_request.html | RL-017 |
UI-032 | 아티스트 프로필 상세 조회 페이지 | artist_profile_detail.html | RL-032 |
UI-033 | 아티스트 프로필 업로드 페이지 | artist_profile_upload.html | RL-033 |
UI-034 | 아티스트 프로필 수정 페이지 | artist_profile_edit.html | RL-034 |
UI-036 | 아티스트 프로필 목록 페이지 | artist_profile_list.html | RL-036 |
UI-037 | [관리자용] 아티스트 프로필 업로드 요청 목록 페이지 | admin_artist_profile_upload_request.html | RL-037 |
UI-038 | [관리자용] 아티스트 프로필 수정 요청 목록 페이지 | admin_artist_profile_edit_request.html | RL-038 |
UI-039 | [관리자용] 아티스트 삭제 요청 목록 페이지 | admin_artist_profile_delete_request.html | RL-039 |
UI-054 | 전시회 정보 상세 조회 페이지 | exhibition_detail.html | RL-054 |
UI-055 | 전시회 정보 업로드 페이지 | exhibition_upload.html | RL-055 |
UI-056 | 전시회 정보 수정 페이지 | exhibition_edit.html | RL-056 |
UI-058 | 전시회 정보 리스트 조회 | exhibition_list.html | RL-058 |
UI-059 | [관리자용] 전시회 정보 업로드 요청 목록 페이지 | admin_exhibition_upload_request.html | RL-059 |
UI-060 | [관리자용] 전시회 정보 수정 요청 목록 페이지 | admin_exhibition_edit_request.html | RL-060 |
UI-061 | [관리자용] 전시회 정보 삭제 요청 목록 페이지 | admin_exhibition_delete_request.html | RL-061 |
UI-077 | 메인 페이지 | index.html | RL-077 |
UI-078 | 마이 페이지 | mypage.html |