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

[FE, BE] authors가 빈배열로 리턴되는 에러 #45

Closed
yeynii opened this issue Nov 21, 2022 · 2 comments · Fixed by #43
Closed

[FE, BE] authors가 빈배열로 리턴되는 에러 #45

yeynii opened this issue Nov 21, 2022 · 2 comments · Fixed by #43
Labels
bug Something isn't working

Comments

@yeynii
Copy link
Member

yeynii commented Nov 21, 2022

이슈 내용

특정 키워드(ex. south korea) 검색시 author이 빈 배열로 리턴되어 에러가 발생합니다.

기대 결과

  • authors가 빈배열이 되지 않도록 예외처리가 되어야 합니다.

스크린샷

image
image

@yeynii yeynii added the bug Something isn't working label Nov 21, 2022
@yeynii
Copy link
Member Author

yeynii commented Nov 21, 2022

  • FE
    빈 배열이 들어온 경우를 클라이언트측에서도 예외처리 해주는것이 좋아보입니다.

  • BE
    author 객체의 구조가 { family, given, .. } 뿐 아니라 { name, .. } 인 경우도 처리를 해주어야합니다.

@yeynii yeynii changed the title [FE, BE] author이 빈배열로 리턴되는 에러 [FE, BE] authors가 빈배열로 리턴되는 에러 Nov 21, 2022
@leesungbin
Copy link
Member

api docs를 참고해보니 author의 형태가 참으로 다이나믹합니다.

"author": [
  {
    "ORCID": "string",
    "suffix": "string",
    "given": "string",
    "family": "string",
    "affiliation": [
      {
        "name": "string"
      }
    ],
    "name": "string",
    "authenticated-orcid": true,
    "prefix": "string",
    "sequence": "string"
  }
],

given, family, name 이외에도 고려해야할 내용이 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants