Properly save audio and image notes when uploaded
Also fix the audio processing pipeline.
This commit is contained in:
parent
4d02357671
commit
39d9f6d258
11 changed files with 145 additions and 138 deletions
|
|
@ -12,13 +12,13 @@ type ClientSync struct {
|
|||
}
|
||||
|
||||
type FieldseekerRecordsSync struct {
|
||||
MosquitoSources *[]*MosquitoSource
|
||||
ServiceRequests *models.FieldseekerServicerequestSlice
|
||||
TrapData *models.FieldseekerTraplocationSlice
|
||||
MosquitoSources []MosquitoSource
|
||||
ServiceRequests models.FieldseekerServicerequestSlice
|
||||
TrapData models.FieldseekerTraplocationSlice
|
||||
}
|
||||
|
||||
type MosquitoSource struct {
|
||||
PointLocation *models.FieldseekerPointlocation
|
||||
Inspections *models.FieldseekerMosquitoinspectionSlice
|
||||
Treatments *models.FieldseekerTreatmentSlice
|
||||
PointLocation models.FieldseekerPointlocation
|
||||
Inspections models.FieldseekerMosquitoinspectionSlice
|
||||
Treatments models.FieldseekerTreatmentSlice
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue