-
Notifications
You must be signed in to change notification settings - Fork 1
/
Software Requirements Specification.html
792 lines (727 loc) · 33.1 KB
/
Software Requirements Specification.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
<!-- saved from url=(0077)Software Requirements Specification.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="Generator" content="Microsoft FrontPage 4.0">
<meta name="Originator" content="Microsoft Word 9">
<title>Software Requirements Specification</title>
<style>
p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
margin: 0in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
h1 {
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: .5in;
text-indent: -.5in;
line-height: 12.0pt;
page-break-after: avoid;
font-size: 12.0pt;
font-family: Arial;
}
h2 {
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: .5in;
text-indent: -.5in;
line-height: 12.0pt;
page-break-after: avoid;
font-size: 10.0pt;
font-family: Arial;
}
h3 {
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: .5in;
text-indent: -.5in;
line-height: 12.0pt;
page-break-after: avoid;
font-size: 10.0pt;
font-family: Arial;
font-weight: normal;
font-style: italic;
}
h4 {
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: .5in;
text-indent: -.5in;
line-height: 12.0pt;
page-break-after: avoid;
font-size: 10.0pt;
font-family: Arial;
font-weight: normal;
}
h5 {
margin-top: 12.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 2.0in;
text-indent: 0in;
line-height: 12.0pt;
font-size: 11.0pt;
font-family: "Times New Roman";
font-weight: normal;
}
h6 {
margin-top: 12.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 2.0in;
text-indent: 0in;
line-height: 12.0pt;
font-size: 11.0pt;
font-family: "Times New Roman";
font-weight: normal;
font-style: italic;
}
p.MsoHeading7,
li.MsoHeading7,
div.MsoHeading7 {
margin-top: 12.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 2.0in;
text-indent: 0in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoHeading8,
li.MsoHeading8,
div.MsoHeading8 {
margin-top: 12.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 2.0in;
text-indent: 0in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
font-style: italic;
}
p.MsoHeading9,
li.MsoHeading9,
div.MsoHeading9 {
margin-top: 12.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 2.0in;
text-indent: 0in;
line-height: 12.0pt;
font-size: 9.0pt;
font-family: "Times New Roman";
font-weight: bold;
font-style: italic;
}
p.MsoToc1,
li.MsoToc1,
div.MsoToc1 {
margin-top: 12.0pt;
margin-right: .5in;
margin-bottom: 3.0pt;
margin-left: 0in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc2,
li.MsoToc2,
div.MsoToc2 {
margin-top: 0in;
margin-right: .5in;
margin-bottom: 0in;
margin-left: .3in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc3,
li.MsoToc3,
div.MsoToc3 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .6in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc4,
li.MsoToc4,
div.MsoToc4 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 30.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc5,
li.MsoToc5,
div.MsoToc5 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 40.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc6,
li.MsoToc6,
div.MsoToc6 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 50.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc7,
li.MsoToc7,
div.MsoToc7 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 60.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc8,
li.MsoToc8,
div.MsoToc8 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 70.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoToc9,
li.MsoToc9,
div.MsoToc9 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 80.0pt;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoNormalIndent,
li.MsoNormalIndent,
div.MsoNormalIndent {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 45.0pt;
margin-bottom: .0001pt;
text-indent: -45.0pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoFootnoteText,
li.MsoFootnoteText,
div.MsoFootnoteText {
margin-top: 2.0pt;
margin-right: 0in;
margin-bottom: 2.0pt;
margin-left: .25in;
text-indent: -.25in;
line-height: 12.0pt;
page-break-after: avoid;
border: none;
padding: 0in;
font-size: 8.0pt;
font-family: HELVETICA;
}
p.MsoHeader,
li.MsoHeader,
div.MsoHeader {
margin: 0in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoFooter,
li.MsoFooter,
div.MsoFooter {
margin: 0in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
span.MsoFootnoteReference {
vertical-align: super;
}
p.MsoTitle,
li.MsoTitle,
div.MsoTitle {
margin: 0in;
margin-bottom: .0001pt;
text-align: center;
font-size: 18.0pt;
font-family: Arial;
font-weight: bold;
}
p.MsoBodyText,
li.MsoBodyText,
div.MsoBodyText {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 6.0pt;
margin-left: .5in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MsoBodyTextIndent,
li.MsoBodyTextIndent,
div.MsoBodyTextIndent {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
color: blue;
font-style: italic;
text-decoration: underline;
}
p.MsoSubtitle,
li.MsoSubtitle,
div.MsoSubtitle {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 0in;
text-align: center;
font-size: 18.0pt;
font-family: Arial;
font-style: italic;
}
p.MsoBodyText2,
li.MsoBodyText2,
div.MsoBodyText2 {
margin: 0in;
margin-bottom: .0001pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
color: blue;
font-style: italic;
}
a:link,
span.MsoHyperlink {
color: blue;
text-decoration: underline;
}
a:visited,
span.MsoHyperlinkFollowed {
color: purple;
text-decoration: underline;
}
p.MsoDocumentMap,
li.MsoDocumentMap,
div.MsoDocumentMap {
margin: 0in;
margin-bottom: .0001pt;
line-height: 12.0pt;
background: navy;
font-size: 10.0pt;
font-family: Tahoma;
}
p.Paragraph2,
li.Paragraph2,
div.Paragraph2 {
margin-top: 4.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
margin-bottom: .0001pt;
text-align: justify;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
color: black;
}
p.Bullet1,
li.Bullet1,
div.Bullet1 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: .5in;
margin-bottom: .0001pt;
text-indent: -.3in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.Bullet2,
li.Bullet2,
div.Bullet2 {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 1.0in;
margin-bottom: .0001pt;
text-indent: -.25in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
color: navy;
}
p.Tabletext,
li.Tabletext,
div.Tabletext {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 6.0pt;
margin-left: 0in;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.MainTitle,
li.MainTitle,
div.MainTitle {
margin-top: 24.0pt;
margin-right: 0in;
margin-bottom: 3.0pt;
margin-left: 0in;
text-align: center;
font-size: 16.0pt;
font-family: Arial;
font-weight: bold;
}
p.Paragraph1,
li.Paragraph1,
div.Paragraph1 {
margin-top: 4.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 0in;
margin-bottom: .0001pt;
text-align: justify;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.Paragraph3,
li.Paragraph3,
div.Paragraph3 {
margin-top: 4.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 76.5pt;
margin-bottom: .0001pt;
text-align: justify;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.Paragraph4,
li.Paragraph4,
div.Paragraph4 {
margin-top: 4.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 112.5pt;
margin-bottom: .0001pt;
text-align: justify;
font-size: 10.0pt;
font-family: "Times New Roman";
}
p.Body,
li.Body,
div.Body {
margin-top: 6.0pt;
margin-right: 0in;
margin-bottom: 0in;
margin-left: 0in;
margin-bottom: .0001pt;
text-align: justify;
font-size: 10.0pt;
font-family: "Book Antiqua";
}
p.Bullet,
li.Bullet,
div.Bullet {
margin-top: 6.0pt;
margin-right: .25in;
margin-bottom: 0in;
margin-left: .5in;
margin-bottom: .0001pt;
text-align: justify;
text-indent: 0in;
font-size: 10.0pt;
font-family: "Book Antiqua";
}
p.InfoBlue,
li.InfoBlue,
div.InfoBlue {
margin-top: 0in;
margin-right: 0in;
margin-bottom: 6.0pt;
margin-left: 38.25pt;
line-height: 12.0pt;
font-size: 10.0pt;
font-family: "Times New Roman";
color: blue;
font-style: italic;
}
ol {
margin-bottom: 0in;
}
ul {
margin-bottom: 0in;
}
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<p style="MARGIN: -14px 0px +2px"></p><div class="Section1">
<p class="MsoTitle" style="text-align:right" align="right"><br></p><p class="MsoTitle" style="text-align:right" align="right">Stock Party Software</p>
<p class="MsoTitle" style="text-align:right" align="right">Software Requirements Specification</p>
<p class="MsoTitle" style="text-align:right" align="right">For node.JS / node-webkit / RFID
</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoTitle" style="text-align:right" align="right"><span style="font-size:
14.0pt;">Version 1.0</span></p>
<p class="MsoTitle"><span style="font-size:14.0pt;"> </span>
</p>
<p class="MsoNormal" style="text-align:right" align="right"> </p>
<p class="InfoBlue"><br></p>
</div>
<i><span style="font-size:10.0pt;font-family:
"Times New Roman";color:blue;"><br style="page-break-before:always;" clear="all">
</span></i>
<div class="Section2">
<p class="MsoTitle">Revision History</p>
<table style="border-collapse:collapse;
border:none;" border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="width:1.6in;border:solid windowtext .75pt; padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext" style="text-align:center" align="center"><b>Date</b>
</p>
</td>
<td style="width:.8in;border:solid windowtext .75pt;
border-left:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="77">
<p class="Tabletext" style="text-align:center" align="center"><b>Version</b>
</p>
</td>
<td style="width:2.6in;border:solid windowtext .75pt;
border-left:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="250">
<p class="Tabletext" style="text-align:center" align="center"><b>Description</b>
</p>
</td>
<td style="width:1.6in;border:solid windowtext .75pt;
border-left:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext" style="text-align:center" align="center"><b>Author</b>
</p>
</td>
</tr>
<tr>
<td style="width:1.6in;border:solid windowtext .75pt;
border-top:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext">09/10/2014</p>
</td>
<td style="width:.8in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="77">
<p class="Tabletext">1.0</p>
</td>
<td style="width:2.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="250">
<p class="Tabletext">Initial setup of SRS Template</p>
</td>
<td style="width:1.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext">Dustin Hoffner</p>
</td>
</tr>
<tr>
<td style="width:1.6in;border:solid windowtext .75pt;
border-top:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
<td style="width:.8in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="77">
<p class="Tabletext"> </p>
</td>
<td style="width:2.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="250">
<p class="Tabletext"> </p>
</td>
<td style="width:1.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
</tr>
<tr>
<td style="width:1.6in;border:solid windowtext .75pt;
border-top:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
<td style="width:.8in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="77">
<p class="Tabletext"> </p>
</td>
<td style="width:2.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="250">
<p class="Tabletext"> </p>
</td>
<td style="width:1.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
</tr>
<tr>
<td style="width:1.6in;border:solid windowtext .75pt;
border-top:none;padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
<td style="width:.8in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="77">
<p class="Tabletext"> </p>
</td>
<td style="width:2.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="250">
<p class="Tabletext"> </p>
</td>
<td style="width:1.6in;border-top:none;border-left:none;
border-bottom:solid windowtext .75pt;border-right:solid windowtext .75pt;
padding:0in 5.4pt 0in 5.4pt" valign="top" width="154">
<p class="Tabletext"> </p>
</td>
</tr>
</tbody></table>
<p class="MsoNormal"> </p>
<b><span style="font-size:18.0pt;font-family:Arial;"><br style="page-break-before:always" clear="all">
</span></b>
<p class="MsoTitle">Table of Contents</p>
<p class="MsoToc1"><a href="Software Requirements Specification.html#1.%20Introduction" "="">1.
Introduction</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.1%20Purpose" "="">1.1 Purpose</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.2%20Scope" "="">1.2 Scope</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.3%20Definitions" "="">1.3 Definitions, Acronyms and Abbreviations
</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.4%20References" "="">1.4
References</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.5%20Overview" "="">1.5 Overview</a> </p>
<p class="MsoToc1"><a href="Software Requirements Specification.html#2.%20Overall%20Description" "="">2. Overall
Description</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#2.1%20Use-Case%20Model%20Survey" "="">2.1 Use-Case Model Survey
</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#2.2%20Assumptions%20and%20Dependencies" "="">2.2 Assumptions and
Dependencies</a> </p>
<p class="MsoToc1"><a href="Software Requirements Specification.html#3.%20Specific%20Requirements" "="">3. pecific Requirements
</a>
</p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#3.1%20Use-Case%20Reports" "="">3.1 Use-Case
Reports</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#3.2%20Supplementary%20Requirements" "="">3.2 Supplementary Requirements
</a> </p>
<p class="MsoToc1">
<a href="Software Requirements Specification.html#4.%20Supporting%20Information">4. Supporting
Information</a> </p>
<p class="MsoTitle"><br style="page-break-before:always" clear="all">Software Requirements
Specification </p>
<h1><a name="1. Introduction">1.<span style="font:7.0pt "Times New Roman ""> </span>Introduction</a></h1>
<p>This project should provide a tool to run a so called "Stock Party".
On a "Stock Party" all the prices are calculated by demand and supply.
To offer a easy and fast way to pay drinks we will realize a RFID cash
system. It will be possible to charge these cards and to pay with them
on the bar. This webapp will implement the whole cash system and also a
stock monitor aswell as an admin panel. Furthermore there will be a
alcohol sensor where the party guest can measure there alcohol level. To
provide an interface for the RFID reader there will be a JS Driver
developed which communicates with our node.js web client. There might be
a feature to commuincate with other stock partys which happen at the
same time and to concurrent with them. </p><h2><a name="1.1 Purpose">1.1<span style="font:7.0pt "Times New Roman ""> </span>Purpose</a></h2><div><a name="1.1 Purpose">Desktop-Application:</a></div><div>The desktop-application includes following sub-applications.</div><div><br></div><div>Cash-Register:</div><div>- Buy Drinks<br>
- People are able to choose drinks from a fixed drink-list and the
specific amount they want, the software then calculates the price and
handles the communication with the RFID card<br></div><div>- Charge Card<br> - To pay a drink each customer needs to charge his card in order to pay for drinks<br>- Stockcrash<br> - Should set all prices to minimum <br></div><div><br></div><div>Admin-Panel:</div><div>- Configuration/Installation<br> - Setup settings, calibration of the alcohol sensor<br></div><div>- Manage Drinks<br> - Interface to add or remove drinks, aswell as mark sold out drinks<br></div><div>- Settings<br>
- Basic settings just as the refresh intervall, options to change the
algorithm and the stock behaviour, layout settings for font size, the
graph and much more<br></div><div>- Statistics<br> - Statistics
for the party host, should show average prices of drinks, total amount
of bought drinks and other useful statistics<br></div><div><br></div><div>Graph/Price-Monitor:</div><div>- Show Graphs</div><div> - Time/Price Graph (shows current price for each drink in a stock-like graph)<br></div><div> - Time/Alcohol-Level Graph (shows average alcohol level in a graph)</div><div>- Current Price-List (shows current price for each drink in a list for the customer to better see the current price)<br></div><div><br></div><div>Alcohol-Tester:</div><div>-
Detects your Alcohol level (connect sensor to web client, needs to
implement an interface, most likely with a serial port adapter
developed)<br></div><div>- Optionally saves alcohol level to personal database record (for a personal statistic each one can see on the associated smartphone app)<br></div><div><br></div><div><a name="1.1 Purpose ">Smartphone-Application:</a></div><div>- Show personal History (shows a history of bought drinks, spend money)<br></div><div>- Show realtime graph (shows current price/time graph to see current prices even where you are not at the bar)<br></div><div>- price notifications (gives you push notifications when a drink drops under a certain price)<br><br>Features that we would like to implement if we have enough time:<br>- Open API <br> - Provide an API for other project to communicate with our software (f.e schedule our party)<br> - Only sell alcohol to persons that are over 16/18 (detection via RFID card ID)<br> - Communicate with other "Stock Party's" that happen at the same time<br></div><div><br></div>
<h2><a name="1.2 Scope">1.2 Scope</a></h2><div><a name="1.2 Scope "><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf">Use Case Report</a></a></div>
<h2><a name="1.3 Definitions">1.3<span style="font:7.0pt "Times New Roman ""> </span>Definitions, Acronyms and Abbreviations</a></h2><div><a name="1.3 Definitions, Acronyms and Abbreviations ">RFID = Radio Frequency Identification</a></div>
<h2><a name="1.4 References">1.4<span style="font:7.0pt "Times New Roman ""> </span>References</a></h2><div><a name="1.4 References "></a><a name="1.2 Scope "><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf">Use Case Report</a><br><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCases.pdf">Use Cases</a><br></a></div><div><a name="1.4 References "></a><a name="1.2 Scope "></a></div>
<h2><a name="1.5 Overview">1.5 Overview</a></h2><div><a name="1.5 Overview ">This SRS gives an overview of our project "Stock-Party" which includes goals, required features and technologies being used.</a></div>
<h1><a name="2. Overall Description"></a></h1><h1><br></h1><h1><a name="2. Overall Description ">2.<span style="font:7.0pt "Times New Roman ""> </span>Overall Description</a></h1><div><a name="2. Overall Description ">Here the Use-Case-Model is described and the requirements are specified.</a></div>
<h2><a name="2.1 Use-Case Model Survey">2.1<span style="font:7.0pt "Times New Roman ""> </span>Use-Case Model Survey</a></h2><div><a name="2.1 Use-Case Model Survey">The Use-Case-Model contains two systems: See 1.1!</a></div><div><a name="2.1 Use-Case Model Survey"></a><a name="1.2 Scope"><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf">Use Case Report</a><br><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCases.pdf">Use Cases</a></a><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf?at=master"></a></div>
<h2><a name="2.2 Assumptions and Dependencies">2.2<span style="font:7.0pt "Times New Roman ""> </span>Assumptions and Dependencies</a></h2><div><a name="2.2 Assumptions and Dependencies">- node.JS</a></div><div><a name="2.2 Assumptions and Dependencies">- JavaScript</a></div><div><a name="2.2 Assumptions and Dependencies">- C</a></div><div><a name="2.2 Assumptions and Dependencies">- RFID</a></div><div><a name="2.2 Assumptions and Dependencies">- Socket.IO</a></div>
<h1><a name="3. Specific Requirements"></a></h1><h1><br></h1><h1><a name="3. Specific Requirements">3.<span style="font:7.0pt "Times New Roman ""> </span>Specific Requirements</a> </h1><div><a name="3. Specific Requirements"><a href="http://s533994975.online.de/se-data/stockpartyNetwork.pdf">StockParty Network</a></a></div>
<h2><a name="3.1 Use-Case Reports">3.1 Use-Case Reports</a></h2>
<p><a name="1.2 Scope"><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf">Use Case Report</a><br><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCases.pdf">Use Cases</a></a><a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/useCaseReport.pdf"></a>
</p>
<h2><a name="3.2 Supplementary Requirements">3.2<span style="font:7.0pt "Times New Roman ""> </span>Supplementary Requirements</a> </h2><div><a name="3.2 Supplementary Requirements">Modular-architecture</a></div><div><a name="3.2 Supplementary Requirements">API for everything</a></div><div><a name="3.2 Supplementary Requirements">Simplified design</a></div><div>Gamification</div><div>Using an optimized <a href="https://github.com/unverschaemt/stockparty-projektmanagement/blob/master/databaseSchema.pdf">database schema</a></div>
<h1><a name="4. Supporting Information"></a></h1><h1><br></h1><h1><a name="4. Supporting Information">4.<span style="font:7.0pt "Times New Roman ""> </span>Supporting Information</a></h1>
<p class="MsoToc1"><a href="Software Requirements Specification.html#1.%20Introduction" "="">1.
Introduction</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.1%20Purpose" "="">1.1 Purpose</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.2%20Scope" "="">1.2 Scope</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.3%20Definitions" "="">1.3 Definitions, Acronyms and Abbreviations
</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.4%20References" "="">1.4
References</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#1.5%20Overview" "="">1.5 Overview</a> </p>
<p class="MsoToc1"><a href="Software Requirements Specification.html#2.%20Overall%20Description" "="">2. Overall
Description</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#2.1%20Use-Case%20Model%20Survey" "="">2.1 Use-Case Model Survey
</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#2.2%20Assumptions%20and%20Dependencies" "="">2.2 Assumptions and
Dependencies</a> </p>
<p class="MsoToc1"><a href="Software Requirements Specification.html#3.%20Specific%20Requirements" "="">3. pecific Requirements
</a>
</p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#3.1%20Use-Case%20Reports" "="">3.1 Use-Case
Reports</a> </p>
<p class="MsoToc2"><a href="Software Requirements Specification.html#3.2%20Supplementary%20Requirements" "="">3.2 Supplementary Requirements
</a> </p>
<p class="MsoToc1">
<a href="Software Requirements Specification.html#4.%20Supporting%20Information">4. Supporting
Information</a> </p>
</div>
</body></html>