/mysystem

system diagram tool for use in CLEAR project.

Primary LanguageJavaScript

MySystem

Part of the CLEAR project, MySystem is a system diagraming tool. Part of the goal is to be a light-weight javascript
component to be used inside something like mozSwing (?)

See the basecamp docs for the project description for CLEAR
See Alexes Narratives in this spreadsheet

Dependencies

Based on WireIt
Which uses YUI

(note that currently all dependent libraries are included in this repo, should probably be fixed up…)

Todo

  1. Save Data:
    1. Decouple view from models
    2. Make json call to some remote service
    3. Make some endpoint for storing data
    4. Adding users / roles groups to “portal”
  2. Subsystems: The ability to add ‘sub-modules’ inside of modules (nested modules)
  3. Clean up dependencies on YUI if possible.
  4. restructure this repository
  5. ?? more!