Make trap page that shows collection information

This commit is contained in:
Eli Ribble 2026-01-15 22:12:35 +00:00
parent 885b58a0ab
commit e2549f0317
No known key found for this signature in database
6 changed files with 293 additions and 20 deletions

View file

@ -65,16 +65,6 @@ type ContentSignin struct {
InvalidCredentials bool
}
type ContentSignup struct{}
type ContentSource struct {
Inspections []Inspection
MapData ComponentMap
Source *BreedingSourceDetail
Traps []TrapNearby
Treatments []Treatment
//TreatmentCadence TreatmentCadence
TreatmentModels []TreatmentModel
User User
}
type Inspection struct {
Action string
Date *time.Time