feat: functional monster script (anti-pattern warning)
This commit is contained in:
parent
56ed910884
commit
b5eb30caa0
3 changed files with 498 additions and 119 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/bash
|
||||
# config/labels.registry
|
||||
# Central Label Registry for Furt API Gateway Project
|
||||
# Format: name:color:context:usage_contexts
|
||||
# This file is the single source of truth for all labels
|
||||
|
|
@ -11,16 +9,26 @@ bug:d73a4a:error:bug_template,status_updates
|
|||
question:d876e3:discussion:question_template
|
||||
|
||||
# === COMPONENT CATEGORIES ===
|
||||
gateway:0052cc:gateway_core:architecture,performance,service_templates
|
||||
performance:fbca04:optimization:performance_template,architecture
|
||||
gateway:0052cc:gateway_core:architecture_template,performance_template,service_templates
|
||||
performance:fbca04:optimization:performance_template,architecture_template
|
||||
architecture:d4c5f9:design:architecture_template,gateway
|
||||
security:28a745:security_review:security_template,gateway
|
||||
configuration:f9d71c:config_management:deployment,architecture
|
||||
security:28a745:security_review:security_template,architecture_template
|
||||
configuration:f9d71c:config_management:deployment_template,architecture_template
|
||||
|
||||
# === SERVICE-SPECIFIC LABELS ===
|
||||
service-formular2mail:1d76db:formular2mail:service_templates,integration
|
||||
service-sagjan:1d76db:sagjan:service_templates,integration
|
||||
service-newsletter:ff6b6b:newsletter:service_templates,integration
|
||||
service-debug-check-final2:1d76db:service_integration:service_specific
|
||||
service-clean-test4:1d76db:service_integration:service_specific
|
||||
service-debug-test:1d76db:service_integration:service_specific
|
||||
service-formular2mail:1d76db:formular2mail:formular2mail_integration
|
||||
service-sagjan:1d76db:sagjan:sagjan_integration
|
||||
service-newsletter:ff6b6b:newsletter:newsletter_integration
|
||||
service-analytics:1d76db:service_integration:service_specific
|
||||
service-whatever-you-want:1d76db:service_integration:service_specific
|
||||
service-completely-absolut-new7:1d76db:service_integration:service_specific
|
||||
service-completely-absolut-new8:1d76db:service_integration:service_specific
|
||||
service-completely-absolut-new9:1d76db:service_integration:service_specific
|
||||
service-completely-absolut-new10:1d76db:service_integration:service_specific
|
||||
service-completely-absolut-new11:1d76db:service_integration:service_specific
|
||||
|
||||
# === WORKFLOW STATE LABELS ===
|
||||
work-in-progress:fbca04:active:status_updates
|
||||
|
|
@ -31,19 +39,20 @@ ready-for-deployment:28a745:deploy_ready:status_updates
|
|||
# === INTEGRATION LABELS ===
|
||||
hugo-integration:ff7518:frontend:hugo_templates,integration
|
||||
api-contract:5319e7:api_design:api_templates,service_templates
|
||||
breaking-change:d73a4a:breaking:api_templates,architecture
|
||||
breaking-change:d73a4a:breaking:api_templates,architecture_template
|
||||
|
||||
# === PRIORITY LABELS ===
|
||||
high-priority:d73a4a:urgent:all_templates
|
||||
low-priority:0e8a16:nice_to_have:all_templates
|
||||
|
||||
# === META LABELS ===
|
||||
low-tech:6f42c1:low_tech_principle:all_templates
|
||||
digital-sovereignty:6f42c1:digital_sovereignty:all_templates
|
||||
good-first-issue:7057ff:beginner_friendly:all_templates
|
||||
help-wanted:159818:community_help:all_templates
|
||||
low-tech:6f42c1:low_tech_principle:architecture_template,performance_template,security_template
|
||||
digital-sovereignty:6f42c1:digital_sovereignty:architecture_template,performance_template,security_template
|
||||
good-first-issue:7057ff:beginner_friendly:manual_assignment
|
||||
help-wanted:159818:community_help:manual_assignment
|
||||
|
||||
# === DEPLOYMENT LABELS ===
|
||||
deployment:ff7518:deployment:deployment_template
|
||||
testing:f9d71c:testing:testing_template,integration
|
||||
documentation:0366d6:docs:documentation_template
|
||||
|
||||
test-all-templates:ff0000:test:all_templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue