From e40b0628ce5692530b608c9c31d2450cf02e9130 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Fri, 14 Oct 2005 19:19:09 +0000 Subject: --- UML/Assumptions.txt | 5 +++++ UML/B10.zuml | Bin 59123 -> 85818 bytes UML/Sequences.txt | 27 +++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 UML/Assumptions.txt create mode 100644 UML/Sequences.txt 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 Binary files a/UML/B10.zuml and b/UML/B10.zuml 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(); -- cgit v0.12