-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrepo_notes.json
More file actions
302 lines (302 loc) · 7.61 KB
/
repo_notes.json
File metadata and controls
302 lines (302 loc) · 7.61 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
{
"repo_notes": [
{
"content": ""
}
],
"pages": [
{
"title": "Overview",
"purpose": "Introduce FlexiRoaster, its purpose as an intelligent pipeline automation framework, and provide a high-level overview of the system architecture",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Getting Started",
"purpose": "Guide users through initial setup, installation, and configuration of both frontend and backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Frontend Setup",
"purpose": "Detail frontend installation, environment configuration, and development server setup",
"parent": "Getting Started",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Backend Setup",
"purpose": "Detail backend installation, environment variables, and configuration management with Pydantic",
"parent": "Getting Started",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Architecture",
"purpose": "Provide comprehensive overview of system architecture, technology stack, and design patterns",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "System Overview",
"purpose": "Explain the three-tier architecture, data flow between frontend/backend, and external service integrations",
"parent": "Architecture",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Frontend Architecture",
"purpose": "Detail React component hierarchy, state management strategy, routing, and styling system",
"parent": "Architecture",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Backend Architecture",
"purpose": "Explain FastAPI structure, API routing, pipeline engine, and AI system components",
"parent": "Architecture",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Frontend",
"purpose": "Comprehensive documentation of frontend components, pages, hooks, and styling",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Styling & Theming",
"purpose": "Document the monochrome theme system, CSS variables, Tailwind configuration, utility classes, and animations",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "UI State Management",
"purpose": "Explain Zustand stores for sidebar, theme, search, and modal state management",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Layout Components",
"purpose": "Document DashboardLayout, Sidebar, TopBar, and their responsive behavior",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Page Components",
"purpose": "Document Dashboard, Pipelines, Executions, Settings, Logs, and other page-level components",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Common Components",
"purpose": "Document reusable components like Toast notifications, modals, cards, and badges",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Authentication & User Management",
"purpose": "Document authentication hooks, avatar upload functionality, and Supabase integration",
"parent": "Frontend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Backend",
"purpose": "Comprehensive documentation of backend API, pipeline engine, configuration, and AI system",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Configuration System",
"purpose": "Document Pydantic settings, environment variable loading, and configuration hierarchy",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "API Endpoints",
"purpose": "Document all REST API endpoints including pipelines, executions, metrics, logs, and alerts",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Pipeline Engine",
"purpose": "Document pipeline parsing, validation, stage execution, and dependency resolution",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Real-time Communication",
"purpose": "Document WebSocket integration, Socket.IO events, and real-time execution updates",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "AI System",
"purpose": "Document AI-powered failure prediction, risk scoring, insights generation, and recommendations",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Middleware & Logging",
"purpose": "Document middleware components, CORS configuration, request/response logging, and sensitive field redaction",
"parent": "Backend",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Features",
"purpose": "Document major features from user perspective including pipelines, executions, monitoring, and settings",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Pipeline Management",
"purpose": "Document creating, editing, validating, and managing pipeline definitions",
"parent": "Features",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Execution Management",
"purpose": "Document triggering executions, monitoring progress, viewing logs, and canceling runs",
"parent": "Features",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "AI Insights & Predictions",
"purpose": "Document AI-powered failure prediction, risk scoring, performance insights, and optimization recommendations",
"parent": "Features",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Logs & Alerts",
"purpose": "Document log viewing, filtering, export functionality, and alert management",
"parent": "Features",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "User Settings & Profile",
"purpose": "Document user profile management, avatar upload/removal, display name changes, and notification preferences",
"parent": "Features",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Development Guide",
"purpose": "Guide for contributors including setup, workflow, commit conventions, and PR requirements",
"page_notes": [
{
"content": ""
}
]
},
{
"title": "Contributing Guidelines",
"purpose": "Document Apertre'26 participation, issue workflow, branch naming, commit conventions, and PR tagging",
"parent": "Development Guide",
"page_notes": [
{
"content": ""
}
]
}
]
}