-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfixtures.js
156 lines (143 loc) · 6.68 KB
/
fixtures.js
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
import { OPPORTUNITY_REF, PROJECTS_REF, TEAMS_REF } from "./src/domain/index";
import { keys, values } from "ramda";
export const fakeOpportunityKey = '-KErS0cwMWYVp6cYjoQd';
export const fakeProjectKey = '-KErPvaii3BxrycFpmuZ';
export const fakeUserKey = 'facebook:10209589368915969';
export const teams = {
[`${TEAMS_REF}!${fakeProjectKey}`]: [
{
"teamKey": "-KFVqOyjPpR4pdgK-0Wr",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "Be one of the first faces people see and direct them their parking spot. Enjoy the many perks of this highly social position. ",
"name": "Parking",
"question": "Have you worked parking for any other festivals? Which ones?",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
},
{
"teamKey": "KFVssLvEPsDJUofy1Yd",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "The gateway to Cosmic Alignment! Here, you'll be selling GA tickets, banding guests and checking in artists. This job requires organization and a friendly face.",
"name": "Box Office",
"question": "Which festivals have you worked Box Office before?",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
},
{
"teamKey": "-KFVutiLHVSRKVO2awPu",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": " Keep an eye out and make sure everyone is safe. Guarding checkpoints, checking credentials and keeping the peace. Requiring friendly but FIRM personality. ",
"isPublic": false,
"name": "Safety",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "Have you ever worked security before? For who?"
},
{
"teamKey": "-KFVw9umDvGfJIZfQcdz",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "Jack of all trades unite! Get to see all aspects of the festival start to finish and help find solutions on the fly to whatever comes our way. ",
"name": "Site Operations",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "Thinking out of the box, in your opinion, what are 3 of the most important \"tools\"?"
},
{
"teamKey": "-KFVxEG8Fj-48lBLF3T-",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "Help run the festival from the administration side. The Maps, Line Up, Activities, Where, Why, How, What, When & Who. All the answers are at the info booth. ",
"name": "Headquarters",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "Are you computer literate? "
},
{
"teamKey": "-KFVyzlAx25POUjqlj0_",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "Direct people on how to sort their garbage. Make sure the grounds stay clean and help us reduce our impact. ",
"name": "Impact Reduction",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "How do you think festivals can become more sustainable? "
},
{
"teamKey": "-KFW-JXErboYrkV_1ujX",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "Interested in lending a hand backstage?. The requirements include heavy lifting, working quickly as a team and understanding detailed instructions.",
"name": "Stage Hands",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "In 160 characters, describe how you wrap cable."
},
{
"teamKey": "-KFW06MthUzkquaLh_bf",
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"description": "What goes up.... The build team comes together to create the infratstructure of the festival. Featuring climbing, painting, power tools and more.",
"name": "Build",
"project": {
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KEMTVUivQTtyS8eYqKg"
},
"question": "Lincoln logs or Legos and why."
}
],
};
export const projects = {
[`${PROJECTS_REF}!${fakeProjectKey}`]:
{
"description": "Gather to co create a conscience experience at Cosmic Alignment. Our collective minds, bodies and souls can make this year the best yet!",
"name": "Cosmic Alignment",
"ownerProfileKey": "-KKpmYho9huRSTwOtcmM",
"date": "27.07.2017",
"location": "Austin, Texas"
}
};
export const opportunities = {
[`${OPPORTUNITY_REF}!${fakeOpportunityKey}`]:
{
"authorProfileKey": "-KEMTVUivQTtyS8eYqKg",
"confirmationsOn": false,
"description": "Be an important part of the great Cosmic Alignment gathering. We can't make this happen without you!",
"isPublic": true,
"name": "2016 Volunteer",
"question": "What good can you bring to Cosmic Alignment?"
}
}
export const defaultUser = {
displayName: 'Joe',
email: '[email protected]',
phoneNumber: '+1-23421534',
};
/**
* @modifies {localforage}
* @param localforage
*/
export function loadTestData(localforage) {
return Promise.all([teams, projects, opportunities].map(domainObjectTestData => {
const key = keys(domainObjectTestData)[0];
const value = values(domainObjectTestData)[0];
return localforage.setItem(key, value);
}))
}