To prepare the way for social media sharing, we need stateful URLs. The currently selected chord and instrument need to be reflected in the parameters.
This will probably look something like this:
/#/chordExplorer?chord=AM%instrument=guitar
This will require parsing the chord's root and type, as well as finding the instrument name by an abbreviation.
These parameters need to update as soon as the selections are made on the page, but without reloading the page.
To prepare the way for social media sharing, we need stateful URLs. The currently selected chord and instrument need to be reflected in the parameters.
This will probably look something like this: /#/chordExplorer?chord=AM%instrument=guitar
This will require parsing the chord's root and type, as well as finding the instrument name by an abbreviation.
These parameters need to update as soon as the selections are made on the page, but without reloading the page.