HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Endpoint to retrieve the last uploaded CVs #95 #155

Closed CharlesKimMaina closed 3 years ago

CharlesKimMaina commented 3 years ago

Title : Endpoint to retrieve the last uploaded CVs #95

One can retrieve from the DB a list the 3 last upload CVs or All the whole list (limit to 20), so that you can view them on Frontend.

Fixes # https://github.com/HackYourFuture-CPH/rate-my-cv/issues/95

How to test?

On frontend, you can see the 3 last uploaded CVs as below;

last3uploadedCvs

On backend Testing,., I joined users and cv tables, I created new usercv router and usercv controller. I also limit the cvs numbers to be fetched from backend to max 20 cvs. see joined table below;

users+cvs_JOINED_tables

Checklist

CharlesKimMaina commented 3 years ago

Thanks Mr Kamal