thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Make Empty Page for Import/Export Links #440

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

When people share graphs via export, there should be a blank page they can go to. I don't think the page works so well when there is no data argument following the base URL.

everbeek commented 9 years ago

I wanted to add an empty page URL as instructions in the import data structure. I realized that this would be complicated by embedding it in an iFrame. I got it working, and I tested by makign a sample page doing this:

The resulting URL fetched and included in the exported data was correct (iframe loaded with http://127.0.0.1:8888/conceptPathToRoot.html, which showed up correctly in the embedded instructions, with iframe present in a page at iframeconceptPathToRoot.html). Works in IE, Firefox, Chrome.

everbeek commented 9 years ago

The imports are showing up with undo/redo titles like "Path to Root". I need to get them labeled as imports...then I am finished with imports and the empty page to support them.