•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-3605-4 28 Aug 2020

Done - See the bottom of main.qml here http://dvm-linux02:8060/cru/UI-DEN-3605-4#CFR-16981

UI-DEN-3605-4 28 Aug 2020
UI-DEN-4690-2-1 05 Oct 2020

Good point, but I don't know.
Seems like it's the way Crucible prefers to show the files.
It has been removed and even the git log shows that.
This commit is the last commit no the ApplicationController and there is no applicationcontroler on that commit anymore.
http://192.168.10.132:8060/changelog/application/?cs=bb74da05f81b82dad3ec844c1feb1135b949f1c2

UI-DEN-3605-4 28 Aug 2020
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.

UI-DEN-3605-4 28 Aug 2020

Done

UI-DEN-3605-4 28 Aug 2020
UI-DEN-3605-4 28 Aug 2020

Done

UI-DEN-3605-4 28 Aug 2020

Done

UI-DEN-3605-4 28 Aug 2020

Done

UI-DEN-3605-4 28 Aug 2020

Done

HD-DEN-4308-3 22 Sep 2020

Only used in Valves.c, so why is it in the header. Bring into .c file and make it private.

UI-DEN-3605-4 28 Aug 2020

Done

HD-DEN-4211-1 28 Aug 2020

Done

HD-DEN-4211-1 28 Aug 2020

Remove all commented lines, or add TODOs.

DIALIN-DEN-4308-1 29 Sep 2020

Should be an array of records (like in f/w) and this received record should be saved to the appropriate record in the array.

UI-DEN-3605-4 05 Oct 2020

When I tested initially with

_column.height 

, the flickable content height was wrong. Using

_column.implicitHeight

fixed this issue

DIALIN-DEN-5053-1 29 Sep 2020

Done.

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

I kept these files noncapital since they have short one word only files and no need to be PascalCase.

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

Good point, I don't know.
This is the way Crucible shows them.

UI-DEN-4690-1 30 Sep 2020

RESOLVED.

DIALIN-DEN-4308-1 05 Oct 2020

RESOLVED.

UI-DEN-4690-1 30 Sep 2020

RESOLVED.

HD-DEN-4308-3 30 Sep 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-4690-1 05 Oct 2020

put.

DIALIN-DEN-5053-1 30 Sep 2020

RESOLVED

DIALIN-DEN-4308-1 30 Sep 2020

Done

HD-DEN-4308-3 05 Oct 2020

Remove "\n" to be consistent with other functions.

UI-DEN-3605-4 08 Sep 2020

Please follow the code structure for consistency.
Why this class doesn't start with M like all the other Model classes?

DIALIN-DEN-4308-1 30 Sep 2020

If you intend to keep this handler, please keep it _private and publish the data it receives

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

RESOLVED

DIALIN-DEN-4690-1 30 Sep 2020

I put comments on every function.
Is there a function that doesn't have a comment?
As I mentioned there are some parameters that UI doesn't use and doesn't know the description.

DIALIN-DEN-4308-1 30 Sep 2020

RESOLVED.

HD-DEN-4640-1 12 Oct 2020

Done.

DIALIN-DEN-4308-1 30 Sep 2020

Done

UI-DEN-4690-1 16 Sep 2020

"*** Off the subject ***"
This is not related to the story and is a code coverage of another story.
Regardless it was decided to manually test the CANBus at that moment since it could be better tested with more accurate results which all of those test couldn't be achieved manually and took a long time to test because 10 or 100 of thousands of frames tested and wasn't reasonable to do it each time automatically on server with virtual CANBus and had to be tested on a real physical CANBus.
I hope this is enough information!

UI-DEN-3605-4 30 Sep 2020

If you look at the latest revision of main.h on the Confirm-Priming-Begin branch you'll see I've since added a min / max, a default, as well as a resolution value as a parameter to the TREATMENT_PARAMETER macro.
PROPERTY only has three parameters. TREATMENT_PARAMETER needs these extra parameters, and is implemented differently to serve the different needs of treatment parameters.
I left PROPERTY alone since other code depends on it.

UI-DEN-3605-4 30 Sep 2020

This function is not a test function its a helper function for a test function

UI-DEN-4690-1 14 Oct 2020

RESOLVED.

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

This review has so many files and is quite monumental.
It would be much easier to review if there were fewer changes.
What are the list of features that are covered in this review? It seems like it's not just doxygenization

DIALIN-DEN-4856-1 12 Oct 2020

The file should be renamed to match this.

TESTSUITES-DEN-3724-1 14 Oct 2020

It was master locally, but Crucible didn't seem to pick it up until I added another commit.
It shows as master here now as well.
Done.

TESTSUITES-DEN-3724-1 15 Oct 2020

RESOLVED

TESTSUITES-DEN-3724-1 15 Oct 2020

RESOLVED

TESTSUITES-DEN-3724-1 15 Oct 2020

RESOLVED

TESTSUITES-DEN-3724-1 15 Oct 2020

RESOLVED

TESTSUITES-DEN-3724-1 15 Oct 2020

RESOLVED

UI-DEN-4964-1 15 Oct 2020

RESOLVED.

UI-DEN-3605-4 30 Sep 2020

Why didn't use the attached scrollbar instead of non-attached?
regarding the Qt doc :
When using a non-attached ScrollBar, the following must be done manually:
When using a non-attached ScrollBar, the following must be done manually:
Layout the scroll bar (with the x and y or anchor properties, for example).
Set the size and position properties to determine the size and position of the scroll bar in relation to the scrolled item.
Set the active property to determine when the scroll bar will be visible.


your code could be as simple as :

Flickable {
...
 ScrollBar.vertical: ScrollBar { id: scrollBar }
...
}
HD-DEN-4308-3 30 Sep 2020

What are 80 and 85 comments? Imagine it is my first day on the job, how would I know what these are?