Skip to content

Add save as xml / load xml features

Michael Jae-Yoon Chung requested to merge xml into master

How to test this MR.

  1. Create any program as usual and run it. Make sure the program run as expected.
  2. Click "Download as XML" button. Make sure the browser downloads an xml file.
  3. Remove the blocks, click "Choose File" button, and select the downloaded xml file. Make sure the previously created blocks reappears.
  4. Click Run button and make sure the program runs as expected.

@elana99 can you take a look at this MR with the testing instructions above?

cc @saihn @nakuram @strato95

Merge request reports