root/gaphor/tags/gaphor-0.1.0/TODO

Revision 126, 1.0 kB (checked in by arjanmol, 6 years ago)

::

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 As always, there is much to do...
2
3 - Diagram items should be created for lots of model elements
4   (we currently have Actor, UseCase, Comment and the fancy line that connects
5    a comment with another model element). Also a buch of relationships are
6    already implemented (Generalization, Include, Extend, Dependency).
7    Next we should focus on the Association and then some static model elements
8    like classes and packages.
9
10 - Overall user interface... I have some vague idea how to set it up, but
11   I need someone with a little vision to create me a useable UI.
12
13 - Exporting diagrams to UML XMI, code, images (SVG/png), etc.
14
15 - Set up a plugin architecture.
16
17 More specific:
18 - Popup menu's: they should be created through an ItemFactory, but what is
19   the most easy interface for adding those items (esp. for plugins)
20 - Some logic about what classes can be connected to each other should be
21   moved from the DiagramItems to the data elements.
22 - A more pattern driven design (using Factories, Singletons etc.)
Note: See TracBrowser for help on using the browser.