Lorenalgm/DevChallengeAPI

Serialization of data on the back-end

ramos-ph opened this issue · 0 comments

On a recent code review, I could notice that the serialization of the challenges data is being made on the front-end. I think that it shouldn't be the case.

We should use the back-end to provide data AND serialize the same.

For instance, after we get the data from the database, we should do the required parsing such as phrases, capitalization, etc.

This will concentrate the data more on the back-end and use the front-end as a presenter-only.

Você poderia resolver essa Issue com um Pull Request?

  • Sim, eu tenho tempo e posso começar.
  • Sim, eu tenho tempo mas precisaria de alguém para me direcionar.
  • Não, eu não tenho tempo mas poderia solucionar.
  • Não, eu não tenho tempo e não sei por onde começar.