hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
90 stars 20 forks source link

feat(22644): Add confirmation step and data upload to form #448

Closed vanch3d closed 3 weeks ago

vanch3d commented 3 weeks ago

See https://hivemq.kanbanize.com/ctrl_board/57/cards/22559/details/

This PR is the fifth and final step in the Batch Subscription epic, allowing users to confirm the batch mode and upload the subscriptions to the form.

It displays a simple summary, with either an error message (if no valid subscription is defined) or a confirmation (when one or many subscriptions are ready to be uploaded

Upon confirmation with the main CTA on the form, the batch subscriptions replace any subscriptions already created for the adapter. This operation is not reversible.

Before

screenshot-localhost_3000-2024 06 05-15_38_11

After

screenshot-localhost_3000-2024 06 05-15_39_01

screenshot-localhost_3000-2024 06 05-15_39_13