-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: 커뮤니티 공구 모집 및 진행 포스트 수정 페이지(이전 작업 페이지 수정 사항 포함) #22
Merged
Conversation
This file contains 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
- 포스트 수정 페이지로 이동하기 위한 라우터 경로 추가 - 동적 라우팅을 통한 포스트 ID 전달 로직 구현
- 기능 정상 작동 시험을 위한 mock data 값 변경 - 테스트 목적에 맞게 데이터 구조와 내용 일부 조정
- 글 수정일 필드에 현재 날짜를 초기값으로 설정 - URL 주소 입력 영역 스타일 조정으로 UI 개선 - 텍스트 인풋 필드의 맞춤법 검사 기능 해제
- URL 주소 입력 영역의 여백, 폰트 크기 및 정렬 스타일 조정 - 시각적 일관성을 위한 스타일 개선
- 포스트 작성 페이지와 동일한 UI를 활용하여 수정 페이지 구현 - 수정 대상 포스트 정보를 받아와 입력 필드에 초기값 설정 - 페이지 내 포스트 삭제 버튼 추가
- updatedAt 필드를 Post에서 PostData로 이동하여 데이터 일관성 확보 - 포스트 수정 API 호출 기능 구현 - 수정 요청 시 필요한 데이터 검증 로직 추가
- 참여 현황 업데이트 로직 오류 수정 - 참여 현황 데이터를 처리하는 API 기능 개선 - 서버 응답 데이터 구조에 맞춘 로직 변경
- 참여 현황에 필요한 수량이 모두 충족된 상태를 가정하여 mock data 값 변경 - 테스트 및 로직 검증을 위한 데이터 구조 조정
OpenS3same
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다!!
cho1ys
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다
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.
🧃 Pull Request
🍉 코멘트
커뮤니티 공구 모집 및 진행 포스트 수정 페이지
(포스트 작성 페이지와 동일한 UI 사용, 포스트 삭제 버튼 추가, 임시 API 추가)
이전 작업 페이지
🪿 연관된 이슈
✅ PR 포인트 & 궁금한 점
참여 가능 여부에 따른 버튼 변경 및 관련 로직을 추가할 예정입니다.
복잡해질 것 같은데, 이와 관련해서 의견이 있으시다면 말씀해주세요!
(결국 페이지를 따로 분리는 하지 않으려고 합니다.)