You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
It should show a list of artists in the database along with some artwork from albums of the artist.
TODO
Determine Where the Artwork Comes From
The album artwork which contributes to the artist cover should be calculated on the server. We could either send down a list of artworkUrl's or we could send a single url for the entire collage. Sending a single url for the entire collage just makes the backend more complex with little benefit. Add collageArtwork Field schema#70
Build A Component to Display Artist Title, Artist Collage and Link to Artist
Component to Display a List of Above
Use the Artist component on the search page
The text was updated successfully, but these errors were encountered:
We've decided that instead of displaying an album artwork collage for each artist, we will instead just use the artist name until we can source better artist artwork.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement the artists view shown below.
It should show a list of artists in the database along with some artwork from albums of the artist.
TODO
Determine Where the Artwork Comes From
The album artwork which contributes to the artist cover should be calculated on the server. We could either send down a list of artworkUrl's or we could send a single url for the entire collage. Sending a single url for the entire collage just makes the backend more complex with little benefit. Add collageArtwork Field schema#70
Build A Component to Display Artist Title, Artist Collage and Link to Artist
Component to Display a List of Above
Use the Artist component on the search page
The text was updated successfully, but these errors were encountered: