ServiceManager now waits for a calibration session to finish before instantiating Bottle Buddy's services. During the calibration session, the ServiceManager will receive an initial time value that it will pass to the WaterIntakeService
Future Work
The ServiceManager is not responsible for unpacking the bits specifying each component of the time value received from the app; The WaterIntakeService will implement this in feature/waterIntake. Once that branch is finished, the ServiceManager will need to use that functionality to unpack the bits.
Summary
ServiceManager
now waits for a calibration session to finish before instantiating Bottle Buddy's services. During the calibration session, theServiceManager
will receive an initial time value that it will pass to theWaterIntakeService
Future Work
The
ServiceManager
is not responsible for unpacking the bits specifying each component of the time value received from the app; TheWaterIntakeService
will implement this infeature/waterIntake
. Once that branch is finished, theServiceManager
will need to use that functionality to unpack the bits.