-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdatamodel.yaml
59 lines (54 loc) · 1.48 KB
/
datamodel.yaml
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
game:
9999:
name: true
description: true
velocity: true
shareVelocity: true
includeDealer: true
cardSet: true
autoFlip: true
changeAfterVote: true
useTimer: true
timeLimitperStory: true
createdDate: true
status: true
createdBy: true
stories:
1001:
storyId: 4200
title: "My Story"
description: "The description"
acceptanceCriteria: "Has to work"
shirtSize: "Large"
status: "not started"
estimate: "42 years"
timeLimit: "120"
elapsedTime: "0"
completedDate: ""
createdDate: ""
userSelectedCard:
uid1001:
value: 42
uid1002:
value: 30
users:
uid1001:
displayName: "Gerbil"
user-games:
uid1001:
9999:
name: "game name"
description: "game description"
createdBy: "Brian.Emch"
createdDate: "some date"
Stories:
storyId: 4200
title: "My Story"
acceptanceCriteria: "Has to work"
shirtSize: "Large"
status: "not started"
estimate: "42 years"
timeLimit: "120"
elapsedTime: "0"
completedDate: ""
createDate: ""