Tiffany Mejia

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

*Write functionality working to create an RX profile given a QStringList

    • -69
    • +55
    /sources/storage/RxProfilesController.cpp
    • -9
    • +5
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Cleanup Rx manager stack to separate QML components.

- Cleanup font size to fix spacing for each profile

    • -0
    • +1
    /sources/gui/qml/components/LabelValue.qml
    • -234
    • +16
    /sources/gui/qml/pages/ManagerStack.qml
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Adjust RXprofile view to have list model

- adjust signal to return list of rx models

- adjust manager stack to use view modeldata

    • -15
    • +90
    /sources/gui/qml/pages/ManagerStack.qml
    • -1
    • +1
    /sources/storage/RxProfilesController.cpp
    • -1
    • +1
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Add model list implementation, and rename files

    • -39
    • +3
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +29
    /sources/model/rxmanager/MRxProfilesData.cpp
    • -0
    • +105
    /sources/model/rxmanager/MRxProfilesData.h
    • -0
    • +346
    /sources/storage/RxProfilesController.cpp
    • -0
    • +122
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

minor file cleanup of rx profile view and model

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Added basic File reading list model to QML. File titles now displayed on RX manager screen

    • -8
    • +8
    /sources/gui/qml/pages/ManagerStack.qml
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- push deleted items in leahi.qrc

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Add Correct file path in storage globals

- Add cleanedup base of file read in rxprofiles controller, and Device controller

- Add View connection to manager stack (needs to be fixed)

    • -0
    • +19
    /sources/device/DeviceController.cpp
    • -0
    • +1
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +386
    /sources/storage/RxProfiles.cpp
    • -0
    • +214
    /sources/storage/RxProfiles.h
    • -0
    • +208
    /sources/view/VRxProfiles.cpp
    • -0
    • +126
    /sources/view/VRxProfiles.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Adjust manager stack to old working implementation

    • -120
    • +115
    /sources/gui/qml/pages/ManagerStack.qml
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Add wokring base Manager stack

- modularize components though not working when called

    • -15
    • +200
    /sources/gui/qml/pages/ManagerStack.qml
    • -52
    • +13
    /sources/gui/qml/pages/rxmanager/RxManagerList.qml
    • -0
    • +112
    /sources/gui/qml/pages/rxmanager/RxProfileComponent.qml
    • -0
    • +85
    /sources/gui/qml/pages/rxmanager/RxProfileContainer.qml
LDT-2096: Prescription Manager - SW - 01 - R&I - 05: Dev - Feature Implementation

- add Rx header to rx manager

- add base list view (WIP)

    • -3
    • +21
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +102
    /sources/gui/qml/pages/rxmanager/RxManagerHeader.qml
    • -0
    • +79
    /sources/gui/qml/pages/rxmanager/RxManagerList.qml
LDT-2428: Onboarding Test Message & Diag Screen View

change ID_AdjustDGDateTimeRsp to 0x700F

LDT-2428: Onboarding Test Message & Diag Screen View

- Make change for visibility in diagnostics screen

- Remove comments in model.

    • -2
    • +0
    /sources/model/td/data/MTDTestData.cpp
LDT-2428: Onboarding Test Message & Diag Screen View

- add model and view for message 0x7000

- Add to TD diagnostics screen and able to get output

- working on conditional view when message is received.

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +48
    /sources/model/td/data/MTDTestData.cpp
    • -0
    • +80
    /sources/model/td/data/MTDTestData.h
    • -0
    • +25
    /sources/view/td/data/VTDTestData.cpp
    • -0
    • +43
    /sources/view/td/data/VTDTestData.h
DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- remove const declaration from some QString variables in logUpload fn

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- remove const declaration from some QString variables in logUpload fn

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- remove const declaration from some QString variables in logUpload fn

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

Merge branch 'bugfix/DENBUG-325-Machine-Fails-to-Zip-Files-When-Asleep-Preventing-Upload-to-Cloud' into develop

Merge branch 'bugfix/DENBUG-325-Machine-Fails-to-Zip-Files-When-Asleep-Preventing-Upload-to-Cloud' into develop

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- Adjust order of temp backup log to be fully saved after backup log process is over

- Address minor comments in CR in globals.sh

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- Adjust order of temp backup log to be fully saved after backup log process is over

- Address minor comments in CR in globals.sh

Merge branch 'bugfix/DENBUG-325-Machine-Fails-to-Zip-Files-When-Asleep-Preventing-Upload-to-Cloud' into develop

    • -1
    • +1
    /sources/gui/qml/compounds/BPHREntry.qml
    • -2
    • +2
    /sources/gui/qml/globals/Variables.qml
Merge branch 'bugfix/DENBUG-325-Machine-Fails-to-Zip-Files-When-Asleep-Preventing-Upload-to-Cloud' into develop

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

-Fix log backup functionality in globals.sh

- Have backlog temp file to post.log function execute in run.sh