mirai icon indicating copy to clipboard operation
mirai copied to clipboard

feat: Added support for `MiraiStream` for widgets inter-communication

Open i-asimkhan opened this issue 1 year ago • 5 comments

Description

Added support for MiraiStream for widgets inter-communication

Related Issues

Type of Change

  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Code refactor
  • [ ] Build configuration change
  • [ ] Documentation
  • [ ] Chore

i-asimkhan avatar Jul 11 '23 06:07 i-asimkhan

It looks like this PR is out of date @i-asimkhan after merge #119

RodolfoSilva avatar Aug 05 '23 23:08 RodolfoSilva

A illustration how MiraiStream could work.

image

  • name refers to the event name that is triggered, such as OnChanged.
  • id is a unique identifier that distinguishes between triggered events, serving as an additional filter.
  • data is a dynamic value that can be used elsewhere, representing a value that's already in the runtime state, like an input value.

@i-asimkhan @divyanshub024

RodolfoSilva avatar Sep 28 '23 00:09 RodolfoSilva

It looks like this PR is out of date @i-asimkhan after merge #119

Hey @RodolfoSilva Thanks for noticing this. We are focusing on other stuff like network calls and form-data submission along with an API call. I think this pr will change a lot as we finish those changes.

i-asimkhan avatar Sep 28 '23 06:09 i-asimkhan

There is any Branch or PR that I can check @i-asimkhan? Maybe I can help in something.

RodolfoSilva avatar Sep 28 '23 10:09 RodolfoSilva

@RodolfoSilva This work is paused for the moment as we are busy with other things. So, feel free to take this up.

divyanshub024 avatar Sep 28 '23 10:09 divyanshub024