1 | .. _label-uc-service-add: |
---|
2 | |
---|
3 | Add a Service |
---|
4 | *********************************************************************** |
---|
5 | |
---|
6 | Short Description |
---|
7 | ----------------------------------------------------------------------- |
---|
8 | |
---|
9 | A service is added. |
---|
10 | |
---|
11 | Actor(s) |
---|
12 | ----------------------------------------------------------------------- |
---|
13 | |
---|
14 | Officer |
---|
15 | |
---|
16 | |
---|
17 | Trigger(s) |
---|
18 | ----------------------------------------------------------------------- |
---|
19 | |
---|
20 | - Imports (adding existing data) |
---|
21 | - Web form(s) submitted by authorized user |
---|
22 | |
---|
23 | |
---|
24 | Result(s) |
---|
25 | ----------------------------------------------------------------------- |
---|
26 | |
---|
27 | - A new service is available for customers/officers. |
---|
28 | |
---|
29 | - Contracts can be created from the new service. |
---|
30 | |
---|
31 | |
---|
32 | Incoming Data |
---|
33 | ----------------------------------------------------------------------- |
---|
34 | |
---|
35 | - Title |
---|
36 | - Description |
---|
37 | - Service terms (various data about what special options the new |
---|
38 | service provides, constraints, etc.). |
---|
39 | |
---|
40 | |
---|
41 | Outgoing Data |
---|
42 | ----------------------------------------------------------------------- |
---|
43 | |
---|
44 | - Message about service creation |
---|
45 | - Log message |
---|
46 | |
---|
47 | |
---|
48 | Precondition(s) |
---|
49 | ----------------------------------------------------------------------- |
---|
50 | |
---|
51 | - Submitting user must be authorized to perform the operation. |
---|
52 | |
---|
53 | |
---|
54 | Postcondition(s) |
---|
55 | ----------------------------------------------------------------------- |
---|
56 | |
---|
57 | - The new service is able to create contracts. |
---|
58 | |
---|
59 | |
---|
60 | Invariant(s) |
---|
61 | ----------------------------------------------------------------------- |
---|
62 | |
---|
63 | |
---|
64 | Essential Steps |
---|
65 | ----------------------------------------------------------------------- |
---|
66 | |
---|
67 | - System receives customer ID, service ID and any optional parameters |
---|
68 | specifying the contract to create. |
---|
69 | - System creates a unique service ID. |
---|
70 | - Passed in terms, title, and description are validated. |
---|
71 | - If passed-in parameters are invalid, user is offered a possibility |
---|
72 | to fix the invalid data. |
---|
73 | - System creates the new service. |
---|
74 | |
---|
75 | |
---|
76 | Open Issues |
---|
77 | ----------------------------------------------------------------------- |
---|
78 | |
---|
79 | |
---|
80 | |
---|
81 | Remarks |
---|
82 | ----------------------------------------------------------------------- |
---|
83 | |
---|
84 | |
---|
85 | .. raw:: latex |
---|
86 | |
---|
87 | \ |
---|