-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We have 2 options here:
Either temporarily we remove the aliases property from the data object or we find a way to populate that property.
Since this information is not available for scraping we need a way to build aliases:
-
Abbreviation creator component? -> to handle abbreviations
Adv: Can be re-used for Heros
Dis: May not be accurate -
Hard-coded list?
Adv: The list will never go obsolete (exception -> when new items are added to the game)
Dis: Increases unnecessary size to the code-base.