feat: Implement community feature#13
Conversation
This change introduces a new community feature to ZenCom, allowing users to create, join, leave, and post within communities. Key changes: - Added `communities` and `community_members` tables to the Supabase schema. - Modified the `posts` table to include a `community_id`. - Implemented RLS policies for the new tables to ensure data security. - Created a new "Komunitas" page in the UI for community discovery and creation. - Integrated a community selector into the post creation form. - Updated the main feed to display posts only from the user's joined communities. - Added a full frontend verification script using Playwright to test the new functionality.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. |
✅ Deploy Preview for zencom ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This change introduces a new community feature to ZenCom. Users can now create, join, and leave communities. Posts are now associated with communities, and the main feed is filtered to show posts only from the communities a user has joined.
PR created automatically by Jules for task 8516758825382413060