summaryrefslogtreecommitdiffstats
path: root/UML/Sequences.txt
diff options
context:
space:
mode:
Diffstat (limited to 'UML/Sequences.txt')
-rw-r--r--UML/Sequences.txt27
1 files changed, 27 insertions, 0 deletions
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();