We already have a way to view details by going to a new view and loading details from the server. Wouldn't it be cool if we could preview those by popping up a little modal when the user hovers over each name? Don't show the full details, just a thumbnail image and a short description. Use Wikipedia as a model (visit any Wikipedia article and hover over the links in the body of the text).
You probably won't need to change the backend for this one. Use the existing mechanism for requesting details, but come up with a way to display them only while the user hovers over the link. Should be a good exercise in React and Redux!
We already have a way to view details by going to a new view and loading details from the server. Wouldn't it be cool if we could preview those by popping up a little modal when the user hovers over each name? Don't show the full details, just a thumbnail image and a short description. Use Wikipedia as a model (visit any Wikipedia article and hover over the links in the body of the text).
You probably won't need to change the backend for this one. Use the existing mechanism for requesting details, but come up with a way to display them only while the user hovers over the link. Should be a good exercise in React and Redux!