File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"openRules" : {
3
+ "Open" : [
4
+ {
5
+ "name" : " Open Registration & Submission" ,
6
+ "conditions" : {
7
+ "all" : [
8
+ {
9
+ "fact" : " isPastScheduledStartTime" ,
10
+ "operator" : " equal" ,
11
+ "value" : true
12
+ },
13
+ {
14
+ "fact" : " isOpen" ,
15
+ "operator" : " notEqual" ,
16
+ "value" : true
17
+ },
18
+ {
19
+ "fact" : " isClosed" ,
20
+ "operator" : " notEqual" ,
21
+ "value" : true
22
+ }
23
+ ]
24
+ },
25
+ "event" : {
26
+ "type" : " canOpen"
27
+ }
28
+ }
29
+ ],
3
30
"Registration" : [
4
31
{
5
32
"name" : " Registration Open" ,
184
211
]
185
212
},
186
213
"closeRules" : {
214
+ "Open" : [
215
+ {
216
+ "name" : " Close Registration & Submission" ,
217
+ "conditions" : {
218
+ "all" : [
219
+ {
220
+ "fact" : " isOpen" ,
221
+ "operator" : " equal" ,
222
+ "value" : true
223
+ },
224
+ {
225
+ "fact" : " isPastScheduledEndTime" ,
226
+ "operator" : " equal" ,
227
+ "value" : true
228
+ },
229
+ {
230
+ "fact" : " isClosed" ,
231
+ "operator" : " notEqual" ,
232
+ "value" : true
233
+ }
234
+ ]
235
+ },
236
+ "event" : {
237
+ "type" : " canClose"
238
+ }
239
+ }
240
+ ],
187
241
"Registration" : [
188
242
{
189
243
"name" : " Registration Close" ,
You can’t perform that action at this time.
0 commit comments