-
Notifications
You must be signed in to change notification settings - Fork 91
Adicionando Teste Técnico de Desenvolvimento Moveis Simonetti #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apagar o node_modules tbm
Bom dia, apaguei.... fiz pelo github desktop e acabou que foi junto..
Atenciosamente,
*Genivan Rocha*
Analista de Redes e de Comunicação de Dados
Departamento de T.I. | Lojas Simonetti Ltda
27 3765-0820 <27+3765-0880> | 27 99274-6025
***@***.***
moveissimonetti.com.br
<https://br.hubspot.com/email-signature-generator>
Em sex., 4 de abr. de 2025 às 09:29, Lucas dos Santos Abreu <
***@***.***> escreveu:
… ***@***.**** commented on this pull request.
apagar o node_modules tbm
—
Reply to this email directly, view it on GitHub
<#61 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BRESEOKCIFFO4YRUFWWQWXL2XZ3I5AVCNFSM6AAAAAB2M4DQL2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDONBSHAZTANRSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
A LOJAS SIMONETTI LTDA está comprometida com a proteção dos dados pessoais.
Portanto, as informações contidas e/ou anexadas a esta mensagem podem
conter informações de dados pessoais, dados confidenciais ou informações
legalmente privilegiadas que devem ser protegidas contra a divulgação
indevida, estando em conformidade com a Lei 13.709/18 (Lei Geral de
Proteção de Dados Pessoais) – LGPD . Se por algum equívoco do remetente,
você não for o destinatário previsto nesta mensagem, notifique o ocorrido
ao remetente ou ao Encarregado imediatamente através do endereço de e-mail:
***@***.*** ***@***.***> e a exclua
imediatamente. Qualquer forma de utilização dessas informações são
permanentemente proibidas e serão tratadas conforme a legislação aplicável,
sendo apuradas as devidas responsabilidades penais e civis.
|
echo "Buscando investimento ID: " . $investmentId . "<br>"; | ||
|
||
$investment = $this->getInvestmentById($investmentId); | ||
|
||
if (!$investment) { | ||
echo "Investimento não encontrado!<br>"; | ||
echo "URL do banco: " . $_ENV['DATABASE_URL'] . "<br>"; | ||
return new JsonResponse(['error' => 'Investment not found'], 404); | ||
} | ||
|
||
echo "Investimento encontrado!<br>"; | ||
echo "Nome do proprietário: " . $investment->getOwner()->getName() . "<br>"; | ||
echo "Valor: " . $investment->getValue() . "<br>"; | ||
|
||
$investmentDetails = $this->calculateInvestmentDetails($investment); | ||
|
||
echo "<pre>"; | ||
print_r($investmentDetails); | ||
echo "</pre>"; | ||
|
||
exit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@genivanms eu estava começando o review agora, mas vi isso aqui, e não achei uma explicação de como fazer o setup do projeto, apenas da documentação.
quer mexer nesses pontos antes de eu continuar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bom dia, sim irei mexer agora... no caso pela documentação vc não conseguiu testar / fazer funcionar e isso?
Adicionando os arquivos do teste tecnico de desenvolvimento da Moveis Simonetti.