drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

[Console] refresh based on changes #200

Open ctron opened 2 years ago

ctron commented 2 years ago

Currently in the console we refresh after executing a change. e.g. in the device registry, we remove/add/update a device, and then refresh.

However, sometimes (like deletions) this takes a bit longer so one needs to manually refresh. Which also isn't always obvious how to achieve that.

It would be nice, if we could use the change events in Kafka also to send out changes to the console frontend.

cloorc commented 1 year ago

Hi, could you please give me some advice on how to build dist for console-frontend? I've tried building drogue-cloud-console-frontend but no dist folder had been built, so I'm struggling on enabling console from drogue-cloud-server --enable-console-frontend --ui-dist .... Any help would be appreciate!

cloorc commented 1 year ago

Hi, could you please give me some advice on how to build dist for console-frontend? I've tried building drogue-cloud-console-frontend but no dist folder had been built, so I'm struggling on enabling console from drogue-cloud-server --enable-console-frontend --ui-dist .... Any help would be appreciate!

Sorry, I didn't look through all reference from https://book.drogue.io/drogue-cloud/dev/developer-guide/index.html#_building , it's all here. Super excellent!