•  

Comment Results

Review Name Created Custom Fields Content
DIALIN-DEN-6631-1 15 Feb 2021

Print statements have been replaced with self.logger calls in dialin to prevent flooding users consoles. So, it'd be best to either remove this or use self.logger.debug(...) instead

HD-DEN-6402-1 17 Feb 2021

Before switching to newly filled reservoir, we want to take a baseline weight (before starting UF with it). So we are initializing the starting and final weights for the reservoir here. As UF progresses on this reservoir after we switch to it, the final weight will gradually increase and the delta between the two is how much UF we've taken using this reservoir.

UI-DEN-6631-1 15 Feb 2021

Remove extra lines.

DIALIN-DEN-6078-1 25 Jan 2021

The reset parameter is missing from the docstring

DIALIN-DEN-6078-1 25 Jan 2021

The reset parameter is missing from the docstring

HD-DEN-6890-1 11 Mar 2021

No, we do not.

HD-DEN-6890-1 11 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-6890-1 11 Mar 2021

Addressed.

DG-DEN-6890-1 11 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-6890-1 11 Mar 2021

Addressed for both DG and HD.

DIALIN-DEN-6890-1 11 Mar 2021

RESOLVED

DIALIN-DEN-6890-1 11 Mar 2021

These can be removed as MsgFieldPositions from common should be used instead

DG-DEN-6890-1 10 Mar 2021

We started adding the sensors's part number and model. Could you please add it here?

DIALIN-DEN-7091-1 10 Mar 2021

Are any of these enum classes in the UI/FW common repository?

HD-DEN-7091-1 19 Mar 2021

There is a DG monitor function near top of this module. I recommend calling it from there. TaskGeneral should only be calling very high level functions.

HD-DEN-6453-1 19 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7091-1 19 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-5980-1 12 Feb 2021

This should be added to protocols/CAN.py

DIALIN-DEN-5980-1 17 Feb 2021

Same comment as DG accelerometer cal function.

UI-DEN-5751-1 29 Jan 2021

This has been removed from dialin

DIALIN-DEN-6078-1 20 Jan 2021

We don't anymore. I removed it.

DIALIN-DEN-11250-1 16 Feb 2022

RESOLVED.

HD-DEN-6078-1 20 Jan 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5751-1 29 Jan 2021

Should point to HDSimulator, as denaliMessages has been deprecated

UI-DEN-5751-1 29 Jan 2021

Should point to the HDSimulator

HD-DEN-6200-1 20 Jan 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5751-1 29 Jan 2021

This should point to the HDSimulator to avoid future conflicts with dialin

UI-DEN-7135-1 12 Apr 2021

RESOLVED

UI-DEN-5751-1 29 Jan 2021

denaliMessages has been deprecated. Please don't add it back to dialin. This should be

self.hd_simulator.alarms.cmd_set_alarm_cleared
UI-DEN-5638-1 25 Jan 2021

1 - Since the name of the variable is not a major issue, I have noted your comment and will update the name to hd_simulator in a future revision.
2 - It does, it was added in a future revision. Please keep in mind this code review is 8 weeks old.

UI-DEN-5751-1 29 Jan 2021

Can delete

DG-DEN-6200-1 20 Jan 2021

Function has been moved to heater module.
Target temperature has been added as part of the trimmer heater start command.

DIALIN-DEN-5751-1 29 Jan 2021

These should be added to hd_simulator_alarms.py not denaliMessages.py.

HD-DEN-6402-1 11 Feb 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-6372-1 11 Feb 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-6200-1 21 Jan 2021

How will DG control the trimmer heater (e.g. in heat disinfect mode) without this function? Trimmer heater not always started by HD command message.

HD-DEN-6200-1 20 Jan 2021

Why are there several cases with same outcome in this function?

HD-DEN-6200-1 21 Jan 2021

What made us change our mind and pass in set temperature command compared to before (just turning OFF and ON)?

HD-DEN-6200-1 21 Jan 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5638-1 26 Jan 2021

I think you've misunderstood. The bug is not part of the SquishQt API. It is a problem with the way the SquishQt API is being used.

DIALIN-DEN-5638-1 25 Jan 2021

No, thanks. I've now removed

 import time 
DIALIN-DEN-5638-1 26 Jan 2021

RESOLVED

DIALIN-DEN-6631-1 15 Feb 2021

It would be great if we could make it optional.
For the testing, it is very useful.
I'll remove it but later, would like to have it as an option that can be set available manually.

UI-DEN-6631-1 15 Feb 2021

Removed.

UI-DEN-5638-1 26 Jan 2021

The way it was used is in SquishQt examples, but I can't find any example that SquishQt is being used the way you used it.
Please change it to the recommended ways in SquishQt examples.

HD-DEN-6402-1 11 Feb 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5638-1 26 Jan 2021

Nothing has changed about the usage of the SquishQt API, other than the fact that the dictionary passed to waitForObjectExists previously wasn't really testing anything.
Removing utils.dict_update it will break the test case.

UI-DEN-6631-1 16 Feb 2021

Only two "/" for comments in QML.

HD-DEN-6372-1 16 Feb 2021

Mismatch function name.

UI-DEN-5638-1 26 Jan 2021

I believe we discussed enough.
And it was discussed verbally before to not to do it.


Nothing has changed about the usage of the SquishQt API. We pass a dictionary to waitForObjectExists prior to this change and after.
Removing it will break the test case.

If nothing has changed so why your test would break.
Please change it to the recommended ways in SquishQt examples.