icykoneko / ff14-fish-tracker-app

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

Generate a sharable link containing a Fish Train itinerary #127

Closed icykoneko closed 1 year ago

icykoneko commented 1 year ago

Users should be able to take a fish train schedule and generate a page containing just those fish's windows and display all the same information they'd get from the main tracker page. Effectively, this would function very similar to if the user browsing the page had only those fish pinned, and all fish filtered out.

Rather than display all possible windows, this page should only list the windows selected in the schedule. Instead of the timers displaying the next closest window, they should track the time until the specific window; and, after the window has passed, "grey out" the fish to indicate it has passed.

Since the site does not provide back-end storage, the querystring of the URL must be used to configure this page. Careful consideration must be taken to prevent any malicious inputs. Consider alternate methods of delivering page if safeguards prove too difficult.