carlosvegap / capstone-kickoff

0 stars 0 forks source link

Refactor Back Experience get Experience Information #71

Closed CarLosVegga closed 1 year ago

CarLosVegga commented 1 year ago

Hi everyone!

Almost the last PR of backend refactoring

In general:

I reused one of the Queries I had for the experience information. I changed the axios.post for axios.get Used the headers for the username Fixed a problem about how I was calling the experience information to check if all fields are completed (if one is missing), allowing description to be empty since it is not mandatory. I erased some TODOs that no longer apply