•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-4322-1 15 Aug 2020

Is this a divide by zero check? Should use if ( fabs(cpi) >= NEARLY_ZERO ) to do F32 divide by zero check.
I don't know if cpi can be negative - probably not. But if it's zero or negative, should that be a s/w fault?

DG-DEN-3421-1 12 Aug 2020

Done

DG-DEN-3421-1 12 Aug 2020

Done

DG-DEN-4322-1 19 Aug 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-1 12 Aug 2020

Done

DG-DEN-3421-1 12 Aug 2020

Agreed. Will fix this once I started working on the story

UI-DEN-3875-1 12 Aug 2020

Align arguments under each other for increased legibility.

UI-DEN-3875-1 20 Aug 2020

RESOLVED.

DG-DEN-4217-1 12 Aug 2020

Done

UI-DEN-3875-1 20 Aug 2020

RESOLVED.

UI-DEN-3875-1 12 Aug 2020

Create utility class with fromMLtoL method (local or global)

DG-DEN-3421-1 13 Aug 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-1 11 Aug 2020

Align doxygen comment

DG-DEN-3421-1 12 Aug 2020

The #define comments should have "." I will add them in my code. The enums should not have "." in the end.

DG-DEN-3421-1 11 Aug 2020

What is the purpose of this condition? I would think it would be when water is at target 85 deg, but that's not what it looks like.

DG-DEN-4217-1 11 Aug 2020

The message should be DG accelerometer data?

UI-DEN-7135-1 07 Apr 2021

RESOLVED.

DG-DEN-3922-1 21 Jul 2020

If adding cd1/cd2 here, then if needs to be done through the entire code. I strongly recommend adding them when doing their related Story.

UI-DEN-3149-1 23 Jun 2020

Regarding

DG-DEN-3922-1 21 Jul 2020

Why was the FPGA bulk write start address changed?

DG-DEN-3922-1 21 Jul 2020

Space between 0 and ) per C Coding Standard.

UI-DEN-3253-1 01 Jul 2020

It will be required to support multiple alarms

UI-DEN-3149-1 12 Jun 2020

RESOLVED.

DG-DEN-3922-1 21 Jul 2020

"{" goes on separate line. Also, this condition seems like a complicated way of saying if ( readCount[ sensorId ] != fpgaReadCount ).

UI-DEN-3253-1 23 Jun 2020

When an alarm is received, if it is high priority, a red notification dialog will be shown. If an alarm has been acknowledged by the user, it's not necessary to show the dialog every second as this will prevent the user from being able to continue using the application. So, a previously acknowledged alarm is not shown. alarmID is needed to obtain the value of that alarm ID prior to updating the Q_PROPERTY so that the QML doesn't show the previously acknowledged alarm

UI-DEN-3253-1 16 Jun 2020

RESOLVED.

DG-DEN-2379-1 20 May 2020

Done

UI-DEN-3149-1 12 Jun 2020

Spelling: temperatureSensorsData

DG-DEN-2379-1 20 May 2020

Done

UI-DEN-3149-1 11 Jun 2020

How many classes will use the new macros?
Using too many macros to generate code (e.g. the signal slot connections) obfuscates the connections between classes. It adds many layers of indirection where the intent of the code is no longer clear since it is generated. I really don't see the benefit of adding even more. Just define these in their respective classes so when you view those classes you don't have to come here and deduce the written code.

DG-DEN-2379-1 20 May 2020

Done

DIALIN-DEN-2652-1 20 May 2020

RESOLVED.

DG-DEN-2379-1 20 May 2020

Missing @param.

UI-DEN-3253-1 17 Jun 2020

Dispositioned to DEN-3742

DIALIN-DEN-2652-1 20 May 2020

Delete

DG-DEN-2379-1 20 May 2020

This function starts the heater immediately. I think it's better practice to have a command/request function like this set a pending request flag or something like that and then have the exec state machine (when it is next called) check the flag and handle the state transition. This gives the exec complete control of its state machine and allows it to make the determination of whether or not it will allow the transition.
Same comment on stop and on start/stop functions for trimmer heater.

UI-DEN-3253-1 23 Jun 2020

The ColorOverlay has been removed

HD-DEN-3115-1 19 Jun 2020

This is the TI copyright that we got these API files originally. Yes, they are different from the other TI files that are generated by HALCoGen but they are still TI files and not ours. When I was working on the copyright script, I realized the script did not realize they are not our files and added our copyright. I enhanced the algorithm that checks whether a file belongs to Diality or not, so this issue will not happen. At the same time, I removed the Diality copyright. I am not sure why there is a "?" in their copyright that does not affect the script's parsing capabilities.

UI-DEN-3253-1 06 Jul 2020

RESOLVED

HD-DEN-3115-1 19 Jun 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-3115-1 19 Jun 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-3115-1 19 Jun 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-3115-1 19 Jun 2020

What changed in VIM?

HD-DEN-3115-1 19 Jun 2020

Why change from FIQ to IRQ?

UI-DEN-3253-1 06 Jul 2020

Still not clear and I think there should be a better way of having duplicate data.
It has the exact same value.
OK for now.

RESOLVED

DG-DEN-3922-1 21 Jul 2020

This function seems more like a "calc" function than a "get" function. Consider renaming.

DG-DEN-4217-1 17 Aug 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4211-1 28 Aug 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3253-1 06 Jul 2020

Clarification:
The beauty of QML is that the MouseArea doesn't have to be bound to any sibling or even any object so it give a lot of flexibility in desin.
To utilize this feature it has to be used that way.

RESOLVED

DG-DEN-5855-1 30 Nov 2020

And missing one of the params completely.