⇤ ← Revision 1 as of 2009-06-18 01:31:37
Size: 1095
Comment:
|
Size: 1094
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
== Visual Design == | == Visual Design == |
C# Programming Object Model
The next few sections discuss the overall approach to programming the database interface. WARNING: This was done in a frenzy and will most likely need to be reworked! Time was much more important than neatness. Later we WILL be introducing some better "software engineering" practices. At the time of this writing we already have over 57 KLOC.
Visual Design
We are using Menus and tabbed panels within tabbed panels. Until we have time, look at the design for more info.
Object to Database Integration Model
FORM CONTAINS:
HashMap<FieldRomanNumeral,FieldData{Field Information, List<SquareData>}>
HashMap<FieldRomanNumeral|SquareDesignation, SquareData{Square Information, List<BaseLocusData>}>
Incidentally the List<SquareData> should match the tabs shown under the squares tab for that Field. Can we map it directly?
Also, the List<BaseLocusData> maps the the list of tabs showing the loci - even though these are not "controls" each BaseLocusData element will contain controls.