-
Notifications
You must be signed in to change notification settings - Fork 1
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
[AUD-97] 새 코스 만들기 기능 구현 #57
Conversation
모달 PR Merge 이후 모달 제작하고, 이후에 해당 PR도 Merge 하면 될거 같습니다. |
@RookieAND |
src/apis/course/index.ts
Outdated
@@ -88,12 +88,14 @@ export const CourseRepository = { | |||
}, | |||
|
|||
async postSaveCourseAsync({ | |||
userId, |
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.
userId 를 굳이 넣지 않아도 됩니다. DOCS 가 이상한거라고 하셔서요
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.
앗 그렇군요 수정햐ㅏ겠습니다
src/apis/course/index.ts
Outdated
@@ -88,12 +88,14 @@ export const CourseRepository = { | |||
}, | |||
|
|||
async postSaveCourseAsync({ | |||
userId, | |||
courseName, | |||
}: CourseRequestParamType['postSaveCourse']) { | |||
return postAsync< | |||
ApiResponseType<CourseResponseType['postSaveCourse']>, |
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.
postAsync 의 response 에서 data만 보내줘도 죌거 같아요
- Framer 디자인에 맞춰서 스타일 수정
- 코스가 만들어지면 바로 해당 코스로 이동함
10d3a53
to
bc543b1
Compare
@RookieAND 이 친구도 마찬가지로 인풋디자인은 추후 수정 예정입니다~~ |
📃 변경사항
🫨 고민한 부분
🎇 동작 화면
2024-02-28.2.38.12.mov
💫 기타사항 (optional)