•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-4690-1 09 Sep 2020

RESOLVED.

DIALIN-DEN-4211-1 28 Aug 2020

Where did the copyright header go?

DG-DEN-5846-1 01 Dec 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3605-4 14 Sep 2020

Done, see ad32b29

DIALIN-DEN-4690-1 07 Oct 2020

Added

UI-DEN-4690-1 16 Sep 2020

This file has been replaced with its Camel Case version.
But since it had a copyright change on server which had no code review assigned to it Crucible is showing it here after I merged master into my branch.
So actually this file doesn't exist anymore.

DG-DEN-5846-1 01 Dec 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4641-1 01 Dec 2020

if ( targetDialInFlowRate == 0 )

HD-DEN-4308-3 18 Sep 2020

Suggesting combining into one line (energized = state == STATE_OPEN).

HD-DEN-4308-3 27 Aug 2020

No absolute values here. We can assume energized edge is higher than de-energized edge.

DIALIN-DEN-4690-1 07 Oct 2020

added

HD-DEN-4308-3 27 Aug 2020

Why do you want absolute value of positions here? And if we do want absolute value, you should use abs(). fabs() is for floating point values.

UI-DEN-3605-4 07 Oct 2020

Please put "done" when the code is pushed.

HD-DEN-4308-3 21 Sep 2020

Add two blank lines for separation from test support functions.

HD-DEN-4308-3 21 Sep 2020

Move state assignment outside of if else block since it get assigned to same value.

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4308-3 28 Sep 2020

Done

DIALIN-DEN-4308-1 30 Sep 2020

Done

UI-DEN-4690-1 30 Sep 2020

RESOLVED

UI-DEN-4690-2-1 13 Oct 2020

did

HD-DEN-4308-3 30 Sep 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-4690-1 07 Oct 2020

A parameter description is missing here

DIALIN-DEN-4308-1 28 Sep 2020

Remove extra line.

UI-DEN-4690-1 30 Sep 2020

This class has been created as a template and guideline for later use.
Since it was renamed to not to be used in Coverage suggested, being removed.
So this file doesn't exist anymore.
But please look at it and use it as a template for sound settings implementation.
notice the Configuration namespace.

DIALIN-DEN-4308-1 28 Sep 2020

Align with left "("

DIALIN-DEN-4211-1 27 Aug 2020

To allow toggling of print statements, replace prints with self.logger.debug("..."), self.logger.info("..."), self.logger.error("..."), etc..

UI-DEN-4438-1 27 Aug 2020

RESOLVED

UI-DEN-4438-1 25 Aug 2020

Non-production code has been added to the manager home and settings screens. Should this reside on the production master branch?
Also, why is non-production code being unit tested?

HD-DEN-7117-1 02 Apr 2021

I am referring to the comment.

DG-DEN-3504-1 30 Oct 2020

Done.

DIALIN-DEN-4308-1 05 Oct 2020

RESOLVED.

DIALIN-DEN-4211-1 27 Aug 2020

Waiting until merge to staging - logger not yet available until then.

UI-DEN-3605-4 09 Sep 2020

My understanding is that I have not excluded any commits other than the merge commits that were requested to be excluded previously. There are two guiglobals.h in this review. Here's the link to the other one http://dvm-linux02:8060/cru/UI-DEN-3605-4#CFR-16977. I think it has the changes you're expecting to see.
In the file list to the left it is listed right above this file.

UI-DEN-3605-4 08 Sep 2020

Please, align the variable names vertically to easier follow the code.

HD-DEN-4308-3 05 Oct 2020

Function name is not matched.

UI-DEN-5736-1 01 Dec 2020

Same comment as above here.

UI-DEN-3605-4 05 Oct 2020

RESOLVED

UI-DEN-3605-4 05 Oct 2020

RESOLVED

HD-DEN-4308-3 05 Oct 2020

Function name is not matched.

UI-DEN-3605-4 09 Sep 2020

I have already merged master into the working branch, and resolved all merge conflicts

UI-DEN-3605-4 08 Sep 2020

I don't see any reference to the QJson inclusion in this file.
Why these have been included?

UI-DEN-4690-2-1 30 Sep 2020

Should these files be renamed following our convention?

DIALIN-DEN-4211-1 09 Sep 2020

I don't see a common folder in this branch. Will have to do after merge to staging branch?

UI-DEN-4690-2-1 30 Sep 2020

How come the renaming of files was done but the old files are not in red?

UI-DEN-4690-1 09 Sep 2020

This filename is not CamelCase

UI-DEN-4690-1 09 Sep 2020

This file has been replaced with its Camel Case version.
But since it had a copyright change on server which had no code review assigned to it Crucible is showing it here after I merged master into my branch.
So actually this file doesn't exist anymore.

UI-DEN-4690-1 09 Sep 2020

This file has been replaced with its Camel Case version.
But since it had a copyright change on server which had no code review assigned to it Crucible is showing it here after I merged master into my branch.
So actually this file doesn't exist anymore.

UI-DEN-4690-1 09 Sep 2020

This file has been replaced with its Camel Case version.
But since it had a copyright change on server which had no code review assigned to it Crucible is showing it here after I merged master into my branch.
So actually this file doesn't exist anymore.

DIALIN-DEN-4690-1 07 Oct 2020

"*** Almost off the subject ***"
the function is doing partitioning the string.
added description.

UI-DEN-3605-4 14 Oct 2020

See the duplicate storageglobals.cpp on the left