VAdjustmentServiceDates.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
RESOLVED

RESOLVED

Updated the code to not show any decimals.

Updated the code to not show any decimals.

Displaying hours as a float can be confusing and not user-friendly. For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity. Please co...

Displaying hours as a float can be confusing and not user-friendly.
For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity.
Please consult with the system team to explore a more intuitive format for representing time, such as separating hours and minutes (e.g., "11h 42m" or 11:42) for better clarity.

RESOLVED

RESOLVED

Done

Done

please use the settings configuration formatting when needed in the following function: void View::VHDUsageInfo::onActionReceive(const HDUsageInfoResponseData &vData) *if there are other places ...

please use the settings configuration formatting when needed in the following function:

void View::VHDUsageInfo::onActionReceive(const HDUsageInfoResponseData &vData)


*if there are other places as we talked please update them with that as well.*
*please define the QSTring variable on top of the function and then used that variable (aka move your private variable in the function scope)*

_serviceDateFormat = _Settings.dateFormat();


and remove the private variable:

    const QString _LastTreatmentDateFormat    = "yyyy/MM/dd";
UI-DEN-17055_UI DN Release
UI-DEN-17055_UI DN Release
RESOLVED.

RESOLVED.

Sure Sean, if that is the decision, will do it soon and create a case for that. I also believe some other CL Switches need to be removed, which were only implemented for our testing at the time (CA...

Sure Sean, if that is the decision, will do it soon and create a case for that.
I also believe some other CL Switches need to be removed, which were only implemented for our testing at the time (CANBus).

Issue DEN-13441 - MR: Make the Dialin log permanent with no switch [CL switches review/removal] has been successfully created

If this is to log Dialin messages, we should always do that (no switch). If a Dialin command is given/responded to, we definitely want to know about that - so want to see it in the log. Dialin comm...

If this is to log Dialin messages, we should always do that (no switch). If a Dialin command is given/responded to, we definitely want to know about that - so want to see it in the log. Dialin commands are always one-shot type messages, so will not impact log size.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED

RESOLVED

This code is going to be used later in the Log Export for slow transfer & confirmation for the USB port slow transfer issue. I kept it in the application repo to keep it safe. Commented out to not ...

This code is going to be used later in the Log Export for slow transfer & confirmation for the USB port slow transfer issue.
I kept it in the application repo to keep it safe.
Commented out to not affect the coverage.

http://dvm-linux02:8060/cru/#UI-DEN-12716-2CFR-30978 in PostTreatmentReview.qml@40

http://dvm-linux02:8060/cru/#UI-DEN-12716-2CFR-30978
in PostTreatmentReview.qml@40

Where would this value change?

Where would this value change?