-
Notifications
You must be signed in to change notification settings - Fork 19
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
Replace places #84
base: main
Are you sure you want to change the base?
Replace places #84
Conversation
@kunal2812 I have made the PR . Please review and tell if any changes needs to be done . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Places are not visible at all on the home page even though they are present.
- On the 'All Places' page, I am unable to see full information about the place. When I click on the place, a modal should open, just like it did on the home page
Code is poorly tested. Please check #81 to see what is required.
@kunal2812 Sir I have fetched the places for top places from review ratings model, so only the places which are rated will be visible. |
Otherwise on what basis will we display the top places ? |
If we do not have enough rated places we can populate the "Top Places" section with places without ratings. The key point is that it should not be empty if we have places available. |
@kunal2812 Should I make it same as the previous all places section in this case? |
Suppose there are 4 places - Place1: Rating 4, Place2: Rating 5, Place3: Not Rated, Place4: Not Rated. So in the top section places the order should be - Place2 > Place1 > (Place3 = Place4) |
Okay I will implement this |
@kunal2812 I have made the required changes . Please see to it . |
@kunal2812 I have corrected the modal . Please see it |
@kunal2812 Sir I have implemented all the features now . Please check if anything else needs to be done . |
@kunal2812 Sir I have corrected the frontend of the cards and uncommented the lines . I tried hard to implement the functionality but couldn't do it . |
"Check Safety" functionality is already implemented. You just have to use it. Refer to "Home" page to see how it's done. Try to complete it. |
@kunal2812 Sir I tried a lot to implement the functionality . But I am not able to do it. |
Description
Replaced places section with top places section and created separate all places page
Related Issue
Fixes #81 (issue)
Type of change
Motivation and Context
How Has This Been Tested?
It has been tested by running on my local system.
Screenshots (if appropriate):
Checklist:
Test Configuration: