HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Extension of Endpoint to upload a CV (adding URL to DB) #164

Closed dpfernandes closed 3 years ago

dpfernandes commented 3 years ago

User story

Who: As a developer

What: I want to be able to store the CV Firebase URL on our DB

Why: so that we can retrieve that same URL later

Acceptance criteria

Based on the endpoint described on this issue https://github.com/HackYourFuture-CPH/rate-my-cv/issues/49 make sure that we can Get CV file URL from firebase Post the CV file URL on to the cv table in our APP database using what was developed on this task https://github.com/HackYourFuture-CPH/rate-my-cv/issues/2 And if that is successful redirect to the Profile page described on this issue https://github.com/HackYourFuture-CPH/rate-my-cv/issues/143 where the CV is shown in a new line. If not successful it should show a message on Modal View that states an error - https://github.com/HackYourFuture-CPH/rate-my-cv/issues/165