The platform includes social features designed to increase user retention and engagement through Profile interactions.
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.
- Content: Text and Image support.
- Storage:
poststable. - Context: Posts are associated with the User's profile.
- Comments: Threaded conversations on posts.
- Reactions: Like/React to content.
- Mentions: Tag other users (
@username).
- Tipping: Users will be able to tip Tokens to others directly from their posts/profile (Data models
post_tipsexist to support this).
- Reports: Users can report inappropriate content (
post_reports). - Admin Tools: Admins can view reports and delete content.