jdfergusson / ReChorder

Chord display
Apache License 2.0
2 stars 0 forks source link

Use UUIDs to handles songs in a set #76

Closed jdfergusson closed 1 year ago

jdfergusson commented 2 years ago

At the minute the set management page keeps all the data about the set and transmits it back up to the server when the set is changed.

This is a silly way of doing things, and is unsustainable as metadata in the set increases. It should be using UUIDs or similar to identify each song-in-set, and it should be handling those.

jdfergusson commented 1 year ago

Sorted in #97