{
"boardName": "Gerenciamento do Projeto",
"lists": [
{
"name": "✅ A Fazer (To-Do)",
"cards": [
{
"title": "Finalizar o front",
"description": "Concluir UI, revisar responsividade e testar componentes.",
"labels": ["🔴 Urgente"],
"dueDate": "2024-07-20",
"checklist": [
"Revisar componentes React",
"Testar em dispositivos móveis",
"Ajustar paleta de cores"
]
},
{
"title": "Finalizar o backend",
"description": "Integrar APIs, corrigir bugs e otimizar performance.",
"labels": ["🔴 Urgente"],
"dueDate": "2024-07-25",
"checklist": [
"Testar endpoints com Postman",
"Otimizar consultas SQL",
"Documentar rotas da API"
]
},
{
"title": "Montar a documentação",
"description": "Criar manual técnico e guia de usuário.",
"labels": ["🔵 Média Prioridade"],
"dueDate": "2024-08-01"
},
{
"title": "Hospedar o site",
"description": "Configurar servidor e domínio.",
"labels": ["🔴 Urgente"],
"dueDate": "2024-08-10"
}
]
},
{
"name": "⏳ Em Andamento (Doing)",
"cards": [
{
"title": "Desenvolvimento do módulo de login",
"description": "Frontend: integração com API de autenticação.",
"members": ["Ana Silva"],
"dueDate": "2024-07-15"
}
]
},
{
"name": "✔️ Concluído (Done)",
"cards": [
{
"title": "Configuração inicial do Trello",
"description": "Quadro criado e tarefas prioritárias definidas.",
"dueDate": "2024-07-10"
}
]
}
]
}
Hi @Sérgio Murilo Nogueira !
I don't see a question here, do you need any help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.