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

[Jiyun] exchange rate calculator #1

Open
3 tasks done
cho-to opened this issue May 10, 2021 · 4 comments
Open
3 tasks done

[Jiyun] exchange rate calculator #1

cho-to opened this issue May 10, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@cho-to
Copy link
Collaborator

cho-to commented May 10, 2021

기능 (Function)

  • 사용자가 외화 종류/금액을 입력하면 얼마만큼의 won 이 필요한지 계산
  • 계산한 값이 다른 날과 비교했을 때 얼마만큼의 차이가 있는지 계산
  • User select type of foreign currency & amount of money -> calculate won(KRW)
  • Comparing to other date, calculate the difference of KRW

해야할 것 (Task)

  • make a select box(type of foreign currency & amount of money)
  • load the current exchange rate
  • caculate the KRW and show money in the website

책임자 (Assignees)

Park jiyun @cho-to

@cho-to cho-to added the enhancement New feature or request label May 10, 2021
@cho-to cho-to self-assigned this May 10, 2021
@cho-to
Copy link
Collaborator Author

cho-to commented May 10, 2021

2021.05.11 오전 2시 경 진행사항은 아래와 같습니다.

  • 오늘 환전하면? 옆에 작은 글씨로 현재 기준 시각을 추가 (자세한 코드는 script.js 에 들어있습니다.)
  • select box 및 input box를 추가

수정해야할 사항은 아래와 같습니다.

  • select box 의 width 를 조절해 예시 페이지와 같은 값이 나오도록 수정
  • 현재 환율값을 불러와서 필요한 금액을 계산하도록 수정
  • krw -> usd / usd -> krw 등 다양한 케이스에 맞게 js 파일 수정

@cho-to
Copy link
Collaborator Author

cho-to commented May 13, 2021

2021.05.14 오전 2시경 진행사항은 아래와 같습니다

  • select box에 맞게 input box의 context를 수정하게끔 했습니다.

@cho-to
Copy link
Collaborator Author

cho-to commented May 23, 2021

웹크롤링 정보를 불러와서 일정 금액을 집어넣으면 계산이 되게끔 하였습니다 ! (20210523)

@hyejinU
Copy link
Owner

hyejinU commented May 23, 2021

기존 디자인을 카드 형식으로 수정하여 가독성을 높였습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants