Skip to content

받을 정산 페이지 API 연결 및 정산 완료 로직 구현 #104

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

Merged
merged 20 commits into from
Feb 21, 2025

Conversation

ongheong
Copy link
Member

@ongheong ongheong commented Feb 21, 2025

📝 관련 이슈

💻 작업 내용

1. 받을 정산 페이지 로직을 구현했습니다.

  • 받을 정산 페이지에서 필요한 API (정산 완료 업데이트, 인원별 정산 로직 조회 등)를 연결했습니다.
  • 받을 정산 페이지에서 정산 로직(정산중, 정산 실패, 정산 성공)을 구현했습니다.
  • 정산 복사 아이콘에 복사 기능을 추가했습니다.
  • 밑의 버튼에 정산 현황마다 맞는 기능을 연결했습니다.
    • 정산 성공 시 홈 화면으로 돌아가기 버튼이 뜹니다.
    • 모임원이 모두 정산을 끝냈을 경우 정산 완료하기 버튼이 뜹니다.
    • 그 외의 모든 경우에는 링크 공유하기 버튼 기능을 넣었습니다. (감사합니다 정연님! 컴포넌트 분리를 너무 잘해주셔서 쇽샥 했습니당)
  • 헤더의 뒤로가기를 누르면 Home으로 가도록 연결했습니다.

2. Bank 이미지 폴더의 위치를 public에서 src/assets 하위로 변경했습니다.

  • public만 지우고 올렸을 때 로컬에서 경로를 못찾아서 결국... 옮기는 방법을 선택했습니다.

3. 사용자 트래킹 도구를 삽입했습니다 -> 디자이너분들께서 말씀해주신!

📸 스크린샷

2025-02-21.11.10.43.mov

👻 리뷰 요구사항 (선택)

@ongheong ongheong linked an issue Feb 21, 2025 that may be closed by this pull request
@github-actions github-actions bot requested a review from yoouyeon February 21, 2025 14:23
@github-actions github-actions bot added ✨ Feature 새로운 기능 추가나 개선을 위한 작업 🖥️ FE 프론트엔드 작업 labels Feb 21, 2025
Copy link
Collaborator

@yoouyeon yoouyeon left a comment

Choose a reason for hiding this comment

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

확인했습니다!!!! 뭔가 로직 자체는 간단할 줄 알았는데 생각보다 경우의 수가 많았네요,, 고생많으셨습니당! 저는 이미지 경로 수정하러... 가보겠습니다 🏃

@ongheong ongheong merged commit 758e656 into develop Feb 21, 2025
2 checks passed
@ongheong ongheong deleted the feat/#97-receive-settlement-update-api branch February 21, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️ FE 프론트엔드 작업 ✨ Feature 새로운 기능 추가나 개선을 위한 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

받을 정산 페이지의 정산 완료 update API 연결
2 participants