Cleanup
This commit is contained in:
parent
5d1b3d88f7
commit
26e06ffc06
@ -12,7 +12,7 @@ struct SamplesTab: View {
|
|||||||
Label("Body Measurements", systemSymbol: .figure)
|
Label("Body Measurements", systemSymbol: .figure)
|
||||||
Label("Cycle Tracking", systemSymbol: .circleHexagonpath)
|
Label("Cycle Tracking", systemSymbol: .circleHexagonpath)
|
||||||
Label("Hearing", systemSymbol: .ear)
|
Label("Hearing", systemSymbol: .ear)
|
||||||
Label("Heart", systemSymbol: .heartFill)
|
Label("Heart", systemSymbol: .heart)
|
||||||
Label("Medications", systemSymbol: .pills)
|
Label("Medications", systemSymbol: .pills)
|
||||||
Label("Mental Wellbeing", systemSymbol: .brainHeadProfile)
|
Label("Mental Wellbeing", systemSymbol: .brainHeadProfile)
|
||||||
Label("Mobility", systemSymbol: .arrowLeftAndRight)
|
Label("Mobility", systemSymbol: .arrowLeftAndRight)
|
||||||
|
@ -148,24 +148,3 @@ struct WorkoutTab: View {
|
|||||||
WorkoutTab()
|
WorkoutTab()
|
||||||
.environmentObject(Database.mock)
|
.environmentObject(Database.mock)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
data_series.hfd_key -> location_series_data.series_identifier
|
|
||||||
|
|
||||||
samples.data_id = data_series.data_id
|
|
||||||
samples.data_id = quantity_samples.data_id
|
|
||||||
samples.data_id = objects.data_id
|
|
||||||
samples.data_id = quantity_sample_series.data_id
|
|
||||||
|
|
||||||
objects.provenance = data_provenances.ROWID
|
|
||||||
|
|
||||||
data_provenances.tz_name
|
|
||||||
data_provenances.origin_device
|
|
||||||
|
|
||||||
Samples -> Quantity Sample Series -> Quantity Series Data
|
|
||||||
Samples -> Data Series
|
|
||||||
|
|
||||||
|
|
||||||
quantity_sample_series.hfd_key = quantity_series_data.series_identifier
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user