-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
360 lines (360 loc) · 11.4 KB
/
Copy pathlabels.json
File metadata and controls
360 lines (360 loc) · 11.4 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
{
"repositories": [
"3dcitydb/3dcitydb",
"3dcitydb/citydb-tool",
"3dcitydb/3dcitydb-mkdocs"
],
"groups": [
{
"name": "Type",
"base_color": "#1F77B4",
"description": "Identifies what kind of work the issue represents"
},
{
"name": "Status",
"base_color": "#9467BD",
"description": "Shows the issue's current progress state"
},
{
"name": "Priority",
"base_color": "#D62728",
"description": "Reflects importance and urgency"
},
{
"name": "Contribution",
"base_color": "#FF7F0E",
"description": "Related to community participation"
},
{
"name": "Release",
"base_color": "#17BECF",
"description": "Versioning, regressions, backports"
},
{
"name": "Infrastructure and others",
"base_color": "#7F7F7F",
"description": "CI/CD and repository maintenance, data, and others"
},
{
"name": "Domain",
"base_color": "#2CA02C",
"description": "Indicates which subsystem or concept is affected. These tags are different for each repo."
}
],
"shared_labels": [
{
"name": "type: bug",
"color": "D62728",
"description": "Reports unexpected behavior, errors, or defects that prevent normal functionality",
"group": "Type"
},
{
"name": "type: feature",
"color": "1F77B4",
"description": "Requests for new capabilities, enhancements, or additions to existing functionality",
"group": "Type"
},
{
"name": "type: docs",
"color": "3388C5",
"description": "Updates, corrections, or additions to documentation, guides, or code comments",
"group": "Type"
},
{
"name": "type: question",
"color": "4799D6",
"description": "Seeks clarification, usage help, or discussion about functionality and implementation",
"group": "Type"
},
{
"name": "type: refactor",
"color": "5BAAE7",
"description": "Code restructuring to improve maintainability, readability, or performance",
"group": "Type"
},
{
"name": "status: needs-triage",
"color": "9467BD",
"description": "Newly reported issue awaiting initial assessment and categorization by maintainers",
"group": "Status"
},
{
"name": "status: in-progress",
"color": "A678CC",
"description": "Actively being worked on by a team member with implementation underway",
"group": "Status"
},
{
"name": "status: review",
"color": "B989DB",
"description": "Pull request submitted and awaiting code review and approval from maintainers",
"group": "Status"
},
{
"name": "status: blocked",
"color": "CB9AEA",
"description": "Cannot proceed due to external dependencies, missing information, or unresolved prerequisites",
"group": "Status"
},
{
"name": "status: done",
"color": "DDABF9",
"description": "Implementation completed, tested, and merged into the codebase",
"group": "Status"
},
{
"name": "status: not-planned",
"color": "C9C3D4",
"description": "Feature or change request acknowledged but not on the current or future roadmap",
"group": "Status"
},
{
"name": "priority: critical",
"color": "D62728",
"description": "Blocks releases, breaks core functionality, or causes data loss - immediate attention",
"group": "Priority"
},
{
"name": "priority: high",
"color": "E04B4B",
"description": "Significant impact affecting many users or important features - should be addressed soon",
"group": "Priority"
},
{
"name": "priority: medium",
"color": "EC7676",
"description": "Standard priority affecting specific use cases or workflows - will be scheduled normally",
"group": "Priority"
},
{
"name": "priority: low",
"color": "F4A3A3",
"description": "Minor improvements or edge cases with workarounds available - nice-to-have enhancements",
"group": "Priority"
},
{
"name": "help-wanted",
"color": "FF7F0E",
"description": "Community contributions encouraged - maintainers actively seeking pull requests",
"group": "Contribution"
},
{
"name": "good-first-issue",
"color": "FFA24A",
"description": "Well-defined task with limited scope, ideal entry point for new contributors to the project",
"group": "Contribution"
},
{
"name": "needs-info",
"color": "FFC47D",
"description": "Additional details, reproduction steps, or clarification required from reporter to proceed",
"group": "Contribution"
},
{
"name": "funding/contribution-needed",
"color": "FFE0B3",
"description": "Requires funding, sponsorship, or dedicated contribution to move forward",
"group": "Contribution"
},
{
"name": "release: upcoming",
"color": "17BECF",
"description": "Issue or feature scheduled for inclusion in the next planned release version",
"group": "Release"
},
{
"name": "release: backport",
"color": "40C9D6",
"description": "Fix needs to be applied to older stable release branches for maintenance updates",
"group": "Release"
},
{
"name": "regression",
"color": "6FD6E1",
"description": "Previously working functionality broken by recent changes - needs urgent fix",
"group": "Release"
},
{
"name": "ci-build",
"color": "7F7F7F",
"description": "Continuous integration, automated builds, deployment pipelines, or dev workflows",
"group": "Infrastructure and others"
},
{
"name": "data",
"color": "5A5A5A",
"description": "Problems with input data quality, format, or structure that are external to the tool itself",
"group": "Infrastructure and others"
},
{
"name": "dependencies",
"color": "A0A0A0",
"description": "Issues involving external dependencies or upstream development",
"group": "Infrastructure and others"
}
],
"repo_labels": {
"3dcitydb/3dcitydb": [
{
"name": "domain: schema",
"color": "2CA02C",
"description": "Core database schema design, table structures, relationships, and SQL DDL logic",
"group": "Domain"
},
{
"name": "domain: ade",
"color": "45C03E",
"description": "Application Domain Extensions for CityGML/CityJSON with custom types and attributes",
"group": "Domain"
},
{
"name": "domain: geometry/crs",
"color": "5EE050",
"description": "Coordinate reference system transformations, spatial geometry handling, and projection issues",
"group": "Domain"
},
{
"name": "domain: lod",
"color": "77FF62",
"description": "Level of Detail representations and multi-resolution 3D model handling",
"group": "Domain"
},
{
"name": "domain: appearance",
"color": "90FF74",
"description": "Texture mapping, material properties, and visual rendering attributes",
"group": "Domain"
},
{
"name": "domain: postgis",
"color": "336791",
"description": "PostgreSQL/PostGIS database backend specific functionality and compatibility",
"group": "Domain"
},
{
"name": "domain: oracle",
"color": "F80000",
"description": "Oracle database backend specific functionality and compatibility",
"group": "Domain"
},
{
"name": "domain: docker",
"color": "2496ED",
"description": "Docker containerization, image builds, compose configurations, and deployment",
"group": "Domain"
}
],
"3dcitydb/citydb-tool": [
{
"name": "domain: import",
"color": "2CA02C",
"description": "Reading and ingesting data from external sources into the database",
"group": "Domain"
},
{
"name": "domain: export",
"color": "3FB534",
"description": "Extracting and writing data from the database to external formats",
"group": "Domain"
},
{
"name": "domain: citygml",
"color": "52CA3C",
"description": "CityGML XML format parsing, validation, and serialization (versions 1.0/2.0/3.0)",
"group": "Domain"
},
{
"name": "domain: cityjson",
"color": "65DF44",
"description": "CityJSON format parsing, validation, and serialization",
"group": "Domain"
},
{
"name": "domain: cql2",
"color": "78F44C",
"description": "Common Query Language (CQL2) filter expressions for querying spatial data",
"group": "Domain"
},
{
"name": "domain: cli",
"color": "8BFF54",
"description": "Command-line interface, argument parsing, and terminal interaction",
"group": "Domain"
},
{
"name": "domain: plugin",
"color": "9EFF5C",
"description": "Plugin architecture, extension points, and third-party integration capabilities",
"group": "Domain"
},
{
"name": "domain: postgis",
"color": "336791",
"description": "PostgreSQL/PostGIS database backend specific functionality and compatibility",
"group": "Domain"
},
{
"name": "domain: oracle",
"color": "F80000",
"description": "Oracle database backend specific functionality and compatibility",
"group": "Domain"
},
{
"name": "domain: docker",
"color": "2496ED",
"description": "Docker containerization, image builds, compose configurations, and deployment",
"group": "Domain"
}
],
"3dcitydb/3dcitydb-mkdocs": [
{
"name": "domain: content",
"color": "2CA02C",
"description": "Written documentation text, page organization, and information architecture",
"group": "Domain"
},
{
"name": "domain: citydb-tool",
"color": "40B835",
"description": "Documentation specific to the citydb-tool command-line application and its features",
"group": "Domain"
},
{
"name": "domain: 3dcitydb",
"color": "54D03E",
"description": "Documentation about the 3DCityDB database schema, design, and core concepts",
"group": "Domain"
},
{
"name": "domain: getting-started",
"color": "68E847",
"description": "Beginner tutorials, installation instructions, and quick-start guides",
"group": "Domain"
},
{
"name": "domain: migration",
"color": "7CFF50",
"description": "Version upgrade guides, compatibility information, and migration procedures",
"group": "Domain"
},
{
"name": "domain: partners",
"color": "90FF59",
"description": "Partner organizations, contributor acknowledgments, and collaboration information",
"group": "Domain"
},
{
"name": "domain: mkdocs",
"color": "526CFE",
"description": "MkDocs static site generator settings, theme customization, and build configuration",
"group": "Domain"
},
{
"name": "domain: docker",
"color": "2496ED",
"description": "Documentation about Docker images, container usage, and deployment scenarios",
"group": "Domain"
}
]
}
}