wowsinfo / wowsinfo-core

The shared code of WoWs Info written using Kotlin Multiplatform
GNU Affero General Public License v3.0
0 stars 0 forks source link

Implement UseCases #5

Open HenryQuan opened 1 month ago

HenryQuan commented 1 month ago

The UseCase is mostly for connecting multiple services into one. It will define like a use case for example searching player & clan, getting the entire player data, build the clan info, player ship filter. Currently, I will be focusing on the player/clan search part mostly for the existing React Native app to move over some shared logics.

HenryQuan commented 1 month ago

The service layer should be almost fine, the next step will be the UseCase. First, I can start with the search use case and experiment with clan use case and lastly the player use case including also other things like ship filter.