1 | .. _label-uc-customer-edit-basedata: |
---|
2 | |
---|
3 | Use-Case: Edit Basic Customer Data |
---|
4 | *********************************************************************** |
---|
5 | |
---|
6 | .. Description of a use case |
---|
7 | .. The description must be formulated as seen from system (not: actors) |
---|
8 | .. Describes those changes an (outside) actor can notice |
---|
9 | .. Short and abstract as possible, as long as necessary. |
---|
10 | .. Each use case must have at least one actor involved |
---|
11 | .. Each use case must have a trigger and a result |
---|
12 | |
---|
13 | |
---|
14 | Short Description |
---|
15 | ----------------------------------------------------------------------- |
---|
16 | |
---|
17 | Basic customer data like contact data or login credentials are |
---|
18 | modified. |
---|
19 | |
---|
20 | Actor(s) |
---|
21 | ----------------------------------------------------------------------- |
---|
22 | |
---|
23 | Customer |
---|
24 | |
---|
25 | |
---|
26 | Trigger(s) |
---|
27 | ----------------------------------------------------------------------- |
---|
28 | |
---|
29 | - Imports (modifying existing data) |
---|
30 | - Web form(s) submitted by authorized user. |
---|
31 | |
---|
32 | |
---|
33 | Result(s) |
---|
34 | ----------------------------------------------------------------------- |
---|
35 | |
---|
36 | - Customer base data are modified. |
---|
37 | |
---|
38 | |
---|
39 | Incoming Data |
---|
40 | ----------------------------------------------------------------------- |
---|
41 | |
---|
42 | - Contact data | password | user name | user id |
---|
43 | |
---|
44 | Outgoing Data |
---|
45 | ----------------------------------------------------------------------- |
---|
46 | |
---|
47 | - Message about successful/failed changes. |
---|
48 | - Log message |
---|
49 | |
---|
50 | |
---|
51 | Precondition(s) |
---|
52 | ----------------------------------------------------------------------- |
---|
53 | |
---|
54 | - Submitting user is authorized to do the requested modifications. |
---|
55 | |
---|
56 | |
---|
57 | Postcondition(s) |
---|
58 | ----------------------------------------------------------------------- |
---|
59 | |
---|
60 | Any entered data is valid. |
---|
61 | |
---|
62 | |
---|
63 | Invariant(s) |
---|
64 | ----------------------------------------------------------------------- |
---|
65 | |
---|
66 | |
---|
67 | Essential Steps |
---|
68 | ----------------------------------------------------------------------- |
---|
69 | |
---|
70 | - Sending user authorization is checked. |
---|
71 | - System receives infos about |
---|
72 | - what data fields of which user should be set to which values. |
---|
73 | - submitting user |
---|
74 | - Data is modified in system |
---|
75 | - User gets informed about operation success/fail. |
---|
76 | - if operation fails, possibility to change input data is offered |
---|
77 | |
---|
78 | |
---|
79 | Open Issues |
---|
80 | ----------------------------------------------------------------------- |
---|
81 | |
---|
82 | |
---|
83 | |
---|
84 | Remarks |
---|
85 | ----------------------------------------------------------------------- |
---|
86 | |
---|
87 | |
---|
88 | .. raw:: latex |
---|
89 | |
---|
90 | \pagebreak[4] |
---|