PepperonIT / blockly-site

react app running Blockly
Apache License 2.0
1 stars 0 forks source link

Show queue #19

Closed casperlundberg closed 1 year ago

casperlundberg commented 1 year ago

The queue, i.e something that looks like a chat on the right side of the Blockly component was requested during open house. Think, Zoomchat but it is the queue of the programs. Every program should also have a name and id so they can be identified.

casperlundberg commented 1 year ago

Div-tag for the queue is added

SimonHotDog commented 1 year ago

A functioning queue has been added. It only needs some small polish, like time estimates, until it can be considered finished.

casperlundberg commented 1 year ago

Have we decided together with the backend if the client should ask for updates (like it is now) or if the backend will broadcast updates of the queue to every client?

SimonHotDog commented 1 year ago

No. I implemented it in the client, since the backend had no support for it, and I hadn't received any indication that it eventually would.