Skip to content
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

Does a barber have an overall rating? #13

Closed
eddiem3 opened this issue Nov 3, 2014 · 1 comment
Closed

Does a barber have an overall rating? #13

eddiem3 opened this issue Nov 3, 2014 · 1 comment
Assignees
Labels

Comments

@eddiem3
Copy link
Owner

eddiem3 commented Nov 3, 2014

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

@sakshyamdahal
Copy link
Collaborator

yes.

@eddiem3 eddiem3 closed this as completed Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants