astarte-dashboard icon indicating copy to clipboard operation
astarte-dashboard copied to clipboard

Astarte dashboard

Results 24 astarte-dashboard issues
Sort by recently updated
recently updated
newest added

By design, Astarte currently accumulates stats about data sent by the device to the cloud. However it does not compute stats about data sent from the cloud to the device....

good first issue
user experience

The Dashboard currently performs strict parsing on data coming from queries to Astarte. When data cannot be correctly parsed, the entire query is failed and this results in an error...

minor

Cypress tests should be updated and refactored in order to write assertions that are less prone to errors due to the browser taking too long to perform actions. Indeed, tests...

chore
testing

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. Changelog Sourced from vite's changelog. 5.0.13 (2024-03-24) fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250 Commits 80b1b07 release: v5.0.13 d2db33f fix: fs.deny...

dependencies

Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.11 to 3.0.1 Release notes Sourced from @​cypress/request's releases. v3.0.1 3.0.1...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together. Updates `tough-cookie` from 2.5.0 to 4.1.3 Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery...

dependencies

closes https://github.com/astarte-platform/astarte-dashboard/issues/419

The documentation provided in the README file should be review to ensure that the presented concepts and instructions are up to date.

documentation

To improve the responsiveness of the UI, we could evaluate how to properly cache data that doesn't change often, such as the interface list (which is used by different pages...

chore

Redux is a very flexible framework but: - It requires writing a lot of logic, and it has a steep learning curve that hinders work from new contributors. - It's...

chore