iot-app-kit icon indicating copy to clipboard operation
iot-app-kit copied to clipboard

feat(dashboard): use react-components RE components to update dashboard RE for modeled and unmodeled data

Open ssjagad opened this issue 7 months ago • 0 comments

Overview

  • updated RE to use new RE components in react-components package for modeled and unmodeled tab
  • hooked up new RE footer to each tab to update query accordingly
  • perform correct disabling/selection of buttons and selection states based on amount of widgets selected + selected widget type
  • added prop to allow for descriptions to be added for explorer table headers and added it to the modeled RE component to match current RE implementation
  • added ariaLabel to each row of table to allow UI testing helpers to remain the same
  • edited MSW to work with new RE components in listAssociatedTimeSeriesCall
  • removed 2 kpi tests regarding multiselect since selection for KPI properties is now singular through new components

Verifying Changes

https://github.com/awslabs/iot-app-kit/assets/145582655/536f5405-7106-4fe8-9989-bdead370d9f7

Screenshot 2024-07-11 at 8 42 27 AM

Legal

This project is available under the Apache 2.0 License.

ssjagad avatar Jul 10 '24 07:07 ssjagad