•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-5846-1 09 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5846-1 07 Dec 2020

Mismatch function name.

DG-DEN-5846-1 09 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5873-1 07 Dec 2020

Suggest using alarm management to check if the unhealthy reactor alarm is active. If it is active, we can turn off the reactor and go to off state.
Then reactorUnhealthyCounter and count limit can be deleted.

DG-DEN-5855-1 10 Dec 2020

Done

UI-DEN-6349-1 08 Jan 2021

please use nullptr instead of the NULL.

UI-DEN-5830-2 12 Jan 2021

RESOLVED

DG-DEN-5855-1 10 Dec 2020

Done

UI-DEN-6349-1 12 Jan 2021

Done

UI-DEN-5830-2 12 Jan 2021

Can be deleted

HD-DEN-4640-1 19 Oct 2020

Remove extra line.

DG-DEN-5855-1 10 Dec 2020

Suggest grouping static (local) functions together below.

DG-DEN-5855-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-7044-1 29 Mar 2021

This screen is a child of ScreenItem and not a StackItem.
How come the pop() function is working here!
Which Push, pop methods is being called here?
If that's the one from SettingsStack, would be more cleaner to move the push and pop functions in the SettingsStack.
It's fine for now but keep that in mind for later.

DG-DEN-5855-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13834-1 13 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5381-1 29 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5855-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-6080-1 29 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-6080-1 29 Dec 2020

Start comment with capital letter for consistency with the other lines.

HD-DEN-5674-2 29 Dec 2020

Will start all comments w/ capital.

UI-DEN-4964-1 29 Dec 2020

Done.

DG-DEN-3504-1 10 Nov 2020

Done.

UI-DEN-4964-1 16 Dec 2020

Since we have only one version request per messages definition we should not have the same request in both the
VTreatmentAdjustmentDGVersions and VTreatmentAdjustmentHDVersions

I will give my suggestion but feel free to ask me if it's not clear and we need to discuss.

My suggestion is to merge these two views in one view by:
1 - rename all the version response messages properties to have HD,DG in them.
2 - merge them all in the VTreatmentAdjustmentHDVersions
3 - make the VTreatmentAdjustmentHDVersions to listen to the DG version response message as well by adding the line below in the VTreatmentAdjustmentHDVersions initConnection method.

ACTION_VIEW_CONNECTION(AdjustDGVersionsResponseData);

Note : please reorder the lines in initConnection to have first the HD and then DG and also have the request first and then responses, now that we have more that two category of messages.
4 - remove the HD from the name of the VTreatmentAdjustmentHDVersions to be VTreatmentAdjustmentVersions .
5 - remove the two VTreatmentAdjustmentDGVersions (.h , .cpp) files and all it's references in the View.h and Globals.

DG-DEN-3504-1 10 Nov 2020

Done.

DG-DEN-3504-1 10 Nov 2020

Done.

UI-DEN-4598-1 09 Nov 2020

I put some comments as notes which don't require to be fixed in this code review but it is expected to be noted and resolved in later on going stories.
So please take notes and consider applying them to any recent story/task.

UI-DEN-4598-1 09 Nov 2020

In general please try to use less components.
Components should be more general and not specific to a screen.
If that is the case think of it as a big(which I call it compound) component and put it in the compounds folder(which I recently created).
Please note that either way we still should create less components/compounds.

UI-DEN-4598-1 10 Nov 2020

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

DIALIN-DEN-5328-1 11 Nov 2020

RESOLVED.

DG-DEN-3504-1 10 Nov 2020

Put local declaration at top of function.

UI-DEN-5830-2 12 Jan 2021

Why were the extra sleeps needed? I don't have them and it's working fine

HD-DEN-4641-1 01 Dec 2020

Done.

DIALIN-DEN-5674-2 06 Jan 2021

Okay, it can be addressed after you merge

RESOLVED

UI-DEN-5751-1 01 Feb 2021

will be addressed later,
RESOLVED

HD-DEN-4641-1 01 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5855-1 03 Dec 2020

Done

DG-DEN-5846-1 04 Dec 2020

Done

DG-DEN-3421-2-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-6402-1 01 Feb 2021

Same comment as in BloodFlow.c

DG-DEN-5846-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5980-1 22 Feb 2021

Do these structures require packing? Separate those that do from those that do not and pack only those that do.

DG-DEN-5864-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5864-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-6349-1 12 Jan 2021

Done

DG-DEN-5855-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5855-1 07 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5846-1 07 Dec 2020

Done

DIALIN-DEN-6078-1 22 Feb 2021

RESOLVED

DG-DEN-5846-1 07 Dec 2020

Done