Skip to content

Data Clean #7

@BeauNouvelle

Description

@BeauNouvelle

At the moment all chords are kept within a single file. This requires all of them to be initialized at once, and searching through this list can be slow on older hardware.

Ideally the data would be categorized into separate areas, or perhaps managed in an actual database.
Until then, we can split the data into sections as follows:

Instrument > Key > Suffix

The reason for why this wasn't done before is that some users of the library may want to search based on a suffix, rather than the instrument. This definitely needs to be considered.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions