-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathschema.excalidraw
More file actions
127 lines (127 loc) · 3.17 KB
/
schema.excalidraw
File metadata and controls
127 lines (127 loc) · 3.17 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
{
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [
{
"type": "text",
"version": 144,
"versionNonce": 1552789695,
"isDeleted": false,
"id": "-F0ZDXdT_sGoH7MzDUTbM",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"angle": 0,
"x": 703.4570430840463,
"y": 324.88576609000006,
"strokeColor": "#364fc7",
"backgroundColor": "#ced4da",
"width": 113,
"height": 150,
"seed": 1463321937,
"groupIds": [],
"strokeSharpness": "sharp",
"boundElementIds": [],
"fontSize": 20,
"fontFamily": 1,
"text": "user\n* id\n* username\n* password\n* page_id\n* image_url",
"baseline": 143,
"textAlign": "left",
"verticalAlign": "top"
},
{
"type": "text",
"version": 219,
"versionNonce": 142618527,
"isDeleted": false,
"id": "lFw5GA5u6stUxmLyqLs4K",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"angle": 0,
"x": 885.5425545405532,
"y": 349.8058887781434,
"strokeColor": "#364fc7",
"backgroundColor": "#ced4da",
"width": 122,
"height": 125,
"seed": 1023745951,
"groupIds": [],
"strokeSharpness": "sharp",
"boundElementIds": [],
"fontSize": 20,
"fontFamily": 1,
"text": "page\n* id\n* links[]\n* name\n* description",
"baseline": 118,
"textAlign": "left",
"verticalAlign": "top"
},
{
"type": "text",
"version": 73,
"versionNonce": 364473247,
"isDeleted": false,
"id": "8GyGsZ-GOLNePqfyqaNEw",
"fillStyle": "solid",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 0,
"opacity": 100,
"angle": 0,
"x": 674.7339421003619,
"y": 259.08340073986585,
"strokeColor": "#000000",
"backgroundColor": "#ced4da",
"width": 368,
"height": 25,
"seed": 76416177,
"groupIds": [],
"strokeSharpness": "sharp",
"boundElementIds": [],
"fontSize": 20,
"fontFamily": 1,
"text": "login com github e username/password",
"baseline": 18,
"textAlign": "left",
"verticalAlign": "top"
},
{
"id": "ibjeM-swBxPXBGJDZSBz5",
"type": "text",
"x": 723.5368343835175,
"y": 521.1573935376861,
"width": 124,
"height": 100,
"angle": 0,
"strokeColor": "#5f3dc4",
"backgroundColor": "transparent",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"strokeSharpness": "sharp",
"seed": 340017551,
"version": 59,
"versionNonce": 1538280239,
"isDeleted": false,
"boundElementIds": null,
"text": "Routes\n* find page\n* add link\n* remove link",
"fontSize": 20,
"fontFamily": 1,
"textAlign": "left",
"verticalAlign": "top",
"baseline": 93
}
],
"appState": {
"gridSize": null,
"viewBackgroundColor": "#ffffff"
}
}