We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状の造りだと、packMany()に渡されたユーザの数だけDBへの問い合わせが発生するようになっている(UserEntityService.getRelation()が呼び出される)。
packMany()
UserEntityService.packMany()を使う箇所全体に恩恵がある。
UserEntityService.packMany()
etc...
The text was updated successfully, but these errors were encountered:
正確には packMany かつ schema が UserLite 以外のときだわね
Sorry, something went wrong.
セットアップ時のピン留めユーザ一覧とかはそもそも UserLite で良い感がある
基本的に UserDetailed が使われるのは特定のユーザーを単体で取得する場合のみを想定している(一覧で返ってくるようなエンドポイントでは UserLite を想定している)
それで言うとバブルゲームランキングとかも UserDetailed である必要は全くないわね
上記は、作成したプルリクに対し何か追加で処置が必要であることの示唆でしょうか…?
samunohito
Successfully merging a pull request may close this issue.
Summary
現状の造りだと、
packMany()
に渡されたユーザの数だけDBへの問い合わせが発生するようになっている(UserEntityService.getRelation()が呼び出される)。Purpose
UserEntityService.packMany()
を使う箇所全体に恩恵がある。etc...
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: