Pokerole-Software-Development / Pokerole-Data

A repository of Pokerole data in application consumable formats. Key Maintainer: Willowlark
3 stars 5 forks source link

Id, Name, and Image unification #31

Closed Willowlark closed 1 year ago

Willowlark commented 1 year ago

Closes #22

tech-ticks commented 1 year ago

Since the parentheses have now been removed in the IDs, I think it might be a good idea to get rid of all symbols that aren't dashes or alphanumeric characters to improve compatibility for future usecases. For example, Zygarde's forms include a % character that could be removed as well.

Willowlark commented 1 year ago

Did a dataview query with some regex, only offenders were the Zygarde line and Mr Mime/Rime. I've pulled the % and . respectively from those slugs(for _id and Images)