A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
Hi,
I'm trying to make a thumbs up/down like rating system for forum topics/replies. The rating system as is does not like negative values so i have to store 0's and 1's I guess. Any Ideas how to effectively store and retrieve this type of rating?
I want to store the number of ratings, and get how many likes/dislikes a certain topic/reply (or any entity) has.