Initialize FishIQ development foundation

This commit is contained in:
reaper
2026-08-28 10:56:14 -05:00
commit 3eb459a307
81 changed files with 1642 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Initial data model
- User owns trips, tackle items, catches, and private waypoints.
- WaterBody has geography, access metadata, and known Species.
- Trip targets one water body, a time window, and one or more species.
- ConditionSnapshot records normalized observations and forecast provenance.
- Recommendation belongs to a trip and stores evidence, setup, confidence, and engine version.
- Conversation is scoped to a user and optionally an active trip.
- Catch records outcome, conditions, presentation, and independently controlled location visibility.