summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-14 19:19:09 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-14 19:19:09 (GMT)
commite40b0628ce5692530b608c9c31d2450cf02e9130 (patch)
tree5596841c03920f51859a54e645eae25f6534e1a2
parentf93866baad1db91d59a30f300f3d5462f0078933 (diff)
download2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.zip
2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.tar.gz
2ii10-e40b0628ce5692530b608c9c31d2450cf02e9130.tar.bz2
-rw-r--r--UML/Assumptions.txt5
-rw-r--r--UML/B10.zumlbin59123 -> 85818 bytes
-rw-r--r--UML/Sequences.txt27
3 files changed, 32 insertions, 0 deletions
diff --git a/UML/Assumptions.txt b/UML/Assumptions.txt
new file mode 100644
index 0000000..f500b0c
--- /dev/null
+++ b/UML/Assumptions.txt
@@ -0,0 +1,5 @@
+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.
+
+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 c7a1c1e..b800b6d 100644
--- a/UML/B10.zuml
+++ b/UML/B10.zuml
Binary files differ
diff --git a/UML/Sequences.txt b/UML/Sequences.txt
new file mode 100644
index 0000000..55c0109
--- /dev/null
+++ b/UML/Sequences.txt
@@ -0,0 +1,27 @@
+- De duidelijke sequences staan er niet in.
+- De procedure "Edit...()" bestaat eigenlijk uit de "Set...()" procedures van alle properties.
+- Add en Edit Client type staan er nog niet
+
+
+
+basic calculations via website:
+ WebsiteUser.Login();
+ InsuranceProposal.InsuranceProposal();
+ CalculatePremiumAmount();
+
+manage timesheets:
+ Employee.SearchTimesheet();
+
+employee management:
+ Employee.SearchSalary();
+ Employee.SearchTimesheet();
+ Employee.SearchCareerStep();
+
+internal career tracking:
+ Employee.SearchCareerStep();
+
+convert into policy:
+ InsuranceProposal.ConvertToPolicy();
+ if websiteUser proposal and WebsiteUser isn't a client (InsuranceProposal.MakeClient();Client.Client();)
+ InsurancePolicy.InsurancePolicy();
+ PaymentInfo.PaymentInfo();