source: main/eko-disco-specs/trunk/use-cases/service-add.rst @ 10780

Last change on this file since 10780 was 10780, checked in by Henrik Bettermann, 11 years ago

Remove pagebreak to save paper.

Add more use cases.

File size: 2.0 KB
Line 
1.. _label-uc-service-add:
2
3Use-Case: Add a Service
4***********************************************************************
5
6Short Description
7-----------------------------------------------------------------------
8
9A service is added.
10
11Actor(s)
12-----------------------------------------------------------------------
13
14Officer
15
16
17Trigger(s)
18-----------------------------------------------------------------------
19
20- Imports (adding existing data)
21- Web form(s) submitted by authorized user
22
23
24Result(s)
25-----------------------------------------------------------------------
26
27- A new service is available for customers/officers.
28
29- Contracts can be created from the new service.
30
31
32Incoming 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
41Outgoing Data
42-----------------------------------------------------------------------
43
44- Message about service creation
45- Log message
46
47
48Precondition(s)
49-----------------------------------------------------------------------
50
51- Submitting user must be authorized to perform the operation.
52
53
54Postcondition(s)
55-----------------------------------------------------------------------
56
57- The new service is able to create contracts.
58
59
60Invariant(s)
61-----------------------------------------------------------------------
62
63
64Essential 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
76Open Issues
77-----------------------------------------------------------------------
78
79
80
81Remarks
82-----------------------------------------------------------------------
83
84
85.. raw:: latex
86
87      \
Note: See TracBrowser for help on using the repository browser.