Need help with ratings

Hey!

I’m making an app in which users can share books, and I’m wondering how to use the rating component so that all the ratings are saved and will appear whenever a user views a book. Should this be done on Airtable? Also, would it be possible to display the average rating on the app?
Thanks!

1 Like

wat have u tried till now?

1 Like

@codeswept, yes you need to store the ratings in a database but first you need to decide whether n the range. Should it be 5 or 10 or whatever number you decide on.

@muneer the range is 5.

1 Like

Great, then all you need is a field in the table to store the rating of the book and in the screen you need to check that the user will not enter anything outside the range.