BuggleInc / webPLM

Web Interface of the PLM (JavaScript + Play framework)
https://plm.telecomnancy.univ-lorraine.fr
GNU Affero General Public License v3.0
11 stars 14 forks source link

Skipping the draw by use operations, displaying SVG instead #163

Closed JulesCohonner closed 6 years ago

JulesCohonner commented 6 years ago

We wanted to skip the drawing by canvas and create the drawing in the backend.

Server now send SVGOperations when user run exercise.

For the moment to get the first state of the world or run the demo you need to send an empty request when you execute the code. Client does not not get the currentState of the world at the initialization, that's why steps needs to be filled in the server.

We begin to comment the JS that won't be use anymore but this is not finished yet.

The button to get back at the first state of the world is not correctly implemented and needs to be fixed.