icykoneko / ff14-fish-tracker-app

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

Include suggestions on fish to "slap" #147

Open icykoneko opened 1 year ago

icykoneko commented 1 year ago

The video guides are super helpful, but when running a fish train, I've noticed many viewers and participants asking "what fish do I slap." While the answer is usually subjective, there are nevertheless, plenty of cases where a specific fish can be suggested.

Ideally, this data would be part of the fishData.yaml file, but you might consider placing it in data_ex.js just to avoid needing to rebuild the entire data.js file with game data. Either way, there's still the issue of how to display this information. I would prefer it be hidden by default, and perhaps display as a dropdown or expand of the fish row. For fish trains, it could be displayed when it's the currently active fish. Basically, don't clutter up the UI.

This issue will require collecting "slap" suggestions first anyways, so let's not worry about how to display it quite yet.