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: アカウントの複数一括取得を実装する #587

Closed
5 tasks done
laminne opened this issue Jul 24, 2024 · 0 comments · Fixed by #588
Closed
5 tasks done

feat: アカウントの複数一括取得を実装する #587

laminne opened this issue Jul 24, 2024 · 0 comments · Fixed by #588

Comments

@laminne
Copy link
Member

laminne commented Jul 24, 2024

背景

AccountModuleFacadeには1アカウントの情報を取得するメソッドがある
リストメンバーやフォロー情報を返却/情報の取得を行うときに複数のアカウントの情報が必要になることがあるため、複数のアカウントを一括で取得できるメソッドを用意する

やること

  • FetchService(Account)fetchAccountsByIDを実装する
    • テストを書く
  • AccountRepositoryfindManyByIDを実装する
    • (InMemory) テストを書く
  • AccountModuleFacadefetchAccountsByIDを実装する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant