|
1 | 1 | project_name: "conneroh.com" |
2 | 2 | default_status: "To Do" |
3 | 3 | statuses: ["To Do", "In Progress", "Done"] |
4 | | -labels: [] |
| 4 | +labels: [ |
| 5 | + # Development Areas |
| 6 | + "frontend", "backend", "fullstack", "mobile", "desktop", "web", "api", "database", "devops", "infrastructure", |
| 7 | + |
| 8 | + # Technology Stacks & Frameworks |
| 9 | + "react", "vue", "angular", "svelte", "next", "nuxt", "gatsby", "vite", "astro", "remix", |
| 10 | + "node", "express", "fastify", "nest", "koa", "django", "flask", "rails", "laravel", "spring", |
| 11 | + "asp-net", "gin", "echo", "fiber", "chi", "actix", "rocket", "warp", "axum", |
| 12 | + |
| 13 | + # Programming Languages |
| 14 | + "javascript", "typescript", "python", "java", "csharp", "cpp", "rust", "go", "php", "ruby", |
| 15 | + "kotlin", "swift", "dart", "scala", "elixir", "clojure", "haskell", "ocaml", "fsharp", "erlang", |
| 16 | + "lua", "perl", "r", "matlab", "julia", "assembly", "verilog", "vhdl", "sql", |
| 17 | + |
| 18 | + # Databases & Storage |
| 19 | + "postgresql", "mysql", "sqlite", "mongodb", "redis", "elasticsearch", "neo4j", "cassandra", |
| 20 | + "dynamodb", "firestore", "supabase", "planetscale", "turso", "clickhouse", "influxdb", |
| 21 | + |
| 22 | + # Cloud & Infrastructure |
| 23 | + "aws", "azure", "gcp", "cloudflare", "vercel", "netlify", "heroku", "digitalocean", "linode", |
| 24 | + "docker", "kubernetes", "terraform", "ansible", "helm", "istio", "prometheus", "grafana", |
| 25 | + |
| 26 | + # Development Tools |
| 27 | + "git", "github", "gitlab", "bitbucket", "jenkins", "github-actions", "circleci", "travis-ci", |
| 28 | + "webpack", "rollup", "parcel", "esbuild", "turbopack", "vite", "snowpack", |
| 29 | + |
| 30 | + # Testing & Quality |
| 31 | + "testing", "unit-testing", "integration-testing", "e2e-testing", "jest", |
| 32 | + |
| 33 | + # UI/UX & Design |
| 34 | + "ui", "ux", "design", "design-system", "accessibility", "responsive", "css", "scss", "sass", |
| 35 | + "tailwind", "bootstrap", "material-ui", "antd", "styled-components", "emotion", |
| 36 | + |
| 37 | + # Task Categories |
| 38 | + "bug", "feature", "enhancement", "refactor", "maintenance", "optimization", "security", |
| 39 | + "documentation", "research", "spike", "proof-of-concept", "prototype", "mvp", |
| 40 | + |
| 41 | + # Priority & Status |
| 42 | + "critical", "urgent", "high-priority", "medium-priority", "low-priority", "hot-fix", |
| 43 | + "technical-debt", "deprecated", "legacy", "migration", "upgrade", "rollback", |
| 44 | + |
| 45 | + # Development Phases |
| 46 | + "planning", "development", "staging", "production", "alpha", "beta", "stable", |
| 47 | + "deployment", "ci-cd", "monitoring", "logging", "analytics", |
| 48 | + |
| 49 | + # Architecture & Patterns |
| 50 | + "microservices", "monolith", "serverless", "jamstack", "spa", "ssr", "ssg", "pwa", |
| 51 | + "rest", "graphql", "grpc", "websocket", "oauth", "jwt", "auth", "session", |
| 52 | + |
| 53 | + # Content & Media |
| 54 | + "content", "blog", "documentation", "tutorial", "guide", "video", "podcast", "image", |
| 55 | + "seo", "cms", "markdown", "mdx", "latex", "pdf", "json", "yaml", "xml", "csv", |
| 56 | + |
| 57 | + # Performance & Optimization |
| 58 | + "performance", "caching", "cdn", "compression", "lazy-loading", "code-splitting", |
| 59 | + "bundling", "minification", "tree-shaking", "dead-code-elimination", |
| 60 | + |
| 61 | + # Specialized Areas |
| 62 | + "machine-learning", "ai", "data-science", "blockchain", "iot", "embedded", "robotics", |
| 63 | + "game-dev", "ar-vr", "computer-vision", "nlp", "data-viz", "analytics", |
| 64 | + |
| 65 | + # Tools & Utilities |
| 66 | + "cli", "automation", "scripting", "workflow", "pipeline", "backup", "migration", |
| 67 | + "validation", "linting", "formatting", "type-checking", "bundler", "compiler" |
| 68 | +] |
5 | 69 | milestones: [] |
6 | 70 | date_format: yyyy-mm-dd |
7 | 71 | max_column_width: 20 |
|
0 commit comments