KorynLA / GuineaPigFactsBackend

Daily guinea pig facts
0 stars 0 forks source link

Week2 base crud #4

Closed KorynLA closed 4 years ago

KorynLA commented 4 years ago

Week 2 work done

KorynLA commented 4 years ago

From code review still need to implement/fix:

KorynLA commented 4 years ago

Spec for Parameter Validation

User Controller

Fact Controller

rdelhommer commented 4 years ago

let me know when you're ready. looks like you still have a little bit left on your todo list

KorynLA commented 4 years ago

let me know when you're ready. looks like you still have a little bit left on your todo list

@rdelhommer It's ready for review.

Also, I didn't implement path variable validation. If the id passed as the path variable doesn't return a document then it wasn't a valid id. Or is it standard to also have a validation for the path variables?