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

Feature/#40 총 가격을 반환하는 api 추가 #41

Merged
merged 6 commits into from
Feb 21, 2024

Conversation

hong-sile
Copy link
Collaborator

#️⃣ 연관된 이슈
close : #40

📝 작업 내용

  • 화폐이름과 가격을 받으면 총합을 반환해주는 기능. 구현
  • 총합을 문자열 형태로 반환하되 화폐 단위의 포맷을 맞춰서 반환

예상 소요 시간 및 실제 소요 시간
예상 소요 시간 : 2시간
실제 소요 시간 : 2시간

상세 내용

  • CurrencyPriceCocnater에 화폐단위와 가격을 붙이는 기능 추가
  • 기존에 사용하던 CurrencyConverter의 결과를 출력하는 로직 또한 CurrencyPriceConcater를 의존하도록 구성

Copy link

github-actions bot commented Feb 21, 2024

Unit Test Results

12 tests   10 ✔️  3s ⏱️
11 suites    2 💤
11 files      0

Results for commit f6bc374.

♻️ This comment has been updated with latest results.

@hong-sile hong-sile merged commit da4b558 into main Feb 21, 2024
2 checks passed
@hong-sile hong-sile deleted the Feature/#40-총_가격을_반환하는_API_추가 branch February 21, 2024 08:32
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.

총 가격을 반환하는 API 추가
1 participant