DeeJaeMann / careercompass

MIT License
0 stars 0 forks source link

Keywords Page Needed #59

Closed DeeJaeMann closed 5 months ago

DeeJaeMann commented 5 months ago

SubTask of User Story 03

DeeJaeMann commented 5 months ago

Challenges: Difficulties getting the correct error response to display to the user Ended up mapping through the keys and displaying the results from error.response.data

Conditional rendering: Initially used !keywords which would display 1 keyword once it was submitted and no more fields. Adjusted the logic to display the current values and the remaining fields left blank for users with less than 6 keywords

Identified a missed error log when updating a keyword. Added it for better bug tracking while developing the front end.