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

APIライブラリ部分と描画部分とでデータ構造を整理して、新機能を開発しやすくする #94

Open
aoirint opened this issue Sep 18, 2022 · 1 comment

Comments

@aoirint
Copy link
Owner

aoirint commented Sep 18, 2022

No description provided.

@aoirint
Copy link
Owner Author

aoirint commented Sep 18, 2022

abstract class UserIconResolver {
  Uint8List? resolveUserIconImageBytes(int userId);
}

なんか関数名で取得するデータを分けるんじゃなくて、GraphQLみたいにresolveするデータを指定して、まとめて返せるといいな...(難しそうなのでやらないけど)

@aoirint aoirint moved this to Todo in Uguisu Sep 18, 2022
@aoirint aoirint added this to Uguisu Sep 18, 2022
@aoirint aoirint added this to the release-0.1.0 milestone Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant