summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-15 18:50:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-15 18:50:54 (GMT)
commit4d95c952460a251d92aceb1dd6b2b06434025033 (patch)
treed3dfd7d4ba8af4a348581f5c7f0f48ce7e6813de
parente40b0628ce5692530b608c9c31d2450cf02e9130 (diff)
download2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.zip
2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.tar.gz
2ii10-4d95c952460a251d92aceb1dd6b2b06434025033.tar.bz2
Update van de class diagram, enkele sequences toegevoegd en assumptions toegevoegd.
-rw-r--r--UML/Assumptions.txt1
-rw-r--r--UML/B10.zumlbin85818 -> 93741 bytes
-rw-r--r--UML/Sequences.txt5
3 files changed, 6 insertions, 0 deletions
diff --git a/UML/Assumptions.txt b/UML/Assumptions.txt
index f500b0c..0dda666 100644
--- a/UML/Assumptions.txt
+++ b/UML/Assumptions.txt
@@ -1,5 +1,6 @@
Every Insurance policy is converted from an Insurance proposal.
Every Insurance proposal is stored, because it contains the details about risks, premiumInfo and type of insurance.
Premium amount is stored as €/month.
+An insurance policy and insurance proposal is of a single type of insurance.
Website users must log-in (and register) before they can make unsurance proposals. \ No newline at end of file
diff --git a/UML/B10.zuml b/UML/B10.zuml
index b800b6d..8867f05 100644
--- a/UML/B10.zuml
+++ b/UML/B10.zuml
Binary files differ
diff --git a/UML/Sequences.txt b/UML/Sequences.txt
index 55c0109..b24949c 100644
--- a/UML/Sequences.txt
+++ b/UML/Sequences.txt
@@ -25,3 +25,8 @@ convert into policy:
if websiteUser proposal and WebsiteUser isn't a client (InsuranceProposal.MakeClient();Client.Client();)
InsurancePolicy.InsurancePolicy();
PaymentInfo.PaymentInfo();
+
+add proposal:
+ InsuranceProposal.InsuranceProposal();
+ InsuranceProposal.CheckForUpSell();
+ InsuranceProposal.CheckForCrossSell();