iVis-at-Bilkent / newt

A web application to visualize and edit pathway models
http://newteditor.org
GNU Lesser General Public License v3.0
52 stars 27 forks source link

Convert PD to AF using service #680

Closed ugurdogrusoz closed 2 years ago

ugurdogrusoz commented 3 years ago

We should implement a conversion operation of PD maps to AF maps and open the AF maps constructed in a new Newt tab. Let's do this in a separate branch or as a PR for now.

ugurdogrusoz commented 3 years ago

After testing the deployment here, below are some issues.

UI improvements on PD2AF conversion facility:

Issues/bugs:

Tasks:

acanalpay commented 3 years ago

For UI improvements, commit 8f40f2ba356a9dfc24398644f73299a72df7de31 addresses the problem 1 and 2

acanalpay commented 2 years ago

There was a bug when adding map description to the new AF map, PD map description also changed and become AF map's description. Commit 1667d9697dc5cf7c0bb6a31e87526d7e0bfa8781 fixed that bug

ugurdogrusoz commented 2 years ago
  1. infer nesting on load should be set back to its original value (default false) after the conversion (it stays true even if the original value is false)