cloudsync

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CS-10: The Log upload to the cloud

- empty out the out.buf with echo "" > could cause the application to assert out, and seems the "" is not empty in "QString.isEmpty()"

CS-10: The Log upload to the cloud

- Adding error handling

- Adding an easier testability to the UI and CS, since CS needs the out buf to be emptied out or to be deleted, made UI to retry to add the watch in that case when the out buff is recreated.

    • -1329
    • +1362
    ./CloudSyncController.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 6 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 8 more files in changeset.
Merge branch 'DEN-16657-UI-BN-S116-EmptyPatientID' into staging

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 3 more files in changeset.
CS-13: Patient ID set as fix if not entered by user

- Enabled the CS timers to look up for the pending txr.

- Fix a typo which caused Settings screens notification cover by Minimized Alarm.

- Added a default Patient ID "NoPatientIDEntered" to be stored as, in the Txr, in case skipped.

  1. … 5 more files in changeset.
CS-13: Patient ID set as fix if not entered by user

- Enabled the CS timers to look up for the pending txr.

- Fix a typo which caused Settings screens notification cover by Minimized Alarm.

- Added a default Patient ID "NoPatientIDEntered" to be stored as, in the Txr, in case skipped.

  1. … 5 more files in changeset.
DENBUG-192: UI: CloudSync log files retention

The CloudSync ticket is the following:

CS-9: CS: CloudSync shall delete old daily basis logs on 15% used space in its log folder.

- added two message handler for the ID 11

-- 1011 UI=>CS [ P1<percent to be delete to be max used> ] )

-- 2011 CS=>UI [ P1<number of deletion>, P2<total deletion size in MB>] )

  1. … 2 more files in changeset.
DENBUG-192: UI: CloudSync log files retention

The CloudSync ticket is the following:

CS-9: CS: CloudSync shall delete old daily basis logs on 15% used space in its log folder.

- added two message handler for the ID 11

-- 1011 UI=>CS [ P1<percent to be delete to be max used> ] )

-- 2011 CS=>UI [ P1<number of deletion>, P2<total deletion size in MB>] )

  1. … 2 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 12 more files in changeset.
CS-10: The Log upload to the cloud

- Added the op_mode as Standby to the disinfect condition.

CS-10: The Log upload to the cloud

- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature.

- If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format.

- Improved the code and fixed some of TODO sections.

- Added PROPERTY for the application running environment in GuiView to use in export log.

- Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen.

- Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used.

- Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.

CS-11: CloudSync Factory Reset deletes the configurations (does decommissioning)

- moved the cs factory reset call for the decommissioning.

- fixed the TimedProcess timeout call.

- fixed signal emits without emit keyword.

  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 12 more files in changeset.
Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into staging

  1. … 4 more files in changeset.
CS-11: CloudSync Factory Reset deletes the configurations (does decommissioning)

- moved the cs factory reset call for the decommissioning.

- fixed the TimedProcess timeout call.

- fixed signal emits without emit keyword.

  1. … 2 more files in changeset.
CS-10: The Log upload to the cloud

- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature.

- If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format.

- Improved the code and fixed some of TODO sections.

- Added PROPERTY for the application running environment in GuiView to use in export log.

- Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen.

- Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used.

- Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.

  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 30 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 10 more files in changeset.
CS-10: The Log upload to the cloud

- The first draft of the implementation.

  1. … 5 more files in changeset.
CS-10: The Log upload to the cloud

- The first draft of the implementation.

  1. … 5 more files in changeset.
CS-10: The Log upload to the cloud

- Refactor some functions for better naming

  1. … 2 more files in changeset.
CS-10: The Log upload to the cloud

- Refactor some functions for better naming

  1. … 2 more files in changeset.
DEN-16675: UI: Log export between different devices on the same USB drive has conflict of names.

- The Log Cycle naming has been added for each defined cycle.

- it partially has implementation but has been took out to the CS-10: The Log upload to the cloud

  1. … 5 more files in changeset.
DEN-16675: UI: Log export between different devices on the same USB drive has conflict of names.

- The Log Cycle naming has been added for each defined cycle.

- it partially has implementation but has been took out to the CS-10: The Log upload to the cloud

  1. … 5 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 611 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 611 more files in changeset.
DENBUG-75: UI: Treatment log data via USB does not match with data displayed on the Treatment Review Screen

CS-5: @ UI: TxCode generation on device

~ Added QRCode for the TxCode

- Added a Third-Party Open-Source MIT Licence QRCode generator from the following link:

* Copyright (c) Project Nayuki. (MIT License)

* https://www.nayuki.io/page/qr-code-generator-library

- Created a QRCode component

- Added the QRCode generation functionality in the GuiView

- Added QRCode for both the Pre-Tx-Confirmation (UI Generated) and Post-Tx-Review (CS received)

- Moved the CS TxCode Receive wait "..." from C++ to QML to keep the TxCode empty while wait to avoid displaying the "..." as a QRCode.

- Animated the CS TxCode Receive wait "..."

~ Added development testability for the CloudSync communication

~ Fixed the date change buf file watch to wait for the CS to get the checkin and create the out buf file.

CS-3: CS: Heparin OFF o the HCP portal Treatment report

- Fixed some issues in the create treatment screen on heparin type

- Combined the separated values for log and GUI into one values for both.

- Added the functionality for the TreatmentConfirm (Pre-Tx), TreatmentReview (Ppost-Tx), TreatmentReport (log) for the heparin values.

DENBUG-75: UI: Treatment log data via USB does not match with data displayed on the Treatment Review Screen

DENBUG-75: UI: Treatment log data via USB does not match with data displayed on the Treatment Review Screen

- removed the qtcode component from the two screen of the treatment confirm, review for P1 release.

  1. … 18 more files in changeset.
CS-5: @ UI: TxCode generation on device

~ Added QRCode for the TxCode

- Added a Third-Party Open-Source MIT Licence QRCode generator from the following link:

* Copyright (c) Project Nayuki. (MIT License)

* https://www.nayuki.io/page/qr-code-generator-library

- Created a QRCode component

- Added the QRCode generation functionality in the GuiView

- Added QRCode for both the Pre-Tx-Confirmation (UI Generated) and Post-Tx-Review (CS received)

- Moved the CS TxCode Receive wait "..." from C++ to QML to keep the TxCode empty while wait to avoid displaying the "..." as a QRCode.

- Animated the CS TxCode Receive wait "..."

~ Added development testability for the CloudSync communication

~ Fixed the date change buf file watch to wait for the CS to get the checkin and create the out buf file.

  1. … 11 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 18 more files in changeset.
DEN-16502: UI: CS: CloudSync out buff is created by UI which causes permission issue for CloudSync

- figured a way to delay the CS during normal bootup and reverted back the TODOs for the CS POST results.