qweuqioweqoiwe
Here's what I'd prioritize:
Must-haves before launch:
Terms of Service & Privacy Policy pages — you're collecting user data, emails, and storing content. Non-negotiable legally
Email confirmation flow — right now if someone signs up, does the email verification work and redirect correctly?
Password reset flow — users will forget passwords, this needs to work
404 page — you have a redirect to /404 but does that page exist?
Error states — what happens if a game page fails to load, or a review fails to submit?
SEO basics — meta descriptions, og:image tags on game/profile pages so links look good when shared on Discord/Twitter
Core features that feel missing:
Writing a review — can users actually submit reviews from the game page? That's the core loop
Rating/voting on reviews — you have a review_votes table but is the UI wired up?
Follow feed / homepage — what does a logged-in user see on the homepage? Right now is it just browse?
Notifications — when someone follows you or likes your review
Polish:
Mobile responsiveness — profile page especially needs checking on small screens
Loading states — spinner or skeleton while data loads
Empty states — new users with 0 reviews need guidance on what to do next
What's the most broken or missing right now from a user's perspective?