Individual Status Report

Name: Geoff Dugwyler

Date: 04-22-02

Accomplishments for week 3:

- Added move left, move right and add node functionality to Outliner.
- Attempted to make Outliner a subclass of JPanel (for easy insertion into main program).

Objectives for week 4:

- Figure out who is going to work on the Mapper/what kind of design work is needed. It's week ~14 and we've only begun work on one component!
- Complete minimal Outliner feature set. This includes:
a. Add drag-and-drop functionality for nodes in an outline.
b. Get Outliner class working properly as a subclass of JPanel.
c. Get indexing of nodes to work properly (siblings accessed numerically), and use it to properly implement node operations.
- (Secondary) Get rename to resize boxes properly.

Issues/Bugs

- XML not keeping track of the order of nodes... very perplexing/frustrating to get around.