-
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] 모집글 작성 API 연결 #18
Labels
🔗API
API 기능 연결
Comments
minseoKim-11
added a commit
that referenced
this issue
Nov 9, 2024
minseoKim-11
added a commit
that referenced
this issue
Nov 9, 2024
- worktime을 배열로 받아와서 쉼표로 자르는 부분을 추가함 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 10, 2024
- swagger를 참고하여 요청하는 형태의 코드 추가 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 10, 2024
-Posting.jsx에서 swagger가 요청하는 형태의 데이터를 받아오는 코드 추가 - postingAPI 함수 최적화 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 11, 2024
- API 연결을 위한 postingAPI 작성 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 11, 2024
minseoKim-11
added a commit
that referenced
this issue
Nov 11, 2024
- 유효성 검증이 제대로 되지 않는 부분 디버깅 - API 함수 작성 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 12, 2024
- Payload 생성, 필드 유효성 검증, 주소 분리, 일하는 요일 convertDays함수를 /util/postin/ 하위에 함수 파일로 처리 - phoneInput의 체크박스 값이 읽어지지 않는 버그 디버깅 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 12, 2024
- 게시글 수정 버튼을 클릭하면, state의 mode를 변경하는 방식으로 설정.같은 /posting 경로에서 State를 create모드와 modify 모드로 분리. - 게시글 수정 시 postId를 기반으로 postData를 호출해오는 API 함수 getPostById 작성 -Posting.jsx 에서 게시글을 수정하는 useEffect작성 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 12, 2024
-ImageList 삭제 - State 변수 필요 없어서 삭제 ref : #18
odukong
added a commit
that referenced
this issue
Nov 12, 2024
- 모집글 작성 API - postJobPosting - 이미지 업로드 API (단일) - uploadPostImageAPI ref : #18
odukong
added a commit
that referenced
this issue
Nov 12, 2024
odukong
added a commit
that referenced
this issue
Nov 12, 2024
minseoKim-11
added a commit
that referenced
this issue
Nov 13, 2024
- 게시글 수정 버튼을 눌렀을 때 value 값이 전달되지 않는 부분을 해결하기 위해 각 컴포넌트들에 useEffect() 사용하여 vlaue값 넣어두는 작업 진행 예정 - 현재 InputField부터 수정 완료, 다른 컴포넌트들도 같은 방식으로 수정 예정 ref : #18
minseoKim-11
added a commit
that referenced
this issue
Nov 13, 2024
- 각 컴포넌트들에서 value를 받아와서 수정 뷰일 경우 미리 채워져있도록 하는 기능 구현 - storeName을 전달되지 않도록 API 함수에서 비워둬서 그런지 불안정한 모습을 보여서 좀 더 문제를 찾아볼 예정, storeName은 변경되지 않고 고정되어있어야하는데 어떻게 설정하는지를 잘 모르겠음. - 일하는 기간은 1개월 이상으로 그냥 고정해두고, Toggle은 삭제함. (복잡성 때문에..ㅜ) - 아직은 수정 시 401이 떠서 API 함수 문제점 찾아서 수정 예정 ref : #18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. 무엇을?
모집글 작성 뷰에서의 API 연결
2. 상세 설명
3. 추가 사항
The text was updated successfully, but these errors were encountered: