501stLegionA3 / FiveOhFirstDataCore

A Web App designed to manage the 501st Legion StarSim Roster.
https://dc.501stlegion-a3.com/
MIT License
8 stars 12 forks source link

Make trooper page get data based off of birth number instead of id #269

Closed jdoxley closed 3 years ago

jdoxley commented 3 years ago

Make sure you familiarize yourself with our contributing guidelines.

Describe the PR

Make trooper page get data based off of birth number instead of id

Closes

Closes #268

Changes Made

  1. Add method to RosterService to get a trooper based on their birth number
  2. Make the TrooperDisplayPage.razor get data using GetTrooperFromBirthNumber
  3. Change all navigation to TrooperDisplayPage use birth number instead of Id