PepperonIT / blockly-site

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

User - edit program in queue #24

Closed casperlundberg closed 1 year ago

casperlundberg commented 1 year ago

The user who sent a program to the server should be able to edit that said program. Easiest way to do this will be to resend current workspace and overwrite the previous sent program with the new one. This can be done by giving each program an id and then locate the id in the queue to overwrite that program. Another solution is to use the "name your program" feature and limiting the queue to have only one program per "name" and then overwrite programs based on names instead.

noorbhtiti commented 1 year ago

I am still waiting for this issue to be done before continuing with issue #25 @SimonHotDog