hsr-optimizer icon indicating copy to clipboard operation
hsr-optimizer copied to clipboard

[Tech Debt] Deprecate name and displayName fields

Open FI00ds opened this issue 1 year ago • 1 comments

Description

With i18n being used for all displayed text, we no longer need to use the name and displayName properties from the Character and Lightcone types/classes

Remove them from the class and type, and replace any existing uses to instead reference the character/lightcone by their id

FI00ds avatar Nov 24 '24 23:11 FI00ds

also track down any possible uses of, and then remove, the readable formattign for stats, sets, etc... anything intended to be readable should be going through i18n

FI00ds avatar Apr 06 '25 07:04 FI00ds