You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been signed with the secret 'secret'. This secret should match your entry in config/local.js. You can generate your own token using https://jwt.io
128
130
129
131
### Local Deployment
132
+
133
+
**NOTE: This part of README may contain inconsistencies and requires update. Don't follow it unless you know how to properly make configuration for these steps. It's not needed for regular development process.**
Copy file name to clipboardExpand all lines: local/seed/projects.json
+86Lines changed: 86 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,5 +174,91 @@
174
174
"status": "cancelled",
175
175
"cancelReason": "Test cancel"
176
176
}
177
+
},
178
+
{
179
+
"param": {
180
+
"name": "Reviewed project with copilot invited",
181
+
"details": {
182
+
"utm": {
183
+
"code": ""
184
+
},
185
+
"appDefinition": {
186
+
"primaryTarget": "phone",
187
+
"goal": {
188
+
"value": "Nothing"
189
+
},
190
+
"users": {
191
+
"value": "No one"
192
+
},
193
+
"notes": ""
194
+
},
195
+
"hideDiscussions": true
196
+
},
197
+
"description": "Hello this is a sample description... This requires at least 160 characters. I'm trying to satisfy this condition. But I could n't if I don't type this unnecessary message",
198
+
"templateId": 3,
199
+
"type": "website",
200
+
"status": "reviewed",
201
+
"invites": [{
202
+
"param": {
203
+
"userIds": [40152855],
204
+
"role": "copilot"
205
+
}}]
206
+
}
207
+
},
208
+
{
209
+
"param": {
210
+
"name": "Reviewed project with copilot as a member with copilot role",
211
+
"details": {
212
+
"utm": {
213
+
"code": ""
214
+
},
215
+
"appDefinition": {
216
+
"primaryTarget": "phone",
217
+
"goal": {
218
+
"value": "Nothing"
219
+
},
220
+
"users": {
221
+
"value": "No one"
222
+
},
223
+
"notes": ""
224
+
},
225
+
"hideDiscussions": true
226
+
},
227
+
"description": "Hello this is a sample description... This requires at least 160 characters. I'm trying to satisfy this condition. But I could n't if I don't type this unnecessary message",
228
+
"templateId": 3,
229
+
"type": "website",
230
+
"status": "reviewed",
231
+
"invites": [{
232
+
"param": {
233
+
"userIds": [40152855],
234
+
"role": "copilot"
235
+
}}],
236
+
"acceptInvitation": true
237
+
}
238
+
},
239
+
{
240
+
"param": {
241
+
"name": "Reviewed project when copilot is not a member and not invited",
242
+
"details": {
243
+
"utm": {
244
+
"code": ""
245
+
},
246
+
"appDefinition": {
247
+
"primaryTarget": "phone",
248
+
"goal": {
249
+
"value": "Nothing"
250
+
},
251
+
"users": {
252
+
"value": "No one"
253
+
},
254
+
"notes": ""
255
+
},
256
+
"hideDiscussions": true
257
+
},
258
+
"description": "Hello this is a sample description... This requires at least 160 characters. I'm trying to satisfy this condition. But I could n't if I don't type this unnecessary message",
0 commit comments