-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks-backup.json
122 lines (122 loc) · 2.93 KB
/
tasks-backup.json
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
[
{
"name": "All text free from spelling errors?",
"status": "incomplete",
"id": "1"
},
{
"name": "Content has been placed consistently?",
"status": "incomplete",
"id": "2"
},
{
"name": "Page & Content formatting has been tested?",
"status": "incomplete",
"id": "3"
},
{
"name": "Meta data has been included and is appropriate?",
"status": "incomplete",
"id": "4"
},
{
"name": "Page titles are descriptive and SEO friendly?",
"status": "incomplete",
"id": "5"
},
{
"name": "Title attributes are appropriate and SEO friendly?",
"status": "incomplete",
"id": "6"
},
{
"name": "Favicon has been created and displays correctly?",
"status": "incomplete",
"id": "7"
},
{
"name": "Footer includes copyright and link to site creator?",
"status": "incomplete",
"id": "8"
},
{
"name": "XML sitemap has been generated?",
"status": "incomplete",
"id": "9"
},
{
"name": "HTML has passed validation?",
"status": "incomplete",
"id": "10"
},
{
"name": "CSS has passed validation?",
"status": "incomplete",
"id": "11"
},
{
"name": "There are no broken links?",
"status": "incomplete",
"id": "12"
},
{
"name": "Javascript is error free?",
"status": "incomplete",
"id": "13"
},
{
"name": "Displays & functions correctly in IE9 & 10?",
"status": "incomplete",
"id": "14"
},
{
"name": "Displays & functions correctly in Firefox (Mac & PC)?",
"status": "incomplete",
"id": "15"
},
{
"name": "Displays & functions correctly in Chrome (Mac & PC)?",
"status": "incomplete",
"id": "16"
},
{
"name": "Displays & functions correctly in Safari (Mac & PC)?",
"status": "incomplete",
"id": "17"
},
{
"name": "Displays & functions correctly in Opera (Mac & PC)?",
"status": "incomplete",
"id": "18"
},
{
"name": "Displays & functions correctly on all screen sizes?",
"status": "incomplete",
"id": "19"
},
{
"name": "Forms have been tested and processed correctly?",
"status": "incomplete",
"id": "20"
},
{
"name": "Required form fields have been tested?",
"status": "incomplete",
"id": "21"
},
{
"name": "Forms send to correct recipient?",
"status": "incomplete",
"id": "22"
},
{
"name": "Web statistics package installed and operational?",
"status": "incomplete",
"id": "23"
},
{
"name": "404 page exists and informative?",
"status": "incomplete",
"id": "24"
}
]