1 | .. _label-uc-customer-add-by-anon: |
---|
2 | |
---|
3 | Use-Case: Add a Customer by Anonymous User (self-registration) |
---|
4 | *********************************************************************** |
---|
5 | |
---|
6 | Short Description |
---|
7 | ----------------------------------------------------------------------- |
---|
8 | |
---|
9 | A customer is manually added by some arbitrary person. |
---|
10 | |
---|
11 | Actor(s) |
---|
12 | ----------------------------------------------------------------------- |
---|
13 | |
---|
14 | Anonymous |
---|
15 | |
---|
16 | |
---|
17 | Trigger(s) |
---|
18 | ----------------------------------------------------------------------- |
---|
19 | |
---|
20 | - Some customer is added to the system. |
---|
21 | - A respective web form is requested from the system to fill |
---|
22 | customer data. |
---|
23 | |
---|
24 | |
---|
25 | Result(s) |
---|
26 | ----------------------------------------------------------------------- |
---|
27 | |
---|
28 | - The new customer was created in system with a new unique customer ID. |
---|
29 | |
---|
30 | - The new customer got valid login credentials from the system. |
---|
31 | |
---|
32 | - A (nearly empty) transaction history can be retrieved for the new |
---|
33 | customer. |
---|
34 | |
---|
35 | - Authorized users can get the current account balance of the balance. |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | Incoming Data |
---|
40 | ----------------------------------------------------------------------- |
---|
41 | |
---|
42 | - Contact data |
---|
43 | |
---|
44 | Outgoing Data |
---|
45 | ----------------------------------------------------------------------- |
---|
46 | |
---|
47 | - Message about customer creation |
---|
48 | - Log message |
---|
49 | |
---|
50 | |
---|
51 | Precondition(s) |
---|
52 | ----------------------------------------------------------------------- |
---|
53 | |
---|
54 | |
---|
55 | Postcondition(s) |
---|
56 | ----------------------------------------------------------------------- |
---|
57 | |
---|
58 | Any email address/phone number was checked for validity. |
---|
59 | User is able to login with sent credentials. |
---|
60 | User is able to create contracts, etc. |
---|
61 | |
---|
62 | |
---|
63 | Invariant(s) |
---|
64 | ----------------------------------------------------------------------- |
---|
65 | |
---|
66 | |
---|
67 | Essential Steps |
---|
68 | ----------------------------------------------------------------------- |
---|
69 | |
---|
70 | - System receives user contact data, as required, plus optional data. |
---|
71 | - Contact data is checked for validity (test email, etc.). |
---|
72 | - System sends login credentials to user. |
---|
73 | |
---|
74 | |
---|
75 | |
---|
76 | Open Issues |
---|
77 | ----------------------------------------------------------------------- |
---|
78 | |
---|
79 | |
---|
80 | |
---|
81 | Remarks |
---|
82 | ----------------------------------------------------------------------- |
---|
83 | |
---|
84 | |
---|
85 | .. raw:: latex |
---|
86 | |
---|
87 | \pagebreak[4] |
---|