Safe Haskell | None |
---|---|
Language | Haskell2010 |
Controller.Ingest
Documentation
viewIngest :: ActionRoute (Id Volume) Source #
postIngest :: ActionRoute (Id Volume) Source #
detectParticipantCSV :: ActionRoute (Id Volume) Source #
runParticipantUpload :: ActionRoute (Id Volume) Source #
buildParticipantRecordAction :: ParticipantRecord -> ParticipantStatus -> ParticipantRecordAction Source #
data MeasureUpdateAction Source #
Instances
data ParticipantRecordAction Source #
Constructors
ParticipantRecordAction ParticipantStatus [MeasureUpdateAction] |