•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-7395-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3605-4 25 Aug 2020

Remove extra line.

UI-DEN-4438-1 25 Aug 2020

RESOLVED.

DG-DEN-3421-1 11 Aug 2020

Aren't these pumps already set at this point?

DG-DEN-13598-2 22 Sep 2022

Done.

DG-DEN-3421-1 12 Aug 2020

Yes, they are all before the EOF and #endif

DG-DEN-3421-1 12 Aug 2020

Done

UI-DEN-4438-1 24 Aug 2020

This is the namespace brace and the namespaces braces are not indenting the code. so are at the same column as class brace in this case.

UI-DEN-3605-4 25 Aug 2020

Remove extra line.

DG-DEN-3421-1 11 Aug 2020

All the headers have @param if appropriate.

UI-DEN-4438-1 24 Aug 2020

1 - This is the namespace brace and the namespaces braces are not indenting the code. so are at the same column as class brace in this case.
2 - done

DG-DEN-13598-2 22 Sep 2022

Removed.

DG-DEN-3421-1 12 Aug 2020

Agreed will bring back the set variable once I started working on the story

DG-DEN-3421-1 12 Aug 2020

Done

UI-DEN-3605-4 25 Aug 2020

Remove extra line.

DG-DEN-4217-1 12 Aug 2020

Done

UI-DEN-4438-1 24 Aug 2020

This is the vertical code alignment to make sure the overloading is correctly done.
data() is not override from base class but is const and fromByteArray() has to be overrode and should not be const.

DG-DEN-13598-2 22 Sep 2022

Removed.

DG-DEN-3421-1 12 Aug 2020

Changed it to >. It starts from 1.

DG-DEN-13598-2 22 Sep 2022

Removed.

UI-DEN-3605-4 25 Aug 2020

Remove extra line.

DIALIN-DEN-4344-1 25 Aug 2020

RESOLVED

DIALIN-DEN-3875-1 25 Aug 2020

These need to be filled in so the API documentation is populated, same for the rest of the functions below

UI-DEN-4598-1 30 Oct 2020

Please correct the order of the fields regarding the message like what is done for the response message.
There are three different types and it's hard to follow.

DG-DEN-5846-1 30 Nov 2020

Done

UI-DEN-4438-1 25 Aug 2020

The representation of the data is not the way it's going to be on production but the code that is being code reviewed and doing code coverage on it, is.
All those codes will be logged, in the production code.

UI-DEN-4438-1 25 Aug 2020

Absolutely,
I'm doing it incrementally and slowly to not to make the code reviews harder and confusing git.
I did for so many and this file will get its turn soon.

UI-DEN-4438-1 25 Aug 2020

This is the namespace brace and the namespaces braces are not indenting the code. so are at the same column as class brace in this case.

UI-DEN-3605-4 25 Aug 2020

Remove extra line.

DIALIN-DEN-3875-1 25 Aug 2020

These need to be filled in so the API documentation is populated

HD-DEN-4641-1 30 Nov 2020

Typo I guess. Fixed.

DG-DEN-5846-1 30 Nov 2020

Done

DG-DEN-4217-1 12 Aug 2020

Missing the Doxygen /*@}/ at eof.

UI-DEN-3253-1 11 Jun 2020

Why false?

DIALIN-DEN-3433-1 11 Jun 2020

Are these the only alarm faults for the entire Denali machine?

DG-DEN-3922-1 23 Jul 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3605-4 28 Aug 2020

RESOLVED.

UI-DEN-3253-1 26 Jun 2020

Later when we have the API integrated in the Dialin, we need to send Ack back and then we have to remove this.
The reason is application has to be tested exactly the way it is used in the field with no extra switch to bypass any check just to check.
Otherwise we are not testing the real application.

UI-DEN-3253-1 15 Jun 2020

FYI: AS of today, the QML coding standard (X:\Engineering\Denali\06- Software Design\Software Documentation\Coding Standards) doesn't currently dictate when and when not to use semicolons in QML.

I've removed them here as requested.

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.

UI-DEN-3253-1 06 Jul 2020

RESOLVED

LEAHI-APPLICATION-LDT-783-1 19 Sep 2025

thanks for catching that
fixed.

DG-DEN-3421-1 12 Aug 2020

Then remove them all.

UI-DEN-3875-1 20 Aug 2020

This is the only and only place uses this value as hour and not minute.
When more places use it I'll absolutely create a function.
Currently a comment that what is 60 will suffice.

HD-DEN-15306-3 02 Jun 2023

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3875-1 12 Aug 2020

Remove extra empty lines.

UI-DEN-3605-4 28 Aug 2020

RESOLVED.

UI-DEN-3875-1 20 Aug 2020

RESOLVED.

DG-DEN-4217-1 12 Aug 2020

This module not yet converted to new Doxygen format.

DG-DEN-4217-1 12 Aug 2020

Moved DMA records a little further down inside #ifdef DEBUG_ENABLED because we only do DMA for UART and release versions will not have UART.