epic-app

byAbhishek

I want a app and website. Can you make it for me.

LandingLoginComplianceSignupPremiumContentUsersSearchReelsPaymentFeaturesDashboardPhotosProfilePaymentsChat
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks71

#1

Define App Theme System

To Do

As a UI/UX Designer, I want to define a cohesive color palette (#2B1D0E background, #3E2A18 surface, #FFFFFF text, #FF8C42 accent, #A68A6A muted tones), typography scale, spacing system, and component tokens so that all pages share a consistent visual identity across web and mobile aligned to the SRD color spec (warm dark brown theme).

AI 60%
Human 40%
High Priority
1 day
UI/UX Designer
#6

Design Feed API Schema

To Do

As a Backend Developer, I want to design the feed API schema including post, reaction, comment, and pagination models so that frontend feed pages have a stable contract to build against.

AI 68%
Human 32%
High Priority
2 days
Backend Developer
#7

Design Reels API Schema

To Do

As a Backend Developer, I want to design the reels API schema covering video upload, transcoding status, metadata, and streaming endpoints so that reels creation and viewing features have a reliable data contract.

AI 68%
Human 32%
High Priority
2 days
Backend Developer
#8

Design Photos API Schema

To Do

As a Backend Developer, I want to design the photos API schema for upload, storage reference, EXIF stripping, filter application, and sharing visibility so that the photo-sharing feature has a consistent data model.

AI 68%
Human 32%
High Priority
1.5 days
Backend Developer
#9

Design Messaging API Schema

To Do

As a Backend Developer, I want to design the messaging API schema with conversation, message, lock, hide, and E2EE metadata models so that all chat features have a unified and secure data foundation.

AI 68%
Human 32%
High Priority
2 days
Backend Developer
#10

Design Profile API Schema

To Do

As a Backend Developer, I want to design the profile API schema covering user bio, avatar, follower graph, privacy settings, and preferences so that profile and settings pages have a consistent backend contract.

AI 68%
Human 32%
High Priority
1.5 days
Backend Developer
#11

Design Search API Schema

To Do

As a Backend Developer, I want to design the search API schema with full-text user/content search, ranking signals, and filter parameters so that the search page can surface relevant results efficiently.

AI 68%
Human 32%
High Priority
1.5 days
Backend Developer
#12

Design Reports API Schema

To Do

As a Backend Developer, I want to design the user and content reports API schema with report categories, status transitions, and reviewer assignment so that reporting and moderation workflows have a clear data contract.

AI 68%
Human 32%
Medium Priority
1.5 days
Backend Developer
#13

Design Payments API Schema

To Do

As a Backend Developer, I want to design the payments and subscriptions API schema covering plan definitions, Stripe/Razorpay webhook events, transaction records, and refund states so that premium and payment features have a reliable model.

AI 68%
Human 32%
High Priority
2 days
Backend Developer
#14

Design Admin API Schema

To Do

As a Backend Developer, I want to design the admin API schema covering analytics aggregations, feature-flag management, settings CRUD, and audit-log models so that all admin panel pages have a unified backend interface.

AI 68%
Human 32%
High Priority
2 days
Backend Developer
#15

Design Moderation API Schema

To Do

As a Backend Developer, I want to design the content moderation API schema with flagging, review queue, bulk actions, and takedown audit trail models so that admin moderation pages have consistent data access.

AI 68%
Human 32%
High Priority
1.5 days
Backend Developer
#16

Design Compliance API Schema

To Do

As a Backend Developer, I want to design the compliance API schema covering legal rule tracking, jurisdiction mappings, alert events, and report generation jobs so that compliance monitoring features have a solid data foundation.

AI 68%
Human 32%
Medium Priority
1.5 days
Backend Developer
#54

Integrate LiteLLM Multi-AI Gateway

To Do

As an AI Engineer, I want to integrate LiteLLM as a unified gateway routing requests to GPT-5, Claude 4.6 Opus, and Google Nano with fallback logic, rate-limit handling, and cost tracking so that all AI features share a single resilient entry point.

AI 78%
Human 22%
High Priority
3 days
AI Engineer
#59

Implement MFA Authentication Flow

To Do

As a Backend Developer, I want to implement multi-factor authentication with TOTP and SMS/email OTP options in the FastAPI auth service so that all users can protect their accounts with a second verification factor.

AI 65%
Human 35%
High Priority
3 days
Backend Developer
#64

Set Up CDN Media Storage

To Do

As a DevOps Engineer, I want to configure cloud object storage (S3-compatible) with a CDN distribution for photos, videos, and avatars so that media assets are delivered with low latency to a global audience.

AI 65%
Human 35%
High Priority
2 days
DevOps Engineer
#2

Implement Global Component Library

To Do

As a Frontend Developer, I want to implement a shared component library (buttons, inputs, cards, modals, nav elements) aligned to the SRD theme tokens (#2B1D0E background, #FF8C42 accent, #3E2A18 surface, #A68A6A muted) so that all page implementations are structurally consistent and reusable across web and mobile.

Depends on:#1
Waiting for dependencies
AI 80%
Human 20%
High Priority
2 days
Frontend Developer
#44

Implement Feed & Posts API

To Do

As a Backend Developer, I want to implement FastAPI endpoints for creating, fetching, paginating, reacting to, and deleting posts so that the home feed and photo-sharing features are fully powered by a production-ready API.

Depends on:#6#8
Waiting for dependencies
AI 72%
Human 28%
High Priority
4 days
Backend Developer
#45

Implement Reels Upload API

To Do

As a Backend Developer, I want to implement FastAPI endpoints for multi-part video upload, async transcoding queue integration, metadata storage, and streaming manifest generation so that the reels feature can serve video at scale.

Depends on:#7
Waiting for dependencies
AI 70%
Human 30%
High Priority
5 days
Backend Developer
#46

Implement Messaging & Chat API

To Do

As a Backend Developer, I want to implement FastAPI WebSocket and REST endpoints for sending messages, conversation management, lock/hide operations, and delivery receipts so that all chat features have a real-time capable backend.

Depends on:#9
Waiting for dependencies
AI 70%
Human 30%
High Priority
5 days
Backend Developer
#47

Implement Profile & Follow API

To Do

As a Backend Developer, I want to implement FastAPI endpoints for profile CRUD, avatar upload, follower/following graph mutations, and privacy settings so that profile management and social graph features are fully operational.

Depends on:#10
Waiting for dependencies
AI 72%
Human 28%
High Priority
3.5 days
Backend Developer
#48

Implement Search API

To Do

As a Backend Developer, I want to implement a FastAPI search service with full-text indexing, user/content ranking, and autocomplete so that the search page delivers fast, relevant results globally.

Depends on:#11
Waiting for dependencies
AI 70%
Human 30%
High Priority
3.5 days
Backend Developer
#49

Implement Reports & Moderation API

To Do

As a Backend Developer, I want to implement FastAPI endpoints for submitting reports, transitioning report statuses, querying the moderation queue, and executing content removal so that admin moderation workflows are automated.

Depends on:#15#12
Waiting for dependencies
AI 70%
Human 30%
High Priority
3.5 days
Backend Developer
#50

Implement Payments & Subscriptions API

To Do

As a Backend Developer, I want to implement FastAPI endpoints and Stripe/Razorpay webhook handlers for subscription creation, payment processing, refund initiation, and invoice retrieval so that premium membership transactions are secure and globally reliable.

Depends on:#13
Waiting for dependencies
AI 68%
Human 32%
High Priority
5 days
Backend Developer
#51

Implement Admin Analytics API

To Do

As a Backend Developer, I want to implement FastAPI endpoints that aggregate DAU/MAU, content metrics, revenue KPIs, and user growth data so that the admin analytics dashboard has real-time and historical reporting capability.

Depends on:#14
Waiting for dependencies
AI 70%
Human 30%
High Priority
4 days
Backend Developer
#52

Implement Compliance Reporting API

To Do

As a Backend Developer, I want to implement FastAPI endpoints for querying legal rule status, triggering compliance report generation jobs, and streaming export files so that the compliance admin pages are fully functional.

Depends on:#16
Waiting for dependencies
AI 68%
Human 32%
Medium Priority
3 days
Backend Developer
#53

Implement Feature Flags API

To Do

As a Backend Developer, I want to implement a FastAPI feature-flag service backed by a config store so that the admin Features and Settings pages can toggle capabilities at runtime without code redeployments.

Depends on:#14
Waiting for dependencies
AI 70%
Human 30%
Medium Priority
2.5 days
Backend Developer
#62

Set Up React Native Mobile App

To Do

As a Frontend Developer, I want to scaffold the React Native mobile project with shared design tokens, navigation structure, and API client configuration so that mobile development can proceed in parallel with the web app for iOS and Android.

Depends on:#1
Waiting for dependencies
AI 70%
Human 30%
High Priority
3 days
Frontend Developer
#67

Set Up Monitoring & Alerting

To Do

As a DevOps Engineer, I want to configure Prometheus metrics, Grafana dashboards, and alerting for API latency, error rates, crash analytics, and resource utilisation so that operations can detect and fix incidents proactively for a hang-proof experience.

Depends on:#64
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
3 days
DevOps Engineer
#3

Build Landing Galaxy Page

To Do

As a Frontend Developer, I want to implement the Landing (Galaxy Map) page using the existing Landing v3 JSX design — including interactive galaxy animation, star tooltips, time-of-day color shifts, AI floating icon, and smooth zoom transitions — with the warm dark-brown SRD theme (#2B1D0E, #FF8C42) so that visitors experience an immersive entry point. Page navigates to Signup (Create Account) and Login (Sign In).

Depends on:#2
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
Frontend Developer
#4

Build Signup Page UI

To Do

As a Frontend Developer, I want to build the Signup page based on the existing Signup v2 JSX design with form validation, OAuth options, and multi-language labels — styled with the warm SRD theme (#2B1D0E, #FF8C42) — so that new general users can register seamlessly. Navigates to Home (Browse Feed) after successful registration.

Depends on:#2
Waiting for dependencies
AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#5

Build Login Page UI

To Do

As a Frontend Developer, I want to build the Login page based on the existing Login v2 JSX design with email/password fields, OAuth options, and MFA challenge — styled with the warm SRD theme (#2B1D0E, #FF8C42) — so that returning users (general and premium) and admins can authenticate securely. Navigates to Home (Browse Feed) for users and Dashboard (View Analytics) for admins.

Depends on:#2
Waiting for dependencies
AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#17

Build Home Feed Page

To Do

As a Frontend Developer, I want to build the Home (Browse Feed) page based on the existing Home v1 JSX design with infinite scroll, post cards, reaction buttons, and follow suggestions — styled with the warm dark-brown SRD theme — so that users can discover and engage with content. Links to View Reels, Share Photo, Send Message, Edit Profile, and Find Users pages.

Depends on:#2
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#32

Build Admin Login Page

To Do

As a Frontend Developer, I want to build the Admin Login page based on the existing Login v2 JSX design with role-based credential fields and MFA prompt — styled with warm SRD theme — so that administrators can securely access the admin panel. Navigates to Dashboard (View Analytics).

Depends on:#2
Waiting for dependencies
AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#55

Build AI Assistant Chat Feature

To Do

As an AI Engineer, I want to build the in-app AI Assistant using Langchain and the LiteLLM gateway with conversation memory, context injection, voice command support, and streaming responses so that users can interact with a helpful AI across the platform.

Depends on:#54#46
Waiting for dependencies
AI 85%
Human 15%
High Priority
5 days
AI Engineer
#56

Build AI Content Moderation Service

To Do

As an AI Engineer, I want to build an AI-powered content moderation service using LLM classification and image-safety APIs so that flagged posts are automatically scored and routed to the admin moderation queue.

Depends on:#54#49
Waiting for dependencies
AI 82%
Human 18%
High Priority
4 days
AI Engineer
#57

Build AI Feed Recommendation Engine

To Do

As an AI Engineer, I want to build a personalised feed ranking model using Langchain pipelines and user engagement signals so that the home feed and reels viewer surface the most relevant content for each user.

Depends on:#44#54
Waiting for dependencies
AI 80%
Human 20%
High Priority
5 days
AI Engineer
#58

Implement E2EE Messaging Encryption

To Do

As a Backend Developer, I want to implement end-to-end encryption for chat messages using the Signal Protocol or libsodium so that message content is readable only by the intended sender and recipient.

Depends on:#46
Waiting for dependencies
AI 62%
Human 38%
High Priority
5 days
Backend Developer
#60

Implement i18n Multi-Language Support

To Do

As a Frontend Developer, I want to integrate i18next with locale files for at least 5 languages and a runtime locale switcher so that the app is accessible to a worldwide global audience.

Depends on:#2
Waiting for dependencies
AI 72%
Human 28%
Medium Priority
3 days
Frontend Developer
#61

Configure PWA Desktop Install

To Do

As a Frontend Developer, I want to configure a Web App Manifest and Service Worker with offline caching strategies so that users can install the app on Windows, macOS, and Linux desktops/laptops via browser PWA prompts.

Depends on:#2
Waiting for dependencies
AI 72%
Human 28%
Medium Priority
2.5 days
Frontend Developer
#63

Build Mobile Core Pages

To Do

As a Frontend Developer, I want to implement the key mobile screens (Home Feed, Reels, Chat, Profile, Search) in React Native reusing shared logic so that users have a native-quality experience on iOS and Android.

Depends on:#62#44#46#47
Waiting for dependencies
AI 72%
Human 28%
High Priority
7 days
Frontend Developer
#65

Configure Push Notifications Service

To Do

As a Backend Developer, I want to integrate FCM/APNs push notification service with topic-based routing for messages, likes, and system alerts so that users receive timely in-app and device notifications.

Depends on:#44#46
Waiting for dependencies
AI 68%
Human 32%
Medium Priority
2.5 days
Backend Developer
#66

Implement API Rate Limiting

To Do

As a Backend Developer, I want to implement per-user and per-IP request rate limiting across all FastAPI endpoints using Redis so that the platform is protected against abuse and DDoS attempts.

Depends on:#46#50#44
Waiting for dependencies
AI 68%
Human 32%
High Priority
2 days
Backend Developer
#70

Build Home Page Design

To Do

As a Frontend Developer, I want to design and implement the Home page (Browse Feed) UI from scratch — including layout, component structure, feed cards, navigation bar, and story/reel highlights row — aligned to the SRD warm dark-brown theme (#2B1D0E background, #FF8C42 accent) since no Home v2+ JSX design is available yet, so that the home experience is visually consistent with all other designed pages.

Depends on:#2
Waiting for dependencies
AI 75%
Human 25%
High Priority
2 days
Frontend Developer
#71

Build Settings Page Design

To Do

As a Frontend Developer, I want to design and implement the Settings page UI from scratch — including preferences layout, toggle components, language selector, and theme switcher — aligned to the SRD warm dark-brown theme (#2B1D0E, #FF8C42) since no Settings v2+ JSX design is available yet, so that the settings experience is visually consistent with all other designed pages.

Depends on:#2
Waiting for dependencies
AI 75%
Human 25%
Medium Priority
1.5 days
Frontend Developer
#18

Build Home Reels Viewer

To Do

As a Frontend Developer, I want to build the Home (View Reels) page based on the existing Reels v2 JSX design with full-screen vertical scroll, mute/unmute, like, share, and comment overlay — themed with warm SRD colors — so that users can consume short-form video content. Links to Create Reel page.

Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#20

Build Photo Share Page

To Do

As a Frontend Developer, I want to build the Photos (Share Photo) page based on the existing Photos v2 JSX design with upload, filter, caption, tagging, and visibility controls — styled with warm SRD theme — so that users can post photos to their profile and feed. Accessible from Home Feed.

Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#21

Build Chat Send Message Page

To Do

As a Frontend Developer, I want to build the Chat (Send Message) page based on the existing Chat v3 JSX design with real-time message bubbles, media attachment, emoji picker, and read receipts — styled with warm SRD theme — so that users can communicate instantly. Hidden chats must NOT be visible in the chat box; they should only be represented by a discreet emoji/icon indicator. Links to Lock Chat and Hide Chat pages.

📷1 image
Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#24

Build User Profile Page

To Do

As a Frontend Developer, I want to build the Profile (Edit Profile) page based on the existing Profile v2 JSX design with avatar upload, bio, links, privacy toggles, and follower/following counts — styled with warm SRD theme — so that users can manage their public identity. Accessible from Home Feed.

Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#25

Build Search Users Page

To Do

As a Frontend Developer, I want to build the Search (Find Users) page based on the existing Search v2 JSX design with live search input, user result cards, follow/unfollow actions, and filter chips — styled with warm SRD theme — so that users can discover and connect with others. Accessible from Home Feed; links to Profile (Report User).

Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#27

Build Premium Subscribe Page

To Do

As a Frontend Developer, I want to build the Premium (Subscribe Plan) page based on the existing Premium v2 JSX design displaying plan tiers, feature comparison table, and a subscribe CTA ($29/month) — styled with warm SRD theme — so that users can choose and initiate a premium membership. Navigates to Payment (Complete Purchase) page.

Depends on:#17
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#33

Build Admin Analytics Dashboard

To Do

As a Frontend Developer, I want to build the Admin Dashboard (View Analytics) page based on the existing Dashboard v2 JSX design with KPI cards, growth charts, engagement metrics, and date-range filters — styled with warm SRD theme — so that admins can monitor platform health at a glance. Central hub linking to Manage Users, Moderate Posts, Update App, Monitor Legal, and View Transactions.

Depends on:#32
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#68

Conduct Security Penetration Review

To Do

As a Tech Lead, I want to conduct a structured security review covering OWASP Top 10, authentication flows, E2EE implementation, and payment handling so that critical vulnerabilities are identified and remediated before Play Store / App Store launch.

Depends on:#58#66#50#59
Waiting for dependencies
AI 55%
Human 45%
High Priority
4 days
Tech Lead
#19

Build Reels Creator Page

To Do

As a Frontend Developer, I want to build the Reels (Create Reel) page based on the existing Reels v2 JSX design with camera/upload toggle, trimming controls, caption input, and publish workflow — styled with warm SRD theme — so that users can create and share short videos.

Depends on:#18
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#22

Build Lock Chat Page

To Do

As a Frontend Developer, I want to build the Chat (Lock Chat) page based on the existing Chat v3 JSX design with PIN/biometric lock setup UI — locked chats shown only with a subtle lock icon next to chat name, never exposing content — so that users can protect sensitive conversations. Accessible from Send Message page.

📷1 image
Depends on:#21
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#23

Build Hide Chat Page

To Do

As a Frontend Developer, I want to build the Chat (Hide Chat) page based on the existing Chat v3 JSX design with secret folder UI and access-code entry — hidden chats must NOT appear in the main chat box at all; only a discreet emoji/icon indicator should hint at their existence — so that users can fully conceal selected conversations. Accessible from Send Message page and Access Locked Chat for premium users.

📷1 image
Depends on:#21
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#26

Build Report User Page

To Do

As a Frontend Developer, I want to build the Profile (Report User) page based on the existing Profile v2 JSX design with report category selection, optional description, and submission confirmation — styled with warm SRD theme — so that users can flag inappropriate accounts. Accessible from Find Users (Search) page.

Depends on:#25
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1 day
Frontend Developer
#28

Build Payment Checkout Page

To Do

As a Frontend Developer, I want to build the Payment (Complete Purchase) page based on the existing Payment v2 JSX design with Stripe/Razorpay embedded form, order summary, and post-payment confirmation — styled with warm SRD theme — so that premium users can securely complete transactions worldwide. Navigates to Home (Browse Ad-Free) on success.

Depends on:#27
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#34

Build Admin Manage Users Page

To Do

As a Frontend Developer, I want to build the Admin Dashboard (Manage Users) page based on the existing Users v2 JSX design with searchable user table, role assignment, status badges, and bulk-action toolbar — styled with warm SRD theme — so that admins can administrate user accounts efficiently. Accessible from View Analytics; links to Review Reports and Block User.

Depends on:#33
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#37

Build Moderate Posts Admin Page

To Do

As a Frontend Developer, I want to build the Content (Moderate Posts) admin page based on the existing Content v2 JSX design with content queue, AI flag indicators, preview cards, and approve/reject actions — styled with warm SRD theme — so that admins can review flagged posts efficiently. Accessible from View Analytics; links to Remove Content.

Depends on:#33
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#39

Build Update App Features Page

To Do

As a Frontend Developer, I want to build the Features (Update App) admin page based on the existing Features v2 JSX design with feature-flag toggles, version rollout controls, and change-log editor — styled with warm SRD theme — so that admins can manage feature releases without redeployment. Accessible from View Analytics; links to Configure Features.

Depends on:#33
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#41

Build Compliance Monitor Page

To Do

As a Frontend Developer, I want to build the Compliance (Monitor Legal) admin page based on the existing Compliance v2 JSX design with jurisdiction-based rule status, automated alert feed, and escalation workflow — styled with warm SRD theme — so that admins can maintain ongoing regulatory compliance (GDPR, PCI DSS). Accessible from View Analytics; links to Generate Report.

Depends on:#33
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#43

Build Admin Payments Dashboard

To Do

As a Frontend Developer, I want to build the Payments (View Transactions) admin page based on the existing Payments v2 JSX design with transaction table, refund actions, revenue summary charts, and CSV export — styled with warm SRD theme — so that admins can oversee all global payment activity. Accessible from View Analytics.

Depends on:#33
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#29

Build Ad-Free Premium Home

To Do

As a Frontend Developer, I want to build the Home (Browse Ad-Free) variant based on the Home v1 JSX design for premium users that suppresses all ad slots and surfaces an exclusive content badge — styled with warm SRD theme — so that premium subscribers experience a clean feed. Links to Create Reel, Access Locked Chat, Share Photo, and Manage Privacy pages.

Depends on:#28
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#35

Build Review Reports Page

To Do

As a Frontend Developer, I want to build the Users (Review Reports) admin page based on the existing Users v2 JSX design with a report queue, severity indicators, reporter/reported context, and action buttons — styled with warm SRD theme — so that admins can triage user-submitted reports. Accessible from Manage Users; links to Block User.

Depends on:#34
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#38

Build Remove Content Admin Page

To Do

As a Frontend Developer, I want to build the Content (Remove Content) admin page based on the existing Content v2 JSX design with batch selection, removal confirmation, notification-to-user toggle, and takedown audit trail — styled with warm SRD theme — so that admins can execute content removal actions. Accessible from Moderate Posts.

Depends on:#37
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#40

Build Configure Features Settings

To Do

As a Frontend Developer, I want to build the Settings (Configure Features) admin page based on the existing Settings v1 JSX design with global configuration forms, environment variable overrides, and save/rollback controls — styled with warm SRD theme — so that admins can tune platform-wide settings. Accessible from Update App Features.

Depends on:#39
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#42

Build Compliance Report Generator

To Do

As a Frontend Developer, I want to build the Compliance (Generate Report) admin page based on the existing Compliance v2 JSX design with date-range picker, export-format selector, and scheduled report configuration — styled with warm SRD theme — so that admins can produce audit-ready compliance documents. Accessible from Monitor Legal.

Depends on:#41
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1 day
Frontend Developer
#30

Build Manage Privacy Page

To Do

As a Frontend Developer, I want to build the Profile (Manage Privacy) page based on the existing Profile v2 JSX design for premium users with granular visibility controls, blocked users list, and data export option — styled with warm SRD theme — so that premium members can fine-tune who sees their content. Accessible from Home (Browse Ad-Free); links to Settings (Update Preferences).

Depends on:#29
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#36

Build Block User Admin Page

To Do

As a Frontend Developer, I want to build the Users (Block User) admin page based on the existing Users v2 JSX design with confirmation modal, reason dropdown, duration selector, and audit log — styled with warm SRD theme — so that admins can enforce account suspensions. Accessible from Review Reports.

Depends on:#35
Waiting for dependencies
AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#69

Build Access Locked Chat Page

To Do

As a Frontend Developer, I want to build the Chat (Access Locked Chat) page based on the existing Chat v3 JSX design with PIN/biometric unlock prompt and locked conversation list — locked chats indicated only by a subtle lock icon, never exposing content directly — so that premium users can securely access their protected chats. Accessible from Premium Home; links to Hide Chat page.

📷1 image
Depends on:#29
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#31

Build Settings Preferences Page

To Do

As a Frontend Developer, I want to build the Settings (Update Preferences) page based on the existing Settings v1 JSX design with notification toggles, language selector, theme switcher, and linked accounts panel — styled with warm SRD theme — so that users can personalise their app experience. Accessible from Manage Privacy page.

Depends on:#30
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
Landing design preview
Login: Sign In
Dashboard: View Analytics
Dashboard: Manage Users
Users: Review Reports
Users: Block User
Content: Moderate Posts
Content: Remove Content
Features: Update App
Settings: Configure Features
Compliance: Monitor Legal
Compliance: Generate Report
Payments: View Transactions