-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_timeline.json
83 lines (83 loc) · 2.31 KB
/
example_timeline.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
{
"padding": {
"top": 100,
"right": 0,
"bottom": 50,
"left": 50
},
"zoom": 1.5,
"offset": 1994,
"end": 1999,
"events": [
{
"id": "writing_begin_ep1",
"date": "1994-11-01T00:00:00.000Z",
"title": "Lucas begins writing the prequel trilogy",
"description": "Who knew it would be so divisive?",
"color": "#990000"
},
{
"id": "art_dev_ep1",
"date": "1995-01-15T00:00:00.000Z",
"title": "art development begins",
"description": "",
"color": "#990000"
},
{
"id": "filming_begin_ep1",
"date": "1997-06-26T00:00:00.000Z",
"title": "principal photography begins",
"description": "",
"color": "#990000"
},
{
"id": "filming_end_ep1",
"date": "1997-09-30T00:00:00.000Z",
"title": "principal photography ends",
"description": "",
"color": "#990000"
},
{
"id": "extra_ep1",
"date": "1998-08-15T00:00:00.000Z",
"title": "additional shooting begins",
"description": "",
"color": "#990000"
},
{
"id": "editing_end_ep1",
"date": "1999-03-15T00:00:00.000Z",
"title": "final mix is completed",
"description": "",
"color": "#990000"
},
{
"id": "ep1_release",
"date": "1999-05-19T00:00:00.000Z",
"title": "The Phantom Menace premieres",
"description": "",
"color": "#990000"
}
],
"timespans": [
{
"id": "pre_prod",
"start_date": "1994-11-01T00:00:00.000Z",
"end_date": "1997-06-26T00:00:00.000Z",
"title": "Pre-production",
"description": "",
"color": "#4444bb",
"layer": 0
},
{
"id": "prod",
"start_date": "1997-06-26T00:00:00.000Z",
"end_date": "1999-03-15T00:00:00.000Z",
"title": "Production",
"description": "",
"color": "#dd2222",
"layer": 0
}
],
"title": "Example Timeline"
}