•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-3875-1 12 Aug 2020

"unused" instead of "not used"

DG-DEN-3421-1 12 Aug 2020

I am still waiting to finalize the #defines. Once they are all done, I usually align all of them to the longest #define

UI-DEN-3875-1 12 Aug 2020

Create utility class with fromMLtoL method (local or global)

DG-DEN-3421-1 12 Aug 2020

Agreed. Will bring back the pressure override capability

DG-DEN-4322-1 26 Aug 2020

Done.

HD-DEN-4211-1 26 Aug 2020

Done

DG-DEN-3421-1 12 Aug 2020

Agreed. Will bring back the pressure override capability once I started working on the story

HD-DEN-4211-1 26 Aug 2020

Done

HD-DEN-4211-1 26 Aug 2020

Done

HD-DEN-4211-1 26 Aug 2020

Done

HD-DEN-4211-1 26 Aug 2020

Done

DG-DEN-3421-1 12 Aug 2020

I have not tested many parts of this code yet. I will investigate and change the code if needed.

HD-DEN-4211-1 26 Aug 2020

Done

HD-DEN-4211-1 26 Aug 2020

Done

DG-DEN-3421-1 12 Aug 2020

All the modules will have doxygen hooks eventually

DG-DEN-4217-1 12 Aug 2020

Done

DG-DEN-4217-1 12 Aug 2020

This module not yet converted to new Doxygen format.

DG-DEN-3421-1 12 Aug 2020

It's above the test stuff. I think it should be moved to bottom here.

DG-DEN-3421-1 12 Aug 2020

Done

DG-DEN-3421-1 13 Aug 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-4322-1 17 Aug 2020

For the alarm we do not want to clear, we can add a big persistent clear count to make it impossible to reach.
The ability to handle user's action of clearing alarm can be added later on.

VV-DEN-1434-1 11 Jun 2020

Why is this file named bkup?

UI-DEN-3253-1 11 Jun 2020

RESOLVED.

UI-DEN-3253-1 22 Jun 2020

Please change pressed to clicked as we discussed.

DG-DEN-3922-1 22 Jul 2020

Done

UI-DEN-3253-1 15 Jun 2020

On Friday you said we should completely shift to using svg's. What changed since then?

DIALIN-DEN-3433-1 11 Jun 2020

No these are Non-Fault alarms that are recoverable.

I've excluded Fault alarms in this specific script since that would require a manual reset of the HD between each consecutive alarm test.

All possible alarms can be found in alarms.py

UI-DEN-3253-1 26 Jun 2020
DG-DEN-4217-1 12 Aug 2020

Add extra line between } and function.

DG-DEN-3922-1 23 Jul 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3253-1 15 Jun 2020

If it's functionally the same then why should it matter whether they are children of MouseArea or not?

UI-DEN-3253-1 26 Jun 2020

Agree and also please look at this comment http://dvm-linux02:8060/cru/UI-DEN-3253-1#c2582

UI-DEN-3149-1 15 Jun 2020

Thanks Behrouz,

Almost always you can write an ordinary function instead of a macro. The macros are not necessary. They attract bugs, make the code more complicated to debug, and can cause multiple false positives of static code analyzers since they cannot differentiate correct sly code from erroneous code.

I am simply suggesting to limit their usage as much as possible. You have 24 macros now in this file. What is the attachment to using them?

We all want to guard the code. Moreover, it's equally important that we write safe code that is clear to debug. Macros put into jeopardy the safety of our code because they make debugging much more difficult.

DG-DEN-4322-1 19 Aug 2020

RESOLVED IN CODE WALKTHROUGH

UI-DEN-3253-1 15 Jun 2020

Thanks Peter,
You're right.
Since I'm updating that doc I'll add a reference to that.

RESOLVED.

UI-DEN-3253-1 22 Jun 2020

RESOLVED

DG-DEN-3421-1 12 Aug 2020

I don't understand Dara's response. It should be an else - making it an else if doesn't really have any effect except that now there is an implied else after the else if that you will not be able to get coverage for as it's unreachable. I think Quang is correct and it should be an else.

DIALIN-DEN-4856-1 14 Oct 2020

RESOLVED.

DIALIN-DEN-3593-1 18 Jul 2020

HD stands for Hemodialysis Delivery, not Device.

DIALIN-DEN-3964-1 18 Jul 2020

Copyright header is missing.

DIALIN-DEN-3964-1 18 Jul 2020

Remove extra line.

UI-DEN-3253-1 22 Jun 2020

Had a conversation and also Peman mentioned that if a story is not ready we should not start it.
Better to be cooperated and consulted with FW team for a clear definition of the required messages.

RESOLVED

UI-DEN-3253-1 26 Jun 2020

Yes, for now it's separated so I didn't break the ultrafiltration notification bar. A base and subcomponent structure makes sense. I'll take a look at doing that. Wasn't trying to change it without looping you in I was just trying to get the merge to compile and then ensure the unit tests passed.

DG-DEN-4169-1 31 Jul 2020

Done.

UI-DEN-3253-1 26 Jun 2020

Good catch. I'll remove the spaces

UI-DEN-3253-1 29 Jun 2020

Remove extra line.

DG-DEN-4169-1 31 Jul 2020

Move ");" to end of argument list (not on a separate line).

UI-DEN-3253-1 07 Jul 2020

RESOLVED.

UI-DEN-3875-1 20 Aug 2020

done

DIALIN-DEN-2379-1 16 Jul 2020

Dara resolved in another branch. RESOLVED.