feat: 문서 상세 조회 및 HWP/HWPX 업로드 지원 - #91
Draft
chaeliki wants to merge 8 commits into
Draft
Conversation
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.
요약
Closes #80
fowoco/client PR #174, #228에서 fowoco/server의 통합 문서함 API(#13)를
실제 화면에 연동하며 발견된 문제들을 해결합니다.
GET /documents 응답에 version이 없어 DocumentDetailPage의 확인/반려
버튼이 실제 API를 호출하지 못하고 있었고, 단건 조회 API가 없어 프론트가
전체 목록에서 직접 찾아야 했습니다. 또한 POST /files가 HWP/HWPX를
지원하지 않아 관련 업로드 UI(#158)가 데모 상태로 남아있었습니다.
완료된 범위 (진행 중)
아직 진행 중
따라, HWP는 시그니처 검증까지 구현 예정
검증
참고