feat(web): implementar issues de frontend (#54-#58, #71-#81) - #84
Merged
Merged
Conversation
- #71 Onboarding pós-cadastro com etapas e progresso persistido - #72 Página /dashboard/cupons com CRUD completo e toggle ativo - #73 Página /dashboard/whatsapp com número e modelos de mensagem - #74 Página /dashboard/financeiro com métricas, gráfico e export CSV - #75 Página /dashboard/relatorios com top produtos, horários de pico e clientes - #77 Página /dashboard/configuracoes/aparencia com slug, cores e preview - #78 Página /dashboard/configuracoes/entrega com delivery/retirada e taxas - #79 Página pública /pedido/[token] com timeline de status - #80 Central de ajuda com FAQ por categoria e links de contato - #81 Página /dashboard/equipe com convites, cargos e permissões - Novos API files com mock fallback para todos os domínios - Novos tipos em src/types/index.ts - Sidebar atualizada com Equipe, Configurações e Ajuda Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 21, 2026
Adiciona testes unitarios para clientes, complementos, entrega, dashboard e imagem publica de produto.
Atualiza a automacao para cadastrar areas de entrega pela tela dedicada e validar a persistencia pelo nome dinamico.
diasgarcia
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumo
Issues resolvidas
Test plan
cd api && .\mvnw.cmd test— deve passar 337 testes unitarioscd web && npm run test— deve passar 100 testes unitarioscd web && npm run build— build Next deve compilar e typecheck passarcd automations && npm run testcom web/API/DB ativos — fluxos Playwright devem passar sem flaky de taxa de entrega