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

Roster Service needs complete overhaul to support new roster data classes. #305

Closed Soyvolon closed 2 years ago

Soyvolon commented 2 years ago

Summary

The current roster system works based on comparing Enum values and assigning troopers to a static set of classes. The Roster display values need to be able to work with a modular system, so a new method of doing so is needed.

Details

Soyvolon commented 2 years ago

Roster data classes and roster edit/view page have been completed. Just needs a few final touches to tie into display components.