refactor: flatten monorepo structure to backend/ frontend/ devops/
Rename subdirectories for a cleaner single-repo layout: - website-monitoring-backend/ → backend/ - website-monitoring-frontend/ → frontend/ - website-monitoring-devops/ → devops/ Update all references in package.json scripts, CI workflows, docker-compose, pre-commit hooks, and documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"meta": {
|
||||
"generatedAt": "2025-07-24T15:07:47.889Z",
|
||||
"tasksAnalyzed": 9,
|
||||
"totalTasks": 10,
|
||||
"analysisCount": 9,
|
||||
"thresholdScore": 5,
|
||||
"projectName": "Taskmaster",
|
||||
"usedResearch": true
|
||||
},
|
||||
"complexityAnalysis": [
|
||||
{
|
||||
"taskId": 2,
|
||||
"taskTitle": "Implement User Authentication",
|
||||
"complexityScore": 8,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "What are the key steps to implement user authentication using NextAuth.js?",
|
||||
"reasoning": "User authentication is a critical feature that involves multiple flows and integrations, hence the high complexity score."
|
||||
},
|
||||
{
|
||||
"taskId": 3,
|
||||
"taskTitle": "Create Organization & Team Management",
|
||||
"complexityScore": 7,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "How can we implement CRUD operations for organizations and team members?",
|
||||
"reasoning": "This task involves managing user roles and permissions, which adds to its complexity."
|
||||
},
|
||||
{
|
||||
"taskId": 4,
|
||||
"taskTitle": "Add Website Management Features",
|
||||
"complexityScore": 6,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "What are the essential features for managing monitored websites?",
|
||||
"reasoning": "Website management involves multiple configurations and settings, making it moderately complex."
|
||||
},
|
||||
{
|
||||
"taskId": 5,
|
||||
"taskTitle": "Implement Real-time and Scheduled Uptime Checks",
|
||||
"complexityScore": 7,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "How can we set up real-time and scheduled uptime checks using a background job processor?",
|
||||
"reasoning": "This task requires scheduling and monitoring, which adds to its complexity."
|
||||
},
|
||||
{
|
||||
"taskId": 6,
|
||||
"taskTitle": "Develop Performance Metrics Visualization",
|
||||
"complexityScore": 7,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "What are the best practices for creating performance metrics visualizations?",
|
||||
"reasoning": "Visualizing data accurately and effectively is a complex task that requires careful planning."
|
||||
},
|
||||
{
|
||||
"taskId": 7,
|
||||
"taskTitle": "Implement Alerting & Notifications System",
|
||||
"complexityScore": 8,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "How can we set up configurable alerts and integrate an email service like SendGrid?",
|
||||
"reasoning": "This task involves multiple integrations and configurations, making it highly complex."
|
||||
},
|
||||
{
|
||||
"taskId": 8,
|
||||
"taskTitle": "Add Competitor Analysis Features",
|
||||
"complexityScore": 7,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "What are the key features for competitor analysis and benchmarking?",
|
||||
"reasoning": "Competitor analysis involves data comparison and visualization, adding to its complexity."
|
||||
},
|
||||
{
|
||||
"taskId": 9,
|
||||
"taskTitle": "Create Main Dashboard with Key Metrics",
|
||||
"complexityScore": 8,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "How can we aggregate data and create a comprehensive dashboard overview?",
|
||||
"reasoning": "Creating a main dashboard involves integrating multiple data sources and visual elements."
|
||||
},
|
||||
{
|
||||
"taskId": 10,
|
||||
"taskTitle": "Implement Responsive Design and Accessibility",
|
||||
"complexityScore": 7,
|
||||
"recommendedSubtasks": 5,
|
||||
"expansionPrompt": "What are the best practices for implementing responsive design and accessibility?",
|
||||
"reasoning": "Ensuring responsiveness and accessibility requires thorough testing and adherence to guidelines."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user