icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

feature: Add links to Fruity's guides #115

Closed icykoneko closed 2 years ago

icykoneko commented 2 years ago

Fruity Snacks has tons of useful guides for catching many fishes. Let's include a play button or something by the fishes names that will open the video for that fish.

For the YAML data, probably just include the URL in a video field.

icykoneko commented 2 years ago

In progress. An icon will appear at the end of the second line of icons/badges with the video service. Clicking the icon will open the video in a separate tab.

icykoneko commented 2 years ago

I haven’t forgotten about this. I got a spreadsheet of video links from Fruity. Just need to set aside time to finish.

One outstanding issue is how the video metadata will be kept. At the moment, I’ve got it in a separate JS data file. This does make it easier to deploy, but it’s another file to request when visiting the site. Probably doesn’t matter though.