Version Tracking Report 1.1.8

This is a quick tidy up version and has all the same basic version 1.1 functionality.

I went through my requirements list and picked off those that I had already implemented.

Tasks

Date Name Description Duration
12/08/2003 18:09:12 Changed the default naming conventions Changed the default naming conventions to:

Misc: "Default#"
Attribute Definition: "Attr#"
Template Name: "Tmplt#"
Grid Template Name: "GTmplt#"
Test Model Name: "Model#"
Graph Name: "Graph#"
Hierarchy Name: "Hierarchy#"
Hierarchy Node Name: "Branch#"
Graph Node Name: "Node#"
Graph Path Name: "Path#"
Graph Link Name: "Link#"
Entity Name: "Entity#"
Entity Instance Name: "<entityName>.#"

on some future release these will be user configurable 
11/08/2003 16:05:55 can now delete entity weighting defns It was the case that entity weighting defns could only be deleted when they were new. Changed the system so that we can now delete entity weightings. 
12/08/2003 09:32:24 Changed the progress bar reporting for saving models this means that the progress bar will always be seen when the model is saving. When the treebrowser form is not visible then the mdi form status bar will be used. 
06/08/2003 12:09:50 changed the jet and mdac warning Changed the jet and mdac warnings to have config variables controlling their display and to use the tips form. 
04/08/2003 15:02:02 Added Show Dot Warning as a config var The system would always display the dot warning at start up if it could not find the dot.exe path.

Added a config variable in the .ini file to control the display of this warning. 
05/08/2003 15:03:37 made the dot not found msgbox a dialog box Changed the warning messages to use the tips technology so that they all have the same look and feel.

Added the free link label control from http://www.epsilon-software.com which is the EPSFLA.OCX file. 

Defects Fixed

ID Name Raised Date Closed Date Description Resolution
481 Model not marked as dirty when weighting defn deleted 11/08/2003 17:36:02 12/08/2003 11:36:02 When a node weighting defn or a link weighting defn is deleted, the model is not marked as dirty so the changes can't be saved without making another change to the model.  changed now so that it is 

Open Defects

ID Name Raised Date Status Criticality Description
62 icons on buttons are not transparent 17/04/2002 OPEN LOW need to turn the .ico into .bmp and setup the mask property 
453 Import entity defn once only 29/06/2003 14:17:05 OPEN LOW The system allows the user to import an entity definition twice, or more, the system should really not allow this or should rename the imported entity or should merge the two definiitions or replace the current entity defn with the imported one.

The system should probably prompt the user with these options when they try to import a duplicate definition. 
446 save as to same db acts as a save 26/06/2003 11:38:04 OPEN LOW the save as function, when saving to the same db actually does a save, rather than saving the model as a new model in the same database 
445 rename model and db interaction 24/06/2003 18:15:00 OPEN LOW rename model, not saveed to db
quick pick list click on model - should say that model is loaded, but reloads from database (Becuase it has a different name)
should be working off the GUID 
432 path list title not changed on graph rename 24/06/2003 13:28:37 OPEN LOW the graph was in free edit mode, tree was in list mode for paths and the title on the list of paths did not change when the graph name was edited and the change committed 
426 entity instance not renamed after creation in hierarchy 24/06/2003 13:17:35 OPEN LOW sometimes, when creating an entity instance directly in the hierarchy and then saving it, it is not renamed in the hierarchy but it has been renamed in memory.

noticed when creating entity directly alt+insert 
381 filter text is editable 16/08/2002 09:46:20 OPEN LOW user can edit the text in the filter, this has no functional effect, but the user may expect that the filter can be controlled this way when it can't 
358 revert only reverts first node, not all 12/08/2002 11:55:48 OPEN MEDIUM if a number of items are changed and revert is pressed, only one of the nodes will be reverted 
134 the hierarchy browser hierarchy should maintain expansion 25/04/2002 17:55:54 OPEN LOW during restructuring, the hierarchy should leave expanded the items which are expanded 
133 The hierarchy browser tree refreshes too much on drag 25/04/2002 17:54:37 OPEN LOW this can be disconcerting when dragging,

perhaps the timer is not long enough? 

Requirements Implemented

ID Name Raised Date Status Raised By Description
413 open list in new window 23/04/2003 21:26:42 IMPLEMENTED Alan Richardson on an item which can be shown as a list e.g. an entity, when right clicked, have an [open list] option 
437 File\Save Model should be activated after model created 24/06/2003 13:37:47 IMPLEMENTED Alan Richardson the File\Save Model is only activated after opening a model but should be activated after model is created

and when there are no models loaded, the menu item should be greyed out 
452 Delete Entity Defns 29/06/2003 14:16:07 IMPLEMENTED Alan Richardson It should be possible for the user to delete entity definitions. 
433 config "can not find dot path" message 24/06/2003 13:29:38 IMPLEMENTED Alan Richardson the "can not find dot path" message on startup should be a config option and the message should have a "show at startup []" check box 
131 change mouse pointer to hourglass on save 25/04/2002 17:47:49 IMPLEMENTED Alan Richardson when busy, use the busy mouse icon

rather than just have the progress bar (the app is not threaded)