Commit Graph

59 Commits

Author SHA1 Message Date
hardya
f174ac7747 Schema Changes:
Attributes (generally size and dimensions) added to REGULATORS, BASES and HOUSINGS.
Changed primary keys on CONNECTION_ORIENTATIONS, FILTERS, REGULATORS to be 'code' rather than 'id'-based.
Altered ENQUIRIES to make contact names, addresses and contact mechanisms explicit within the enquiry rather than using the general contact mechanism.

Seed Data:
Changed 'code' values for HOUSING_TYPES, METER_TYPES, REGULATOR_TYPES and SERVICE_PRESSURES to match their descriptions.

Documentation:
Updated Documentation/Design/DatabaseItemToFunctionalSpecificationReference.xls in line with schema changes.

Demo Data:
Includes modules and related data from the MIP140306 Access database.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2857 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-15 10:29:55 +00:00
hardya
fcbdbb3d4b Modified METERS and MODULES tables to have standard dimension columns as per MIP5.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2854 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-14 10:05:59 +00:00
hardya
63161f1e4a Added Documentation/Design/DatabaseItemToFunctionalSpecificationReference.xls as a cross reference between table columns and Functional Specification appendix data items. Incomplete - requires completion of mandatory column information.
Schema Modifications: Removed column 'Outlet Pressure' from ENQUIRIES table.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2852 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-13 17:17:01 +00:00
hardya
010740d3ce Added table BYPASS_REASONS
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2850 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-13 15:24:20 +00:00
hardya
e18a8f6cb7 Removed 'not null' requirements from ENQUIRIES table to allow the saving of an incomplete enquiry.
Corrected Data/Seed/enrt.ctl and Data/Seed/part.ctl to allow enquiry roles to be loaded.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2845 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-12 17:21:32 +00:00
hardya
f5e160010b New tables:
PASSWORDS - holds history of passwords for parties
 ACCESS_CONTROLS - hold page, item / role information for authorization purposes.

Modified tables:
 ENQUIRIES - meter size removed. Replaced by foreign key to METER_SIZE_CODES.
 COSTS - includes AICO_CODE and DESCRIPTION for use as cost details for Additional Items.

General modifications:
 Yes/No columns modified to VARCHAR2(3)

Modules:
 Added mip_security.pck. Supports Authentication and Authorization (update of the original POC version)

Respository:
 Created new directory structure to hold persistent data. Currently includes Data/Seed for base table values and Data/Demo to populate various party and relationship tables.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2838 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-12 12:07:25 +00:00
hardya
edbf2fc279 Added tables service_pressure_types and meter_size_codes.
Added missing attributes to enquiries table.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2829 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-08 15:13:45 +00:00
hardya
b99f1de15a Changes to party relationship and contact mechanism areas - use of primary keys, etc.
Changes to all 'role types' tables - now encapsulated within single table ROLE_TYPES.

Minor fixes to attributes for naming consistency, etc.

Included InstallMIP.cmd to perform schema installation.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2825 248e525c-4dfb-0310-94bc-949c084e9493
2007-11-08 10:01:07 +00:00
hardya
2b689471c6 First schema test build.
mip.sql creates schema objects into schema.

InstallSeed.cmd loads seed data (pass username, password and database connection string)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2799 248e525c-4dfb-0310-94bc-949c084e9493
2007-10-19 16:13:16 +00:00