Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Further fleshed out high level graph
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Dec 8, 2014
1 parent 04ac31e commit 019d5ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/README.md
Expand Up @@ -8,6 +8,8 @@
The domain model is used to persist data for the Office of the Public Guardians case maintenance system. We have tried
to logically group all of the areas using either inheritance or traits.

From a very high level

![Alt High level domain](http://g.gravizo.com/g?
digraph domainmodel {
assignable -> user;
Expand All @@ -28,7 +30,12 @@ to logically group all of the areas using either inheritance or traits.
attorney-> powerOfAttorney;
deputyship -> caseItem;
client -> deputyship;
deputy ->deputyship;
deputy -> deputyship;
deputy -> assignable;
note -> legalEntity;
warning ->legalEntity;
document->legalEntity;
task -> legalEntity;
}
)

Expand Down

0 comments on commit 019d5ce

Please sign in to comment.