Features
Deep Space provides:
automated model checks
ability for you to define your own list of model requirements
ability to map your model report to the automated checks
ability to show this in a Report page
Workflow
The implementation generally occurs this way:
Define a set of Workspace, Company Wide Audit Criteria in:
DS Command > Model Audit > Workspace Model Audit CriteriaOptionally configure automated checking using either:
Criteria Object Category - to check for existence of objects on a category
DS Audit Category - to map your criteria to one of our built-in checksTo manually override and add comments, you must copy a Criteria to the Project as shown below, then edit these Project Overrides
Settings in Workspace Model Audit Criteria
The following lists key settings:
Setting | Type | Details |
Template Criteria | Flag Yes / No | When ticked, this criteria is not used in the model audit. Instead, it is used to populate audit criteria to other disciplines (using parent_discipline to accomplish this). |
Template Criteria ID | Integer ID | This refers back to the primary driving criteria ID as defined in the Template Criteria YES flagged items. |
Copying Criteria to a Project
First, navigate to:
Auditing
Workspace Model Audit Critera
Select all the criteria you want to copy, then scroll to the bottom and select Update - Copy to Project.
Choose the target Project.
Select "Perform Update Now"
The criteria has now been copied to the project.
Overriding Compliance and Adding Comments
Navigate to:
Auditing
Project Overrides for Model Audit Criteria
And adjust the Manual Override column to COMPLY for items you would like to manually override.
Add Comments if desired.
Cleanup
You can delete and re-copy all Workspace Criteria to your Project if you want a 'fresh start'.
Numbering Audit Criteria
Add your Workspace Audit Criteria
You must be using a custom discipline list. Set the ref_num field on your custom discipline list.
Create audit_criteria_types and apply a ref_num
Run the renumber_audit_criteria automation procedure - it will do the following:
Find the discipline number from 2 above
Find the criteria type reference number from 3 above
Obtain the criteria_seq_num from audit_criteria
Create a new merged number like:
CriteriaNumber.DisciplineNumber.SequenceNumberIt will set that number to ref_num
It will then update all Project Override ref_num to match this also
If it doesn't find Criteria Types or Discipline Numbers, it will not work