20230926 - Bug Fixes and New Features

General - Frontend

Before, the frontend code of the application would load all at once. This meant that on initial load, the user would wait a lot to download javascript code (~3MB) that may even not be used .

Now, various application sections are split into chunks, and are loaded dynamically, based on how the user navigates. This means that if you just navigate to the Work Order page, you don't need to load the code that would support the asset dashboards, administration, and maps.This generally reduces initial bundle size to ~1.2 MB.

Additionally, all the files included in the bundle were carefully evaluated, and now they are no longer included. This alone reduced the bundle size by more than ~1MB.

So, the application should now load much faster, and be a bit more performant.

Asset

  • Always update the asset current status when a message arrive, instead of applying the change in the past, causing issue where the change is not applied

Cycle time report

  • x axis values should be spaced out as it represents timestamps. Before, cycles were equally spaced out, and the interval was not correctly shown

Activity report

  • massively improve performance, it should now load in under 5 seconds.

Data

  • log missing temperature values as null in the database, instead of

    0

    K

    0K

    0K (-273.15)

No longer broken

  • Firmware management: on windows, users could not upload zip files
  • Format cycle number and interval in the monitor and reconcile skipped scans
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us