-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#168430590 user can get an accommodation detail using its ID #67
base: develop
Are you sure you want to change the base?
Conversation
You are also expected to work on getting all accommodation too. you can add it to your PT story description if it is not there. |
Noted I will do so |
what is the status of this PR? |
d6c2960
to
12e1daa
Compare
I apologize for the delay, I got engaged in other tasks. |
12e1daa
to
36663ec
Compare
Code Climate has analyzed commit d57001f and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 93.3% (90% is the threshold). This pull request will bring the total coverage in the repository to 95.7% (0.0% change). View more on Code Climate. |
- created route - created controller function - wrote tests to affirm feature [Finishes #168430590]
36663ec
to
d57001f
Compare
The ratings and like should be included when getting an accommodation look at jude PR on how he fix that |
What does this PR do?
This PR will enable a user to get an accommodation detail using its ID
Description of Task to be completed?
How should this be manually tested?
npm install
npm run start:dev
/accommodation/{accommodationID}
What are the relevant pivotal tracker stories?
#168430590