Make trap page that shows collection information
This commit is contained in:
parent
885b58a0ab
commit
e2549f0317
6 changed files with 293 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue