-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.xml
91 lines (91 loc) · 2.79 KB
/
data.xml
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
<root>
<card>
<id>1</id>
<title>"About" screen</title>
<description>Design UI and displayed information for “About” screen</description>
<priority>Medium</priority>
<component>TAMobile</component>
<estimate>4</estimate>
<spent>4</spent>
<asignee>John</asignee>
<status>To Do</status>
</card>
<card>
<id>2</id>
<title>"New Order" function</title>
<description>Design UI and functional for all required steps to make a new order:- Select Date and Location- Book Car- Enter Customer Information- Confirm the new order
</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>32</estimate>
<spent>32</spent>
<asignee>John</asignee>
<status>To Do</status>
</card>
<card>
<id>3</id>
<title>"Order Details" function</title>
<description>Design UI and displayed information on "Order Details" screen</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>4</estimate>
<spent>4</spent>
<asignee>John</asignee>
<status>To Do</status>
</card>
<card>
<id>4</id>
<title>"View Orders" function</title>
<description>Design UI and functional for "View Orders" function (display the list of existing orders on screen) </description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>8</estimate>
<spent>8</spent>
<asignee>John</asignee>
<status>To Do</status>
</card>
<card>
<id>5</id>
<title>"Car Details" function</title>
<description>Design UI and displayed information on "Car Details" screen</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>4</estimate>
<spent>4</spent>
<asignee>John</asignee>
<status>In progress</status>
</card>
<card>
<id>6</id>
<title>"View Cars" function</title>
<description>Design UI and functional for "View Cars" function (display the list of available cars on screen)</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>8</estimate>
<spent>8</spent>
<asignee>John</asignee>
<status>In progress</status>
</card>
<card>
<id>7</id>
<title>"Home" screen</title>
<description>Design UI and functional for "Home" screen after the login done</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>4</estimate>
<spent>4</spent>
<asignee>John</asignee>
<status>Done</status>
</card>
<card>
<id>8</id>
<title>“"Log in" and "Log out" functions</title>
<description>Design UI and functional for "Log in" and "Log out" functions</description>
<priority>High</priority>
<component>TAMobile</component>
<estimate>4</estimate>
<spent>4</spent>
<asignee>John</asignee>
<status>Done</status>
</card>
</root>