lightableMatch / AMF

0 stars 0 forks source link

Add FindByPlayerName to PlayerDAO #3

Closed antoniopetrole closed 2 years ago

antoniopetrole commented 2 years ago

Start with WHY?

Why do we need to do work? (Who is requesting this work?) Currently our application will make a call to the Apex API every time someone searches for a player. This over time will lead to us overusing the number of requests that we have to the API and will stall our app. This story is to implement a FindByPlayerName(playerName) method to the playerDAO. This will allow us to search for existing players when someone searches for a player so we can avoid hitting the Apex Api if we can. This will lead to follow up stories around how we update out of date player information such as current level.

What is the issue? What needs to be resolved?

Any other notes / resources to share?

lightableMatch commented 2 years ago

Did not update issue with commits when working on it. These are the noteworthy commits: