Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface for MarketplaceVisualizer #180

Open
7 of 8 tasks
goergch opened this issue May 4, 2018 · 0 comments
Open
7 of 8 tasks

Interface for MarketplaceVisualizer #180

goergch opened this issue May 4, 2018 · 0 comments

Comments

@goergch
Copy link
Member

goergch commented May 4, 2018

For visualization of processes in the marketplace, there will be a component called MarketplaceVisualizer. It processes live information from the marketplace and displays in an animation.

Following information is needed:

  • a machine connects/ disconnects (live), which machines are connected (pull) (machine name, machine type (cocktail, 3dprinter,...)

  • a machine sent a offerrequest (live) (machine name, recipe id)

  • a machine payed a offer (Payment StateChange)(live) and the corresponding BTC Transaction(PayingTransactionChanged)(live)(machine name, recipe id)

  • a license update was triggered by the machines (live)(machine name)

  • a machines produces a cocktail(live), depends on extended protocols from the machines (machine name, recipe id)

  • a new TDH registers(live)(user id)

  • a new cocktail recipe is uploaded(live)(recipe id)

  • statistics of the Statistics Page from JMW (count of licenses,...)

Possible implementation:

  • socket-io events for live information
@goergch goergch added this to the M11: Aftermath milestone May 4, 2018
@MBeuttler MBeuttler removed their assignment May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants