biscicol/triplifier

complete refactor of UI code base

Closed this issue · 3 comments

The entire UI interface code (JavaScript) needs to be moved into a more 
object-oriented framework and design for long-term maintainability and 
development.

Original issue reported on code.google.com by stucky.b...@gmail.com on 9 Nov 2012 at 8:34

I've completed the majority of this task.  Some pieces remain, though.  First, 
the project import/export features have not yet been moved to the new design.  
Second, the "vocabulary manager" piece of the original code is still 
essentially as it was.  Eventually, this will probably need to be reworked, too.

Original comment by stucky.b...@gmail.com on 9 Nov 2012 at 8:36

  • Changed state: Started

Original comment by stucky.b...@gmail.com on 9 Nov 2012 at 8:50

  • Added labels: Priority-Critical
  • Removed labels: Priority-High
I'm considering this finished with revision 207.  The VocabularyManager is the 
only component of the original system that hasn't been refactored, but it seems 
sufficiently modular as is, at least enough that continuing to work on it isn't 
a high priority.

Original comment by stucky.b...@gmail.com on 26 Mar 2013 at 5:52

  • Changed state: Fixed