ContriHUB / Sheher

Django project to get info regarding tourist places.
1 stars 19 forks source link

Fetch correct Rating and Review from the Database and display in details of places which is displayed when clicking on the place. #14

Closed CyrilMishra closed 2 years ago

kunal2812 commented 2 years ago

@CyrilMishra how is the overall rating for places to be calculated ? I mean is it supposed to be the mean of security, sanitization, safety and overall fun ratings over all the reviews of the places ?

CyrilMishra commented 2 years ago

@CyrilMishra how is the overall rating for places to be calculated ? I mean is it supposed to be the mean of security, sanitization, safety and overall fun ratings over all the reviews of the places ?

Yes , it is the mean of all of the mentioned matrix of rating.

CyrilMishra commented 2 years ago

Fix the index error , while login to the homepage, as well as put db.sqlite3 file in .gitignore and then push the changes. Also try to make changes according to the models of places. Fix this issues asap and this issue is ready to be closed.

kunal2812 commented 2 years ago

Sorry for bugs. When I logged into the app there was some data already in the db so I thought maybe I have to leave the db as it is. I have made the changes as required. Please verify.