•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-3605-4 01 Sep 2020

RESOLVED.

HD-DEN-13460-2 22 Sep 2022

It is implemented.

HD-DEN-4308-3 01 Sep 2020

Done

DIALIN-DEN-3421-1 10 Dec 2020

RESOLVED

HD-DEN-4308-3 01 Sep 2020

I use #define MAX_DEVIATION_FROM_TARGET_IN_COUNTS for deviation check

UI-DEN-4690-1 09 Sep 2020

RESOLVED.

HD-DEN-4640-1 05 Oct 2020

F/W would be 87 here if we numbered the last "NUM_OF_ALARM_IDS" like Dialin did. And then Dialin has a new valve alarm ID that Dara added so that branch is a little bit ahead of the f/w branch. The alarm IDs are kept in a common repo for all 3 stacks and is shared by all so it can get updated by somebody else.

DIALIN-DEN-4211-1 09 Sep 2020

RESOLVED.

UI-DEN-3605-4 09 Sep 2020

Done

DIALIN-DEN-4690-1 07 Oct 2020

This should be removed

DIALIN-DEN-4640-1 30 Oct 2020

Fixed.

UI-DEN-3605-4 09 Sep 2020

What would you like me to rename this to?

UI-DEN-4964-1 13 Oct 2020

This obfuscates what's going on under the hood. Code clarity is king

DG-DEN-5846-1 30 Nov 2020

Done

UI-DEN-3605-4 05 Oct 2020

Done, will post the update soon

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4308-3 22 Sep 2020

I think this compound condition is not right. Self test should have to be complete (not or'd with homing request). Homing request can be or'd with door closed.

UI-DEN-3605-4 09 Sep 2020

This is the user adjustments of parameters in pre-treatment which some of them will also be available in-treatment for re-adjustment.
So please mention the Adjust.

DG-DEN-3504-1 30 Oct 2020

Why removed?

HD-DEN-4308-3 05 Oct 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-7135-1 07 Apr 2021

Thanks. Are we going to need to review your merge commits as well?

HD-DEN-9480-1 10 Nov 2021

Done.

UI-DEN-3605-4 30 Sep 2020

RESOLVED

HD-DEN-4308-3 22 Sep 2020

We are going back to homing not started and not more trails is allowed. I don't think we need to increment here.

HD-DEN-4308-3 23 Sep 2020

Done

DIALIN-DEN-4640-1 06 Oct 2020

RESOLVED.

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-4640-1 05 Oct 2020

message aligned under struct

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4308-3 22 Sep 2020

You had a nice comment here in function above. Should have one here too.

HD-DEN-4308-3 22 Sep 2020

Enums and structs should go in private definitions section above. They are not data.

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED.

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7117-1 19 Mar 2021

RESOLVED in CODE WALKTHROUGH.

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

This is the test code.
Not the API, not the production code.
And not even being used in documentation.
I don't think we need to put comments for these functions as long as the name is self-descriptive within context.
As I never asked you to comment on your test functions.

HD-DEN-7091-1 19 Mar 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-4690-1 07 Oct 2020

You're missing the return type, please fix all other missing return types

UI-DEN-3605-4 30 Sep 2020

Is this class used?

UI-DEN-3605-4 07 Oct 2020

Please remove this fix and file a bug.

DIALIN-DEN-4690-1 05 Oct 2020

Misspelling in all three lines for word ultrafiltration

UI-DEN-4690-1 07 Oct 2020

Missing details and description

UI-DEN-4964-1 14 Oct 2020

Addressed.

HD-DEN-7091-1 22 Mar 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3605-4 07 Oct 2020

These tests are very thorough and actually test the code on a level not possible with SquishQt.
SquishQt is more of a black-box approach and for mission critical sections of the code it cannot cover everything as thoroughly.
This test helped me root out bugs as I was writing it. I think it has helped in the development.

UI-DEN-4690-1 07 Oct 2020

How is framFlags related to this function?
The return type is FrameCount and as it says it is the count of frames that had an error as the function comment says.

DIALIN-DEN-4308-1 08 Oct 2020

I removed try and except and added has_value method.

DIALIN-DEN-4308-1 08 Oct 2020

RESOLVED.

DIALIN-DEN-4690-1 30 Sep 2020

This file is also not PEP8 compliant.
Please, documentation for all functions needs to be added

DIALIN-DEN-4690-1 07 Oct 2020

Please add the return type