[이슈 #22 자동] [FE] REST 계약 기반 화면 골격 + 기관코드 목록/상세 (기관명·지역 미표출) - #39
Draft
choigod1023 wants to merge 1 commit into
Draft
[이슈 #22 자동] [FE] REST 계약 기반 화면 골격 + 기관코드 목록/상세 (기관명·지역 미표출)#39choigod1023 wants to merge 1 commit into
choigod1023 wants to merge 1 commit into
Conversation
REST 계약(GET /facilities, /facilities/{id}) 기반 기관코드 목록/상세
화면(/institutions)을 추가한다. 기관코드↔실명 매핑 정보원 확보 전까지
(backend#16) 기관명·지역은 표시하지 않고 기관코드·기관유형·재고 시급도
요약만 노출한다(잠정).
Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
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.
Description
REST 계약(
GET /facilities,GET /facilities/{id}) 기반 기관코드 목록/상세 화면(/institutions)을 새로 추가했습니다. 기관코드↔실명 매핑 정보원이 아직 없어(backend#16) 기관명·지역은 표시하지 않고, 기관코드·기관유형·재고 시급도 요약만 노출합니다.Related #22
Type
Screenshots
To Reviewer
이슈 #22 자동 구현 초안입니다 — 검토 후 머지해주세요.
/institutions):GET /facilities를 소비하되 응답의name/sido/sigungu/address등 식별 가능한 필드는 렌더링하지 않고id(기관코드)·category(기관유형)·재고 시급도 요약만 표시합니다. 지역 필터는 그 자체로 지역을 드러내므로 의도적으로 제외하고, 기관유형 필터만 뒀습니다./institutions/[id]):GET /facilities/{id}를 소비하되 마찬가지로 기관명/주소는 숨기고 기관코드·유형·재고 현황만 보여줍니다./inventory·/facilities응답을 그대로 재사용합니다(별도 mock 없음).tsc --noEmit무오류,next build성공(/institutions,/institutions/[id]라우트 생성 확인) 확인했습니다.PR Checklist
Generated by Claude Code