-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.json
More file actions
134 lines (127 loc) · 5.3 KB
/
database.json
File metadata and controls
134 lines (127 loc) · 5.3 KB
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
[
{
id: 1,
name: "Company Hub",
logo: "img/ProjectLogo/company_hub.png",
costumer: "GFI Informatique",
country: ["img/flags/fr.svg","France"],
team: [["Vitor", "Pereira","img/FotosPerfil/VitorPereira.png"],
["Pedro", "Conde","img/FotosPerfil/PedroConde.png"],
["Rui", "Almeida","img/FotosPerfil/RuiAlmeida.png"],
["Tiago", "Flores","img/FotosPerfil/TiagoFlores.png"],
["Ivo", "Ventura","img/FotosPerfil/IvoVentura.png"],
["Hugo", "Antunes","img/FotosPerfil/HugoAntunes.png"]],
info: {
objective: ["Mobile multi-platform portal to display and interact with data from enterprise systems"],
focus: ["Push Notifications and External Auth."]
},
about: {
issuesrisks: ["Not enough mobile phones o fully test all circunstances",
"One man short on Android"],
keydiscussionitms: ["Planning of industrialization and support must be defined"]
},
status:{
percent: "80"
}
},
{
id: 2,
name: "MOCCA+",
logo: "img/ProjectLogo/crédit_agricole.png",
costumer: "Crédit Agricole",
country: ["img/flags/fr.svg","France"],
team: [ ["Jorge", "Graça","img/FotosPerfil/JorgeGraça.png"],
["António", "Pereira","img/FotosPerfil/AntónioPereira.png"],
["Monique", "Pimentel","img/FotosPerfil/MoniquePimentel.png"],
["André", "Silva","img/FotosPerfil/AndréSilva.png"],
["Fábio", "Ferreira","img/FotosPerfil/FábioFerreira.png"],
["André", "Saraiva","img/FotosPerfil/AndréSaraiva.png"],
["João", "Barradas","img/FotosPerfil/JoãoBarradas.png"],
["Mauro", "Cheganças","img/FotosPerfil/MauroCheganças.png"],
["Cláudia", "Matos","img/FotosPerfil/CláudiaMatos.png"]],
info: {
objective: ["Technical migration from Vignette to Sharepoint 2013."],
focus: ["Migration of 60 intranets",]
},
about: {
issuesrisks: ["Sharepoint 2013 variations"],
keydiscussionitms: ["Number of pages migrated: 15975"]
},
status:{
percent: "60"
}
},
{
id: 3,
name: "Toyota One",
logo: "img/ProjectLogo/toyota.png",
costumer: "Toyota",
country: ["img/flags/be.svg","Belgium"],
team: [["Laura", "Costa","img/FotosPerfil/LauraCosta.png"],
["Ricardo", "Jafe","img/FotosPerfil/RicardoJafe.png"],
["Liliana", "Gouveia","img/FotosPerfil/LilianaGouveia.png"],
["Rute", "Henriques","img/FotosPerfil/RuteHenriques.png"],
["Carla", "Silva","img/FotosPerfil/CarlaSilva.png"],
["André", "Silva","img/FotosPerfil/AndréSilva.png"]],
info: {
objective: ["Quality Assurance of T1 Websites"
,"High Search Engine Performance"],
focus: ["Toyota Dealer Finder Regression Testing",
"Knowledge Graph & Rich Snippets (SEO)",
"Title and Description quality KPIs (SEO)"]
},
about: {
issuesrisks: ["3 Open issues"],
keydiscussionitms: ["User Cars Platform"
,"SEO in merchandise platform"]
},
status:{
percent: "50"
}
},
{
id: 4,
name: "Pégase 3",
logo: "img/ProjectLogo/pégase3.png",
costumer: "GFI Informatique",
country: ["img/flags/fr.svg","France"],
team: [["Luís", "Gouveia","img/FotosPerfil/LuísGouveia.png"],
["Jorge", "Gonçalves","img/FotosPerfil/JorgeGonçalves.png"],
["César", "Lourenço","img/FotosPerfil/CésarLourenço.png"],
["Jorge", "Santos","img/FotosPerfil/JorgeSantos.png"]],
info: {
objective: ["Improve last sprint's (Facture) performance"],
focus: ["The new sprint: Encaissement & Paiement"]
},
about: {
issuesrisks: ["Most of the new tasks are completely different from its predecessors"],
keydiscussionitms: ["Double-click issue"]
},
status:{
percent: "20"
}
},
{
id: 5,
name: "Connect Élu",
logo: "img/ProjectLogo/Connect_élu.png",
costumer: "GFI Informatique",
country: ["img/flags/fr.svg","France"],
team: [["Vitor", "Pereira","img/FotosPerfil/VitorPereira.png"],
["Ricardo", "Frango","img/FotosPerfil/RicardoFrango.png"],
["Tiago", "Flores","img/FotosPerfil/TiagoFlores.png"],
["Mauro", "Cheganças","img/FotosPerfil/MauroCheganças.png"]],
info: {
objective: ["Mobile solution for Local Government representatives / City Halls"],
focus: ["Giving access to Documents and Dossiers"
,"Digitally Sign Documents"]
},
about: {
issuesrisks: ["Only one developer per platform"],
keydiscussionitms: ["Possible development of a smartphone version"]
},
status:{
percent: "90"
}
}
]