Version Tracking Report 0.1.31

the after the holiday release.

Main Changes:
o extends the timeout period to 15/9/02
o reinstates the topmost node/link styles form using a different mechanism
o extend goto tab to show structural references
i.e what hierarchy is it in, what path, what graph, inlinks, outlinks, fromnode, tonode, entity
o standardised tree browser popup menu new > functionality
o bug fixes

Tasks

Date Name Description Duration
15/08/2002 15:35:59 extend goto tab to show structural relationships The goto tab now shows structural relationships.

These are internal model relationships which are used for navigating around the model. These can be identified in the list as the Type name starts with [].

If the item is in:
a hierarchy then []Hierarchy refers to a hierarchy that it is in.
a graph then []Graph refers to the graph
a path then []Path refers to the path

if the item is a:
 node then the outlinks and inlinks are displayed
link then the from node and to node are displayed
entity instance then the entity is displayed

Double clicking on the item will open the edit dialog for the structurally related item. If it is a hierarchy then the hierarchy will be positioned at the item branch.
 
0.75 
12/08/2002 17:40:13 allow delete of node, link weightings we can now delete node and link weightings 
12/08/2002 15:45:37 added code to graph edit to select item when clicked added code to graph edit to select item in addflow diagram when clicked on in the list  0.25 
12/08/2002 11:00:12 topmost node/link styles dialog used a different method to keep the node/link styles dialog on top and it seems to work  0.5 

Defects Fixed

ID Name Raised Date Closed Date Description Resolution
373 create database when dbdefn file missing 15/08/2002 16:20:08 15/08/2002 16:30:08 the system goes into an infinite loop at this point  changed code 
371 treebrowser insitu list names are not updated on amendment 15/08/2002 14:25:17 15/08/2002 14:50:17 when an item is displayed in the in situ edit and list screen and is edited off situ then all displays are updated except the insitu list.   
370 entityDefn screen does not close when close clicked 15/08/2002 14:04:08 15/08/2002 14:10:08 the close button on the entityDefn edit screen does not close the dialog  this was a result of a code tidy and was only present in this release, the same thing happened on model properties edit too. 
369 create new graph or hierarchy and they do not open 14/08/2002 18:40:30 14/08/2002 19:30:30 in the tree browser, creating a new graph or hierarchy does not open them for editing. everything else - path, entity, instance do open.  refactored code 
368 tree browser popup create new should select item 14/08/2002 18:31:56 14/08/2002 18:40:56 when an item is created via the tree browser pop up menu then that item should be selected in the tree browser  tweaked code a little 
367 can only add 1 new weighting at a time 13/08/2002 09:45:33 13/08/2002 10:55:33 when trying to add more than 1 new weighting we are told that weightings cannot be named the same, even if they have different names  the wrong field was being compared - fixed 
365 entity descriptions are not loaded from the DB 12/08/2002 17:15:48 12/08/2002 17:20:48 another object where the description is saved but not loaded from the DB  added the code 
364 in situ edit of item in tree allows blank name 12/08/2002 16:55:24 12/08/2002 17:03:24 the name is not made blank in the entity but it is shown as blank in the tree.

This applies to graph, node and in the hierarchy browser 
added special case check 
363 graph description not loaded back from DB 12/08/2002 16:00:39 12/08/2002 16:05:39 the graph description is saved to the database but is not loaded back in  line of code added 
361 new links not appear in graph edit links list 12/08/2002 15:05:45 12/08/2002 15:15:45 the links list on the left of the graph edit dialog does not get updated when new links are added to the graph  just needed to add the code to do it 
357 node style revert always sets to ellipse 12/08/2002 11:35:50 12/08/2002 11:55:50 when the node style dialog is used and revert is pressed, the node shape is always set to ellipse, no matter what shape it was before  the shape status wasn't being saved initially so couldn't be restored - amended code 

Open Defects

ID Name Raised Date Status Criticality Description
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? 
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 
208 entity create needs saved twice 30/05/2002 16:24:02 OPEN MEDIUM when creating an entity, and saving it.

the save is made but the form brings up the save button once again. the second save commits and does not ask for another save

this is a sporadic problem and may be due to an oversensitive keyboard setting on the laptop? 
321 transmute a branch to entity does not update treebrowser 03/07/2002 15:00:07 OPEN LOW the tree is not updated and neither is the list if the list is displayed 
62 icons on buttons are not transparent 17/04/2002 OPEN LOW need to turn the .ico into .bmp and setup the mask property 
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 
359 node/link styles dialog title 12/08/2002 14:45:13 OPEN LOW the title should have the M1:G1 code of the relevant graph to make it easier to identify 
360 graph edit popup needs more items 12/08/2002 14:55:29 OPEN LOW there should be functionality from the right click menu to:

show the node/link styles dialog
export client side image map
show nodes/links

i.e. the toolbar functions 

Requirements Implemented

ID Name Raised Date Status Raised By Description