uclaradio / uclaradio.com

UCLA Radio Website
http://www.uclaradio.com
GNU Affero General Public License v3.0
31 stars 4 forks source link

Link to DJ's Bio from Show Page #109

Closed binerys closed 7 years ago

binerys commented 7 years ago

image

Have the highlighted DJ names(s) link to their actual DJ page.

Check out the following files in order to implement this feature:

This feature should be straightforward to implement as DJ bios are linked via the following: https://uclaradio.com/djs/[dj_name]

Example: https://uclaradio.com/djs/DJ Chobani

We simply need to take the property: djName and utilize the <Link to=""> component to link it to the actual page via react-router.

See the component DJInfo.jsx to see how the DJ pages are linked

If that's to easy, also implement linking in the shows tab: image

Check out ShowBlurb.jsx to see how the component is implemented

binerys commented 7 years ago

Fixed by #113