EN - I'm proud of having created a subtasks system that was not part of the main challenge. This gave me an extra challenge to resolve, and it made me think about how I could solve this problem and implement it. If I were to do it differently next time, I would focus on maintaining better organization.
PT - Eu estou orgulhoso de ter criado um sistema de criação de subtasks que não tinha sido proposta pelo desafio, me dando um desafio extra a ser resolvido que eu teria que descobrir como implementar. E o que eu faria de diferente da próxima vez seria focar mais na organização.
What challenges did you encounter, and how did you overcome them?EN - I encountered two challenges, the first one was how to implement CRUD in React, because it's very different from CRUD in Vanilla, as in React we need to always update the Virtual DOM, so a simple .push()
method in an Array would not be enough. And the second one was how to create and implement the subtasks system, but it was more simple than the first one, because the logic is almost the same.
PT - Eu encontrei dois desafios, o primeiro foi como implementar um CRUD no React, porque o ele é bem diferente do CRUD no Vanilla, no React precisamos de sempre atualizar o Virtual DOM, então um simples método de Array .push()
não seria o suficiente. E o segundo desafio foi como desenvolver e implementar o sistema de subtasks, mas ele foi bem mais simples do que o primeiro, devido a lógica ser quase a mesma.
EN - Honestly, none. But any feedback is welcome.
PT - Sinceramente, nenhuma. Mas qualquer feedback é bem-vindo.