small website to track ffxiv big fish progress https://fish.insects.institute
Find a file
2025-02-06 15:34:29 +01:00
migrations move to postgres; implement marking caught fish 2025-02-06 14:25:51 +01:00
src fix htmx refresh messing with filter controls 2025-02-06 15:34:29 +01:00
static fix htmx refresh messing with filter controls 2025-02-06 15:34:29 +01:00
.gitignore implement account management 2025-02-06 13:28:26 +01:00
Cargo.lock add filtering support 2025-02-06 15:11:32 +01:00
Cargo.toml add filtering support 2025-02-06 15:11:32 +01:00
convert-to-json.js basic weather-based "uptime" 2025-02-04 16:53:04 +01:00
data.json basic weather-based "uptime" 2025-02-04 16:53:04 +01:00
README.md add readme 2025-02-06 15:19:38 +01:00

beacon

This is a small website providing a tracker for big fish in Final Fantasy XIV.

It's built with axum, maud, and Postgres as a datastore. The data for fish is based on the data used in Carbuncle Plushy's Fish Tracker.

Todo

Current major missing features include:

  • Fisher's Intution (catching other fish to spawn a big fish)
  • Spearfishing
  • Better condition display, show the weather, etc
  • Folklore requirement display
  • Ability to remove caught fish (un-catch them)