Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 KB

Social & Community

The platform includes social features designed to increase user retention and engagement through Profile interactions.

👤 User Profiles

Every user has a public profile (/profile or /[username]) displaying:

  • Stats: Level, Total Earned, Join Date.
  • Activity: Recent Claims (if public).
  • Social Feed: Users can post updates to their profile.

📝 Posts & Interactions

Posts

  • Content: Text and Image support.
  • Storage: posts table.
  • Context: Posts are associated with the User's profile.

Engagement

  • Comments: Threaded conversations on posts.
  • Reactions: Like/React to content.
  • Mentions: Tag other users (@username).

Tips (Planned)

  • Tipping: Users will be able to tip Tokens to others directly from their posts/profile (Data models post_tips exist to support this).

🛡️ Moderation

  • Reports: Users can report inappropriate content (post_reports).
  • Admin Tools: Admins can view reports and delete content.