management-llm/task-server/users_tasks.json
2023-08-07 23:40:49 -04:00

160 lines
5.4 KiB
JSON

[
{
"tasks" : {
"1" : {
"id": "1",
"content": "Implement a login page with form validation using React.js.",
"complexityScore": 3
},
"2" : {
"id": "2",
"content": "Set up a RESTful API using Node.js and Express.js.",
"complexityScore": 4
},
"3" : {
"id": "3",
"content": "Design a user-friendly dashboard layout with interactive charts and graphs.",
"complexityScore": 2
},
"4" : {
"id": "4",
"content": "Implement authentication and authorization using JWT and bcrypt.",
"complexityScore": 3
},
"5" : {
"id": "5",
"content": "Create a database schema for storing employee data and performance metrics.",
"complexityScore": 4
},
"6" : {
"id": "6",
"content": "Design a responsive user interface with a modern and clean aesthetic.",
"complexityScore": 2
},
"7" : {
"id": "7",
"content": "Implement data visualization using a charting library like D3.js.",
"complexityScore": 3
},
"8" : {
"id": "8",
"content": "Set up a MongoDB database for storing and querying analytics data.",
"complexityScore": 4
},
"9" : {
"id": "9",
"content": "Create wireframes for the employee profile page displaying key performance indicators.",
"complexityScore": 2
},
"10" : {
"id": "10",
"content": "Implement CRUD operations for managing employee data using REST APIs.",
"complexityScore": 3
},
"11" : {
"id": "11",
"content": "Design a visually appealing landing page with clear call-to-action buttons.",
"complexityScore": 2
},
"12" : {
"id": "12",
"content": "Implement user authentication using Firebase Authentication.",
"complexityScore": 3
},
"13" : {
"id": "13",
"content": "Set up a Next.js project with server-side rendering for improved performance.",
"complexityScore": 4
},
"14" : {
"id": "14",
"content": "Design a mobile-friendly layout for seamless viewing on different devices.",
"complexityScore": 2
},
"15" : {
"id": "15",
"content": "Implement a search functionality for easily finding employee records.",
"complexityScore": 3
}
},
"users" : {
"1": {
"id": "1",
"currentTasks": 0,
"strengths": ["Objective-C", "Java", "Elasticsearch"]
},
"2": {
"id": "2",
"currentTasks": 0,
"strengths": ["SQL", "TypeScript", "jQuery"]
},
"3": {
"id": "3",
"currentTasks": 0,
"strengths": ["Java", "Bootstrap", "jQuery"]
},
"4": {
"id": "4",
"currentTasks": 0,
"strengths": ["HTML/CSS", "Adobe Creative Suite", "C++"]
},
"5": {
"id": "5",
"currentTasks": 0,
"strengths": ["SQL", "PostgreSQL", "Java"]
},
"6": {
"id": "6",
"currentTasks": 0,
"strengths": ["ReactJS", "JavaScript", "Bootstrap"]
},
"7": {
"id": "7",
"currentTasks": 0,
"strengths": ["Ruby", "ReactJS", "Firebase"]
},
"8": {
"id": "8",
"currentTasks": 0,
"strengths": ["Node.js", "JavaScript", "RESTful APIs"]
},
"9": {
"id": "9",
"currentTasks": 0,
"strengths": ["HTML/CSS", "jQuery", "Go"]
},
"10": {
"id": "10",
"currentTasks": 0,
"strengths": ["JavaScript", "ReactJS", "C++"]
},
"11": {
"id": "11",
"currentTasks": 0,
"strengths": [".NET", "API Integration", "PHP"]
},
"12": {
"id": "12",
"currentTasks": 0,
"strengths": ["SQL", "MongoDB", "Azure"]
},
"13": {
"id": "13",
"currentTasks": 0,
"strengths": ["API Integration", "RESTful APIs", "Linux/Unix"]
},
"14": {
"id": "14",
"currentTasks": 0,
"strengths": ["Ruby", "ReactJS", "C++"]
},
"15": {
"id": "15",
"currentTasks": 0,
"strengths": ["JavaScript", "ReactJS", "Bootstrap"]
}
}
}
]