Mattia Pavinati

Results 26 issues of Mattia Pavinati

In the current `master` branch (v1.2.0-dev) the device page registers to device events twice, probably due to a component rerender ![Screenshot_20240424_145427](https://github.com/astarte-platform/astarte-dashboard/assets/5071605/816851b4-80d4-42ca-bd37-a707e0eee0f7)

bug

As the codebase grows, we need to increase the amount of features we're testing. Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless)...

discussion

Support CORS request to allow 3rd party backends to query the Admin REST API

good first issue
backend

When visualizing DataStream data, it would be cool if users could query data in a specific time window. Users should be able to select a `from` or `to` parameter, or...

enhancement
user experience

When developing a new application, it's common to register devices using UUIDv4. When the list becomes longer than a page, its hard to retrieve the last registered device without checking...

enhancement

Deleting a device with an invalid introspection crashes realm management as it tries to load the interface definition from the DB. **Steps to reproduce** - Register a device with an...

bug
app:realm_management