We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a stars feature on the front-end. Do we already have an overall rating by which I can generate a number of stars from?
Right now for the app I made dummy data that looks like this
{ fname: 'John', lname: 'Doe', avatar: '../img/barber3.jpg', shop_name: 'True', address: '123 Street Ave.', city: 'Cleveland', state:'OH', zip: '44106', rating: '2' }
I grab the overall 'rating' from the barber and generate the number of stars to make
The text was updated successfully, but these errors were encountered:
yes.
Sorry, something went wrong.
sakshyamdahal
No branches or pull requests
I have a stars feature on the front-end. Do we already have an overall rating by which I can generate a number of stars from?
Right now for the app I made dummy data that looks like this
I grab the overall 'rating' from the barber and generate the number of stars to make
The text was updated successfully, but these errors were encountered: