Records
This data is being pulled from my Discogs profile, which I try to keep fairly up to date.
The layout is rendered with Vue and it uses Netlify functions to run the Javascript Fetch API to pull results.
This is a work in progress and I'll try to document it as it progresses.
To Do
Set up routing to change page slug when a different page's data is pulled.
Did this using query parameters (i.e. ?page=1).Make loading smoother when page data changes.
Made a little record loading icon that spins while new data is being pulled in.- Fix sorting to ignore the " in "Weird Al" so it doesn't show up first (not that Al doesn't deserve top billing).
- Figure out issue with certain artists appearing out of order (e.g. one Blondie album falls several places before the rest of them).
- Add search feature