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

유사한 스킬 트리를 가진 유저 목록 조회 쿼리 결과를 map이 아닌 object에 매핑시키기 #6

Open
YooInKeun opened this issue Mar 1, 2022 · 0 comments

Comments

@YooInKeun
Copy link
Contributor

YooInKeun commented Mar 1, 2022

as-is

  • neo4j에서 유사한 스킬 트리를 가진 유저 목록 조회시, 쿼리 결과를 List<MapValue>로 매핑중

to-be

  • MapValue로 매핑시키면 안에 어떤 데이터가 있는지 파악할 수 없고 처리가 불편하므로, 결과에 매핑되는 class를 별도로 만들어 object에 매핑시키기
@YooInKeun YooInKeun added the enhancement New feature or request label Mar 1, 2022
@YooInKeun YooInKeun changed the title 유사한 스킬 트리를 가진 유저 조회 쿼리 결과를 map이 아닌 object에 매핑시키기 유사한 스킬 트리를 가진 유저 목록 조회 쿼리 결과를 map이 아닌 object에 매핑시키기 Mar 1, 2022
@YooInKeun YooInKeun removed the enhancement New feature or request label Mar 2, 2022
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