[10749] | 1 | .. _label-uc-customer-add-by-anon: |
---|
| 2 | |
---|
[10781] | 3 | Add a Customer by Anonymous User (self-registration) |
---|
[10749] | 4 | *********************************************************************** |
---|
| 5 | |
---|
| 6 | Short Description |
---|
| 7 | ----------------------------------------------------------------------- |
---|
| 8 | |
---|
| 9 | A customer is manually added by some arbitrary person. |
---|
| 10 | |
---|
| 11 | Actor(s) |
---|
| 12 | ----------------------------------------------------------------------- |
---|
| 13 | |
---|
[10753] | 14 | Anonymous |
---|
[10749] | 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. |
---|
[10780] | 31 | The credentials have been forwarded by email. |
---|
[10749] | 32 | |
---|
| 33 | - A (nearly empty) transaction history can be retrieved for the new |
---|
| 34 | customer. |
---|
| 35 | |
---|
| 36 | - Authorized users can get the current account balance of the balance. |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | |
---|
| 40 | Incoming Data |
---|
| 41 | ----------------------------------------------------------------------- |
---|
| 42 | |
---|
| 43 | - Contact data |
---|
| 44 | |
---|
| 45 | Outgoing Data |
---|
| 46 | ----------------------------------------------------------------------- |
---|
| 47 | |
---|
[10753] | 48 | - Message about customer creation |
---|
[10780] | 49 | - Email/SMS to customer with login credentials |
---|
[10749] | 50 | - Log message |
---|
| 51 | |
---|
| 52 | |
---|
| 53 | Precondition(s) |
---|
| 54 | ----------------------------------------------------------------------- |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | Postcondition(s) |
---|
| 58 | ----------------------------------------------------------------------- |
---|
| 59 | |
---|
| 60 | Any email address/phone number was checked for validity. |
---|
| 61 | User is able to login with sent credentials. |
---|
| 62 | User is able to create contracts, etc. |
---|
| 63 | |
---|
| 64 | |
---|
| 65 | Invariant(s) |
---|
| 66 | ----------------------------------------------------------------------- |
---|
| 67 | |
---|
| 68 | |
---|
| 69 | Essential Steps |
---|
| 70 | ----------------------------------------------------------------------- |
---|
| 71 | |
---|
[10753] | 72 | - System receives user contact data, as required, plus optional data. |
---|
| 73 | - Contact data is checked for validity (test email, etc.). |
---|
[10749] | 74 | - System sends login credentials to user. |
---|
| 75 | |
---|
| 76 | |
---|
| 77 | |
---|
| 78 | Open Issues |
---|
| 79 | ----------------------------------------------------------------------- |
---|
| 80 | |
---|
| 81 | |
---|
| 82 | |
---|
| 83 | Remarks |
---|
| 84 | ----------------------------------------------------------------------- |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | .. raw:: latex |
---|
| 88 | |
---|
[10780] | 89 | \ |
---|