Skip to content
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 연동 #27

Merged
merged 25 commits into from
Feb 22, 2024
Merged

feat: 내, 친구 냉장고 API 연동 #27

merged 25 commits into from
Feb 22, 2024

Conversation

a-honey
Copy link
Member

@a-honey a-honey commented Feb 21, 2024

요구사항

이슈번호: MARA-66

작업내용

  • 프로필 수정 api 로직
  • 전체 식자재 GET, 식자재 추가 POST API 연결
  • 내 냉장고 리스트 GET, 새로운 냉장고 추가 POST

테스트 결과 또는 방법

데이터 조회 및 추가

@choipureum
Copy link
Member

build에러 나네용

@@ -49,6 +50,8 @@ axiosInstance.interceptors.response.use(
console.error('Error refreshing token:', refreshError);
throw refreshError;
}
*/
window.location.href = '/login';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next에서 지원하는 라우팅 사용 부탁드립니당🙇‍♂️

return (
<div className="flex justify-between items-end mb-[28px]">
<div className="flex flex-col gap-[12px]">
<div className="body1-medium text-gray7">홍길동님의</div>
<div className="body1-medium text-gray7">{userName ?? ''}님의</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

props 처리단계에서 기본값 설정하는 건 어떨까용?🙇‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니당

Copy link
Member

@choipureum choipureum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 일정이 급해서어 빌드만 완료되면 일단 얼른 붙이시죵

@a-honey a-honey merged commit 23ce6af into main Feb 22, 2024
1 check passed
@hyeseon-han hyeseon-han deleted the MARA-66 branch February 23, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants