e2e | ||
platforms/ios | ||
plugins | ||
resources | ||
src | ||
typings | ||
www | ||
angular.json | ||
browserslist | ||
config.xml | ||
ionic-migration.json | ||
ionic.config.json | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
readme.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
Aiber
v1.0.0 released 22/09/2020 First release for testing
v1.0.1 released 30/09/2020 Released after bugfixes:
- VE3:46 - home.page.ts - Removed unnecessary airway button colour setting from confirmAVPU() function (~line 288).
- VE4:19 - home.page.html, home.page.scss, main.page.scss - Changed layout of home.page.html to remove ion-header and ion-footer tags. Adjusted styles to suit page layout. Fixed places where styles were set as X% and replaced with Xpx instead. Specifically added "left" measurement to avpuText class. Adjusted ion-content position to center on screen (various lines in both files).
- VE5:29 - main.page.html - Removed previously specified footer z-Index levels, leaving at system-wide level.
- VE6:1a - main.page.scss - Specified header z-index level to be 5, rather than going with system-implemented level of 10.
- VE6:1b - main.page.scss - Specified z-index levels of 5 to both chatAreaAlt and chatAlt (chat box and chat close X respectively).
- VE6:5(1) - main.page.ts - Added netListening boolean flag and made netListen() function dependent on it being false (~lines 435 & 683).
- VE6:5(2) - iOS - Keyboard entry lag fixed by upgrading from iOS 13.5; iPads were updated to iOS 14.0.1 based on time availability.
- VE10:1 - main.page.ts - Age is read from the PAX DETAILS form. If this has nothing in it, 0 is assumed (as the field is a numeric). Added more specific checking mechanisms for zeroed age to supress this (~lines 2990, 2977 & 3096).
- VE10:9b - main.page.ts - Removed "RETURN" key from pax form fields; may replace this with "next" at some point, which will be more useful.
- VE10:15 - main.page.ts - Removed explicit "hiding" of Signs & Symptoms and Treatment Given panels; allowed report window to exert automatic top layer placement instead (~line 2776).
- NO REF (ASANA 8) - minikeyboard.component.scss - Specified z-index level to be 5, rather than 14000 (~line 11).
- NO REF (ASANA 9)- home.page.ts - Explicitly set both consciousness select buttons to empty content (~line 180).
- NO REF (ASANA 10) - main.page.ts - Explicitly hide keyboard when chat closed and show keyboard when chat open (~lines 975 & 983).
- NO REF (ASANA 11) - main.page.ts - Added explicit checking of network status change on closing of network status dialog box (~line 765).
- NO REF - main.page.ts - Added capability for admin user to switch Communicable Disease and ECG toolbar buttons on and off. Typing the following into the HISTORY OF INCIDENT has the relevant actions:
Text Entered | What this does |
---|---|
??cd?? | Hides Communicable Disease Button |
??ecg?? | Hides ECG Button |
??all?? | Hides Both Communicable Disease and ECG Buttons |
..cd.. | Shows Communicable Disease Button |
..ecg.. | Shows ECG Button |
..all.. | Shows Both Communicable Disease and ECG Buttons |
v1.0.2 released 23/11/2020
Released after bugfixes:
-
UR1 - Splash screen - increased time displayed to 7 seconds minimum.
-
UR5 - Send button in chat - Rremoved the "DONE" button, made the "SEND" button into a normal chat send "plane" and added the same "plane" button to the right of the chat entry box. This should avoid any confusion.
-
PI2 - Text fields in PAX form not showing cursor - Added field styling to indicate that field has been selected and also removed scroll to top and field padding as an Ionic default behaviour with form fields.
-
PI5 - Keyboard "tapped" indication intermittent - This was fixed automatically by the Ionic 5/Angular 9 upgrade.
-
PL12 - Date of birth spinner confusing - moved DOB and Age onto same line (saves space) and created a panel (where the keyboard normally sits) to allow easy date entry.
-
MISC - Removed backlink to AVPU screen from Main screen.
-
MISC - Whole screen scrolls when swiping up - Added —overflow: hidden to body styling on AVPU screen.
-
MISC - Queue Manager failure - Added routine to check API existence. Added check strings to both start of incident and ongoing incident item queueing, to ensure no duplication.
-
VE5:21 - Clock/tick/green tick cycled twice per message; status update animation recalled after final poll; prevented second call. The last change to the animation required that only the clock and tick animate. The green tick is introduced when the message is finally and fully propagated to the cloud database on the final pass.
-
MISC - Code review Angular Update - Updated both Ionic (to v5) and Angular (to v9)