small website to track ffxiv big fish progress https://fish.insects.institute
Find a file
2025-02-09 17:57:59 +01:00
migrations move to postgres; implement marking caught fish 2025-02-06 14:25:51 +01:00
src display zone 2025-02-09 17:57:59 +01:00
static display zone 2025-02-09 17:57:59 +01:00
.dockerignore add deployment configuration 2025-02-06 15:55:53 +01:00
.gitignore implement account management 2025-02-06 13:28:26 +01:00
Cargo.lock release: 1.1.0 2025-02-07 15:37:35 +01:00
Cargo.toml release: 1.1.0 2025-02-07 15:37:35 +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
Dockerfile add deployment configuration 2025-02-06 15:55:53 +01:00
fly.toml add deployment configuration 2025-02-06 15:55:53 +01:00
LICENSE license the thing 2025-02-06 16:03:12 +01:00
README.md add deployment configuration 2025-02-06 15:55:53 +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, and a little tasteful interactivity here and there using htmx. 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)