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: 검색 결과 항목 추가(product id) #42

Open
3 tasks done
devSojoong opened this issue Feb 22, 2023 · 0 comments
Open
3 tasks done

Feat: 검색 결과 항목 추가(product id) #42

devSojoong opened this issue Feb 22, 2023 · 0 comments
Assignees

Comments

@devSojoong
Copy link
Contributor

devSojoong commented Feb 22, 2023

Description

검색 결과 시 출력되는 데이터는 아래와 같았는데,
{
"companyName": "우리은행",
"productName": "협약금리 外 신용대출상품",
"productTypeName": "마이너스한도대출",
"interestRateAvg": 6.9,
"interestType": "대출금리",
"favorite": false,
}

상품의 id 도 필요하다는 요청이 있어서 dto 및 service 수정함.

{
    "companyName": "우리은행",
    "productName": "협약금리 外 신용대출상품",
    "productTypeName": "마이너스한도대출",
    "interestRateAvg": 6.9,
    "interestType": "대출금리",
    "favorite": false,
    "productId": "00100012"
}

Tasks

  • MainListDTO 수정
  • SeachService 수정
  • 테스트

References

@devSojoong devSojoong self-assigned this Feb 22, 2023
devSojoong added a commit to devSojoong/credit-market-BE that referenced this issue Feb 22, 2023
상품의 id 도 보내줄 수 있도록 추가함.
devSojoong added a commit that referenced this issue Feb 22, 2023
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

No branches or pull requests

1 participant