•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-14561-1 08 Feb 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14547-1 08 Feb 2023

RESOLVED IN CODE WALKTHROUGH.

UI-DEN-14733-2 09 Feb 2023

So we will likely remove this TODO and comment later?
RESOLVED.

UI-DEN-14733-2 09 Feb 2023

is this alignment correct? I see you align by . above (line 35-38) but I don't see examples of aligning by ( for function calls.

UI-DEN-14733-2 09 Feb 2023

RESOLVED.

HD-DEN-14589-1 09 Feb 2023

Fixed. Thanks!

DG-DEN-14589-1 09 Feb 2023

HDcommon.h in a fwcommon file? What about DG? Is it good practice to include a file from a seperate repo?

DG-DEN-14589-1 09 Feb 2023

RESOLVED in CODE WALKTHROUGH.

UI-DEN-14733-2 09 Feb 2023

It was removed.
UI sends an alarmTriggered to HD for that, and should not display a dialog by itself.
Since on the device, if there is no other alarm HD will eventually display it, and if there is HD will override it.
It was just a bug in development then, which was always displaying a useless dialog on VM that doesn't even have a physical SD Card.

UI-DEN-14733-2 09 Feb 2023

I laughed loud for a while
This is the spell checker dictionary.
Since my spell checker was complaining and it was bugging me, and I always look at it like there is a bug in that area, I add her name so spell checker won't highlight it anymore.
It is a comment I have about the decision we made to remind me why I have that line of code commented.

HD-DEN-14589-1 09 Feb 2023

RESOLVED IN CODE WALKTHROUGH

UI-DEN-14733-2 09 Feb 2023

Why is her name in string table?

UI-DEN-14733-2 09 Feb 2023

RESOLVED.

UI-DEN-14733-2 09 Feb 2023

Any reason this alarm is commented out?

DG-DEN-14589-1 09 Feb 2023

Remove the blank line.

DG-DEN-14589-1 09 Feb 2023

Fixed. Thanks!

DG-DEN-14589-1 09 Feb 2023

Fixed. Thanks!

DG-DEN-14589-1 09 Feb 2023

Fair point.

DG-DEN-14589-1 09 Feb 2023

Fixed. Thanks!

DG-DEN-14589-1 09 Feb 2023

Remove the blank line.

DG-DEN-14589-1 09 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14589-1 09 Feb 2023

RESOLVED IN CODE WALKTHROUGH

UI-DEN-14517-1 10 Feb 2023

Thanks for the feedback.
Fixed.

UI-DEN-14517-1 10 Feb 2023

RESOLVED

UI-DEN-14517-1 10 Feb 2023

The variable, destination, itself is a QString, you don't need to do QString("%1").arg(destination), you can pass destination in directly.

UI-DEN-14733-2 10 Feb 2023

If _root.isOpen is not modified outside of this powerItem.qml, You can make it a readonly property and bind it to the powerDialog's property.

UI-DEN-14838-1 09 Mar 2023

Updated.

UI-DEN-14517-1 10 Feb 2023

Good point,
I agree with the two intervals, it would be clarifying.
For the counter, though, it might not be always the case.
I will start doing it in my next task, since I would like to change all, to be consistent across the entire code base.

UI-DEN-14733-2 10 Feb 2023

Good point,
But you can't.
The readonly properties are only working with bindings, not assignments.
I am using that as a public variable.

HD-DEN-14273-1 10 Feb 2023

Done.

HD-DEN-14273-1 10 Feb 2023

CORRECTED IN CODE WALKTHROUGH

UI-DEN-14838-1 09 Mar 2023

I think we wanted the alias and not the bool. I vaguely remember suggesting the change to alias. This could've been a revert change. I am not sure. I will change it back to alias

UI-DEN-14838-1 14 Mar 2023

RESOLVED

UI-DEN-14838-1 14 Mar 2023

RESOLVED

UI-DEN-14838-1 14 Mar 2023

RESOLVED

UI-DEN-14517-1 10 Feb 2023

Ok, sounds good.

RESOLVED

DD-LEAH-1971-1 28 Jan 2025

Done.

TD-LEAH-838-1 20 Feb 2025

Please adjust the alignment(few #defines)

DIALIN-DEN-16454-1 19 Oct 2023

Michael Garthwaite
we needed to match it with UI and since UI code is freeze.

DIALIN-DEN-16454-1 19 Oct 2023

Missing two fields. Current DG FW has MSG_ID_DG_HEATERS_DATA = 0x2C as

/// Heaters data structure.
typedef struct

F32 mainPrimayHeaterDC; ///< Main primary heater DC
F32 smallPrimaryHeaterDC; ///< Small primary heater DC
F32 trimmerHeaterDC; ///< Trimmer heater DC
F32 primaryTargetTemp; ///< Primary heater target temperature
F32 trimmerTargetTemp; ///< Trimmer heater target temperature
U32 primaryHeaterState; ///< Primary heater state
U32 trimmerHeaterState; ///< Trimmer heater state
F32 primaryEfficiency; ///< Primary heater efficiency
F32 primaryCalcTargetTemp; ///< Primary heater calculated target temperature
F32 trimmerCalcCurrentTemp; ///< Trimmer heater calculated current temperature
U32 trimmerUseLastDC; ///< Trimmer heater use last duty cycle
F32 previsouFlow; ///< Trimmer heater previous flow L/min
U32 controlCounter; ///< Trimmer heater control count

HEATERS_DATA_T;

TD-LEAH-838-2 20 Feb 2025

HD to TD - across file.

HD-DENBUG-290-1 29 Jan 2025

Why aren't we treating blood leak recovering alarm the same as creating dialysate alarm?

HD-DENBUG-290-1 29 Jan 2025

RESOLVED in CODE WALKTHROUGH.

DG-DEN-17135-1 29 Jan 2025

Are these castings of (POLYNOMIAL_CAL_PAYLOAD_T*) necessary? Seems like &concPump->concentratePumps[ i ] is already that type.

LEAHI-DIALIN-LEAH-136-3 05 Feb 2025

Fixed. Thanks!

LEAHI-DIALIN-LEAH-136-3 06 Feb 2025

my bad. Now its fixed! I'll probably change the whole RO directory to something like FP in a future update to stay in sync with the naming of the subsystems

LEAHI-DIALIN-LEAH-139-3 29 Jan 2025

Should be DD.

DD-LEAH-224-1 24 Feb 2025

Done.

LEAHI-DIALIN-LEAH-139-3 11 Feb 2025

Fixed. Thanks!

LEAHI-DIALIN-LEAH-139-3 10 Feb 2025

Refactor to f/w naming.