DECA-250: Refactor exporter.js to not need to use visSwitcher.js

Metadata

Source
DECA-250
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-05-14T14:16:55.862-0400
Updated
2012-07-10T13:50:50.605-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Export

Description

visSwitcher.js is a strange component, and it's function of hiding/showing elements should be better handled by the export itself or through its use of the renderer. The visSwitcher was already removed from the exportControls and should be removed from Decapod after exporter.js is refactored.

Comments

  • Justin Obara commented 2012-07-09T15:15:28.808-0400

    Refactored exporter.js to have it's own functions for showing the instructions and status. Removed visSwitcher code as it is no longer used by anything.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-ui-iteration4

  • Justin Obara commented 2012-07-10T13:50:03.356-0400

    Merged into the googlecode repo

  • Justin Obara commented 2012-07-10T13:50:50.605-0400

    Merged into the googlecode repo