•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-4598-1 30 Oct 2020

Ah Crucible fooled me. This file has been removed. I checked and ApplicationController.cpp/h doesn't have the QJsonObject and QJsonDocument imports on the ConfirmPrimingBegin branch. The Storage namespace is used for SD Card related functions in this file.

UI-DEN-3605-4 06 Oct 2020

Found in another Variables.qml.
RESOLVED.

UI-DEN-3605-4 06 Oct 2020

Done, will post the update soon

UI-DEN-3605-4 09 Sep 2020

Are there any other changes you're requesting other than the comments below?

UI-DEN-3605-4 06 Oct 2020

Done will post the update soon

UI-DEN-4860-BLE-1 18 Jan 2021

RESOLVED

UI-DEN-3605-4 06 Oct 2020

Done, will post the update soon

UI-DEN-4598-1 01 Nov 2020

Why it has been changed?

UI-DEN-3605-4 07 Oct 2020

RESOLVED

UI-DEN-3605-4 14 Sep 2020

As per our conversation today, due to the design changes with MAbstract.h and MModel.h that were merged to master on Aug. 31st, the create treatment models will be updated to subclass these parent classes.
This work is going to be tracked in this ticket: http://dvm-linux02:8080/browse/DEN-4981

This function will be removed once those changes are implemented since after being subclassed, it can use notify instead.

UI-DEN-3605-4 07 Oct 2020

RESOLVED.

UI-DEN-3605-4 07 Oct 2020

Observed in the link above.
RESOLVED.

UI-DEN-4690-1 07 Oct 2020

RESOLVED

UI-DEN-4690-1 09 Sep 2020

This file has been completely removed.
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.

DIALIN-DEN-4169-1 09 Sep 2020

Like the alarms, these should be placed in the common folder (e.g. common/msg_defs.py)

UI-DEN-4690-1 09 Sep 2020

What are you not sure is correct here? If it's calcCRC, is that function being used elsewhere?

HD-DEN-4308-3 22 Sep 2020

Looks like macro expanded, but need to clean it up a bit. Zeroes should be FALSE. Comments should be // instead of /* */.

UI-DEN-3605-4 08 Sep 2020

Please implement models like many other model examples that currently exist in the code.
This is not an expected implementation.

HD-DEN-4308-3 18 Sep 2020

Need doxygen comment.

HD-DEN-4308-3 21 Sep 2020

Align doxygen comment.

HD-DEN-4308-3 22 Sep 2020

How is status different from mode above? Why do we need both?

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4308-3 27 Aug 2020

Please make counters U32 generally. For this counter, maybe should be VALVE_T?

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-3605-4 07 Oct 2020

Done, will post update soon

UI-DEN-3605-4 07 Oct 2020

We talked about it in code review meetings.
Please do what has been told.

UI-DEN-4690-1 07 Oct 2020

DISABLE_CRC is only for development debugging purposes.
and is not part of this function definition.
Will be defined/enabled in case for debugging.

TESTSUITES-DEN-3724-1 07 Oct 2020

What is this file used for?
Please put comments.

HD-DEN-5053-1 25 Sep 2020

Somehow the commands missed this. Need to add @details and remove extra space.

DIALIN-DEN-4308-1 30 Sep 2020

To be consistent with other classes, I'd recommend you subclass enum.Enum for these so the names and values can be accessed more easily.

See temperature_sensors.py for an example

DIALIN-DEN-4211-1 28 Aug 2020

Remove extra line.

UI-DEN-7044-1 29 Mar 2021

Would be better to use a non-profit website for the internet test.

UI-DEN-3605-4 08 Sep 2020

Please follow the code structure for consistency.
As mentioned above please follow the namings.

DIALIN-DEN-4211-1 27 Aug 2020

To allow toggling of print statements, replace prints with self.logger.debug("..."), self.logger.info("..."), self.logger.error("..."), etc..

DIALIN-DEN-4211-1 28 Aug 2020

Remove extra lines.

UI-DEN-3605-4 08 Sep 2020

The model #include is in the MModel.h by design.
So don't need to be included here twice.
Please follow the code structure.

UI-DEN-4598-1 30 Oct 2020

Done

UI-DEN-3605-4 09 Sep 2020

Done

DIALIN-2 09 Sep 2020

1 - pip uses requirements.txt to install dependencies. See tools/setup_environment.sh for more detail.
2 - What you're asking about is the offline install capability. I have created a ticket in Jira http://dvm-linux02:8080/browse/DIAL-34 to track this new feature request.
3 - The offline install capability addresses this situation, in the (very) unlikely event that pypi hosting can't be relied upon.
4 - No. My understanding is that we do not need to validate these libraries because Dialin is NPSW.
5 - It's fine to have all of these libraries. For example, some of them are dependencies of python-can. Periodically this requirements.txt will be cleaned if a library is no longer being used. For this change-set, I added flake8 so we can run static code analysis. Flake8 is installed along with its dependencies.

UI-DEN-3605-4 08 Sep 2020

Do you have all the commits added to this code review?
I don't see this comment either!!!
Also, all the enum names are without ID_ which your latest push on your branch shows, they have !!!

DG-DEN-3504-1 07 Oct 2020

We will want to auto-cal A2/B2 redundant load cells as well. One or neither or both load cells may require auto-cal if they stop falling before reaching target weight.

UI-DEN-3605-4 30 Sep 2020

Why did you do this!

DIALIN-DEN-3421-1 11 Dec 2020

I do not see this ID locally.

UI-DEN-3605-4 09 Sep 2020

Done

HD-DEN-4641-1 01 Dec 2020

push, 2 with space in between

UI-DEN-4690-1 09 Sep 2020

The last three are missing a description / comment

UI-DEN-4690-1 09 Sep 2020

Why can't you enable / disable the CANBus in test code?

DIALIN-DEN-3421-1 10 Dec 2020

Move or remove this msg ID. Doesn't belong here.

HD-DEN-7117-1 02 Apr 2021

RESOLVED in CODE WALKTHROUGH.

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

Please indicate the return type as "None" if a function doesn't return anything