thechillquil / smdg-demon-db

Automation of the SMDG TTRPG system's Demon Compendium for use with Roll20 and other software.
MIT License
0 stars 1 forks source link

fix: Sanitize seed data #3

Closed jimevans closed 2 years ago

jimevans commented 2 years ago

Sanitizes the seed data for the compendium, replacing vertical tab characters (\u0008) with new-line characters (\n). Also decouples the display name of a demon from its canonical name (converting to all lowercase, and replacing spaces with hyphens). This commit also updates the model, controller, and views to consume the updated schema.