Skip to content

Make storage of static data consistent #742

@vcokltfre

Description

@vcokltfre

Description

Currently, the vast majority of static data stored in lance is in JSON format, but a few files are YAML or plain text. I propose that this all be turned into one format (JSON, and while I'm there make the JSON formatting consistent across all JSON files) so all static data is stored consistently.

Reasoning

This is a QoL improvement to make the bot more consistent, akin to the spring cleanup but without the huge amount of effort reviewing that took, instead this would be 2 commits:

  • Turning the non-JSON files to JSON and implementing the code changes to reflect that
  • Formatting each JSON file under bot/resources using Prettier

Would you like to implement this yourself?

  • I'd like to implement this feature myself
  • Anyone can implement this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: backendRelated to internal functionality and utilitiescategory: contentInternal storage being updatedstatus: planningDiscussing detailstype: enhancementChanges or improvements to existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions