jolly-litlabs

byLarry Bol

litlabs.net what can i do to make it all work

LandingLogin
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks32

#1

Implement Navbar for Landing

To Do

As a frontend developer, implement the Navbar section for the Landing page. This sticky navigation uses framer-motion's useScroll and useTransform hooks to dynamically animate background opacity (0.6→0.95) and border opacity (0→0.3) as the user scrolls past 80px. Includes a LogoLeafIcon SVG with 4 sequential motion.path animations (leaf shape, central vein, two side veins) using pathLength spring transitions with staggered delays (0, 0.3, 0.5, 0.6s). NavLinkItem components feature whileHover scaleX underline animations via spring (stiffness 400, damping 25). Desktop layout shows navLinks array (Home /Home, Features /Landing#features, About /About) plus Login and Sign Up CTA buttons. Mobile hamburger triggers AnimatePresence drawer sliding in from x=-280 with spring (stiffness 300, damping 30), with overlay fade and staggered link reveals (0.05s delay each). Uses useState for mobileOpen/scrolled, useEffect for scroll listener cleanup. Note: this component may already exist from a previous page — verify before regenerating.

AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#10

Build Auth API Endpoints

To Do

As a Backend Developer, implement FastAPI authentication endpoints: POST /auth/login (JWT token generation), POST /auth/logout, POST /auth/refresh-token, POST /auth/forgot-password, POST /auth/reset-password, GET /auth/me. Use JWT tokens with appropriate expiry, password hashing via bcrypt, and rate limiting. Required by Login, Register, Settings (reset password), and Profile pages.

AI 70%
Human 30%
High Priority
2 days
Backend Developer
#13

Build Public Content API

To Do

As a Backend Developer, implement FastAPI public content endpoints: GET /content (list articles, accessible without auth), GET /content/{id} (article detail), GET /content/search?q= (full-text search). Include pagination and filtering by category/tag. Required by PublicContent page (Explore Articles, View Details) and Guest user flow.

AI 65%
Human 35%
Medium Priority
1.5 days
Backend Developer
#19

Define DB Models and Migrations

To Do

As a Data Engineer, define SQLAlchemy ORM models and Alembic migrations for all core entities: User (id, email, hashed_password, role, is_active, created_at, updated_at), Content (id, title, body, category, tags, author_id, is_public, created_at), ActivityLog (id, user_id, action, resource, metadata, timestamp), CommunityActivity (id, title, description, created_by, participants), Post (id, body, author_id, community_activity_id, created_at), UserSettings (user_id, preferences JSON, security_config JSON). Run initial migration via Alembic.

AI 60%
Human 40%
High Priority
2 days
Data Engineer
#21

Setup Global State Management

To Do

As a Frontend Developer, configure global state management (React Context or Zustand) for: auth state (user object, token, role), theme/design tokens, notification/alert queue, and search query persistence. Create AuthProvider wrapping the app, useAuth hook, and useNotifications hook. Ensures consistent auth state across all pages (Dashboard, Profile, Settings, Community, UserManagement, ActivityLogs).

AI 65%
Human 35%
High Priority
1.5 days
Frontend Developer
#2

Implement LandingHero for Landing

To Do

As a frontend developer, implement the LandingHero section for the Landing page. This full-viewport hero combines @react-three/fiber Canvas with GSAP ScrollTrigger and framer-motion. The Canvas renders two 3D components: FloatingParticles (60-point bufferGeometry with Float32Array positions/sizes, pointsMaterial color #1A73E8 opacity 0.5, useFrame animating sinusoidal Y/X drift and slow Y rotation) and FloatingBook (group with useFrame sin/cos rotation and Y float animation). GSAP registers ScrollTrigger plugin and drives scroll-triggered entrance animations. Static content includes an illustrations array (3 items: Interactive Storybooks, Spark New Ideas, Community Learning with icon/label/desc/variant fields) and stats array (10K+ Learners, 500+ Courses, 98% Satisfaction). Uses useRef for DOM targets, useState for particle positions/sizes initialized with Float32Array. Requires three, @react-three/fiber, gsap/ScrollTrigger, and framer-motion dependencies.

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

Implement LandingValueProp for Landing

To Do

As a frontend developer, implement the LandingValueProp section for the Landing page. Uses GSAP ScrollTrigger for 5 distinct scroll-triggered animations: (1) headlineRef color shift from gray to #1A73E8 (power2.out, 0.8s, start 'top 80%'); (2) accentLineRef scaleX 0→1 with opacity (power3.out, 0.6s, start 'top 75%'); (3) introRef opacity fade (power2.out, 0.7s, start 'top 65%'); (4) foldLeftRef x slide-in from off-screen with opacity 0.12 scrub 0.8 (start 'top 85%', end 'bottom 20%'); (5) foldRightRef mirrored slide-in. framer-motion wordVariants animate individual words with opacity 0→1, y 18→0, blur 4px→0 (duration 0.45, cubic-bezier easing). containerVariants staggers children at 0.05s with 0.3s delayChildren. subheadlineText is split into words array for per-word animation. introText is a static paragraph. Uses useRef for sectionRef, headlineRef, accentLineRef, introRef, foldLeftRef, foldRightRef with gsap.context for cleanup.

Depends on:#1
Waiting for dependencies
AI 88%
Human 12%
High Priority
1 day
Frontend Developer
#4

Implement LandingFeatures for Landing

To Do

As a frontend developer, implement the LandingFeatures section for the Landing page. Renders a grid of 6 feature cards from the features array (Secure Authentication, Community Learning, Personalized Content, Activity Tracking, Admin Dashboard, Collaborative Tools — each with title, description, icon key). Six custom SVG icon components: ShieldIcon (path with checkmark), CommunityIcon (circle + path + two semi-transparent circles), PersonalizeIcon (rect with lines and circle), ActivityIcon, DashboardIcon, CollabIcon — each using stroke='currentColor' strokeWidth='2'. Uses framer-motion useInView hook for scroll-triggered card entrance animations. Each card animates independently on viewport entry. Responsive grid collapses from 3-col to 2-col to 1-col across breakpoints.

Depends on:#1
Waiting for dependencies
AI 88%
Human 12%
High Priority
1 day
Frontend Developer
#5

Implement LandingHowItWorks for Landing

To Do

As a frontend developer, implement the LandingHowItWorks section for the Landing page. Renders a 4-step journey using steps array (Sign Up/UserPlus/BookOpen, Explore/Compass/Sparkles, Engage/MessageCircle/Users, Grow/TrendingUp/Rocket) with dual icon fields (Icon from lucide-react for step, pageIcon for book illustration page). StepItem sub-component uses useInView (framer-motion, once:false, amount:0.6) to toggle hiw-step--active class and animate step number scale (1→1.1) and fontSize (20px→24px) via spring (stiffness 300, damping 20). Each StepItem entrance: opacity 0→1, x -30→0 with 0.12s staggered delay. BookIllustration component uses GSAP ScrollTrigger with pageRef animating rotationY 0→-160deg (power2.inOut, scrub) triggered from 'top center' to 'bottom center'. Requires lucide-react for icon imports.

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

Implement LandingInteractive for Landing

To Do

As a frontend developer, implement the LandingInteractive section for the Landing page. Renders 4 expandable popup cards from popupCards array: Security (Shield, #1A73E8, direction:left), Learn Together (Users, #FF6F61, direction:right), Track Progress (BarChart3, #b8960a, direction:left), Customize Your Path (Palette, #FFA500, direction:right). Each card has id, title, snippet, description, tags array, icon (lucide-react component), colorVar, modifier (CSS class suffix), and direction fields. Custom useInView hook uses IntersectionObserver (threshold 0.15) with once:true behavior. PopupCard sub-component receives isExpanded/onToggle props and toggles expanded content via AnimatePresence. Uses useState for tracking expanded card id, useRef for section container. Lucide-react icons: Shield, Users, BarChart3, Palette, ChevronDown. Tags rendered as badge chips. Direction field controls animation offset direction.

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

Implement LandingTestimonials for Landing

To Do

As a frontend developer, implement the LandingTestimonials section for the Landing page. Renders a carousel/slider of 6 testimonials from the testimonials array (Sarah Mitchell/Educator, David Chen/Student, Amara Johnson/Organizer, Marcus Rivera/Professor, Priya Patel/EdTech Admin, James Okafor/Researcher — each with name, initial, role, rating:5, quote). StarRating sub-component maps 5 motion.svg stars with staggered entrance animations: initial opacity 0.2/scale 0.6, animate to opacity 1/scale 1 with spring (stiffness 300, damping 18, delay 0.15*i). Each star's motion.path fill animates from rgba(200,200,200,0.3) to #FFD700 for active stars (delay 0.15*i+0.1). Uses useState for active slide index, useEffect for auto-advance timer, useRef for carousel container, useCallback for navigation handlers. useAnimation and AnimatePresence from framer-motion for slide transitions.

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

Implement LandingCTA for Landing

To Do

As a frontend developer, implement the LandingCTA section for the Landing page. Uses GSAP ScrollTrigger to animate gradientRef opacity (power2.out, 0.8s, scrub 0.6, start 'top 80%', end 'center center'). Magnetic button effect via handleMouseMove/handleMouseLeave callbacks computing dx/dy offset (multiplied by 0.15) from button center via getBoundingClientRect, stored in btnOffset state ({x,y}). Click handler spawns 10 particle burst objects: angle computed as (2π*i/10 + random offset), distance 40-90px, random color from PARTICLE_COLORS array (#FFD700, #FFA500, #FF6F61, #1A73E8, #34A853), size 5-11px — stored in particles state and cleaned up after 700ms timeout via particleIdRef counter. framer-motion variants: headlineVariants (y:40→0, spring stiffness:80 damping:18, delay:0.1), subheadlineVariants (y:30→0, delay:0.25). useInView (once:true, amount:0.3) gates all animations. AnimatePresence wraps particle renders.

Depends on:#1
Waiting for dependencies
AI 87%
Human 13%
High Priority
1.5 days
Frontend Developer
#9

Implement Footer for Landing

To Do

As a frontend developer, implement the Footer section for the Landing page. Renders a multi-column footer with 5 link arrays: productLinks (Interactive Learning /Dashboard, Community Hub /Community, Activity Logs /ActivityLogs, Public Content /PublicContent, Results & Analytics /Results), companyLinks (About Us, Mission, Careers, Blog, Press — all /About or /Community), resourceLinks (6 items linking to /Home, /PublicContent, /Community), legalLinks (5 items linking to /Landing). LeafLogo SVG uses 4 sequential motion.path animations: outer leaf shape (pathLength 0→1, duration 1.8), central vein (delay 0.8, duration 1.2), left vein (delay 1.4, duration 0.8), right vein (delay 1.6, duration 0.8). Social icons (LinkedIn, Twitter, GitHub, Discord) each animate with whileHover rotate:360 transition (duration 0.6). containerVariants staggers LinkColumn children at 0.1s. Parallax background SVG layer (two wave paths at rgba(26,115,232,0.06/0.04)) and parallax midground dot layer use CSS transform with --scroll variable. whileInView trigger with once:true, amount:0.15. Note: this component may already exist from a previous page — verify before regenerating.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#11

Build User Management API

To Do

As a Backend Developer, implement FastAPI user management endpoints: GET /users (list with pagination/filter), GET /users/{id}, PUT /users/{id}, DELETE /users/{id}, POST /users/{id}/suspend, POST /users/{id}/permissions. Include role-based access control (RBAC) so only Admins can access these routes. Required by UserManagement page (Manage Accounts, Edit Permissions, Suspend Account flows).

Depends on:#10
Waiting for dependencies
AI 65%
Human 35%
High Priority
2 days
Backend Developer
#12

Build Activity Logs API

To Do

As a Backend Developer, implement FastAPI activity log endpoints: GET /activity-logs (paginated, filterable by user/action/date), GET /activity-logs/{id}, POST /activity-logs (internal write). Middleware to auto-log significant user actions (login, permission changes, content access). Required by ActivityLogs page (Admin: Review Events flow). Note: frontend ActivityLogs page tasks should depend on this API.

Depends on:#10
Waiting for dependencies
AI 65%
Human 35%
High Priority
1.5 days
Backend Developer
#14

Build Community API Endpoints

To Do

As a Backend Developer, implement FastAPI community endpoints: GET /community/activities (list community activities), POST /community/activities/{id}/join, GET /community/activities/{id}/participants, POST /community/posts, GET /community/posts (feed), POST /community/posts/{id}/reactions. Requires auth for write operations. Required by Community page (Join Activity, Participate flows).

Depends on:#10
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
2 days
Backend Developer
#15

Build User Profile API

To Do

As a Backend Developer, implement FastAPI profile endpoints: GET /profile (current user), PUT /profile (update name, bio, avatar), GET /profile/{id} (public profile), GET /profile/activity (user's own activity summary). Required by Profile page (View Profile flow) and Settings page (Reset Password flow).

Depends on:#10
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
1 day
Backend Developer
#17

Build Results Search API

To Do

As a Backend Developer, implement FastAPI search/results endpoints: GET /search?q=&type=&page= (unified search across content and community items), GET /results/{id} (detail view). Support filtering and sorting. Required by Results page (View Results flow from Home: Search Content).

Depends on:#13
Waiting for dependencies
AI 65%
Human 35%
Medium Priority
1 day
Backend Developer
#18

Build Settings API Endpoints

To Do

As a Backend Developer, implement FastAPI settings endpoints: GET /settings (user preferences), PUT /settings (update preferences), PUT /settings/security (change password, enable/disable 2FA), PUT /settings/notifications. Admin-specific: GET /settings/security-protocols, PUT /settings/security-protocols. Required by Settings page (Configure Security, Update Protocols, Reset Password flows).

Depends on:#10
Waiting for dependencies
AI 60%
Human 40%
Medium Priority
1 day
Backend Developer
#20

Integrate LiteLLM AI Routing

To Do

As an AI Engineer, integrate LiteLLM for LLM routing and Langchain for chain management. Set up LiteLLM proxy configuration targeting GPT 5.4. Implement FastAPI endpoint POST /ai/chat for user-friendly AI responses. Create Langchain chains for: content recommendations, community activity suggestions, and help/FAQ responses. Expose via REST API consumed by Home and Community pages.

Depends on:#19
Waiting for dependencies
AI 75%
Human 25%
Medium Priority
3 days
AI Engineer
#22

Setup Auth Middleware and Guards

To Do

As a Frontend Developer, implement route guards and auth middleware: ProtectedRoute component (redirects unauthenticated users to /Login), AdminRoute component (redirects non-admin users), and GuestRoute (redirects logged-in users away from Login/Register). Configure Axios interceptors to attach JWT Bearer tokens to all API requests and handle 401 responses by clearing auth state and redirecting to login. Wire into React Router for all protected pages (Dashboard, Profile, UserManagement, ActivityLogs, Settings, Community, Home).

Depends on:#21#10
Waiting for dependencies
AI 70%
Human 30%
High Priority
1 day
Frontend Developer
#23

Configure API Client Layer

To Do

As a Frontend Developer, create a centralized API client (src/api/) using Axios with base URL configuration from environment variables. Implement typed API service modules: authService, userService, contentService, communityService, activityLogService, dashboardService, settingsService, searchService, aiService. Each service wraps Axios calls with error handling and response typing. Provides a consistent data-fetching layer for all page components.

Depends on:#21
Waiting for dependencies
AI 70%
Human 30%
High Priority
1 day
Frontend Developer
#16

Build Dashboard Stats API

To Do

As a Backend Developer, implement FastAPI dashboard endpoints: GET /dashboard/stats (aggregated platform metrics: total users, active sessions, content views, community activity counts), GET /dashboard/recent-activity (latest events for admin overview). Requires admin role. Required by Dashboard page (View Overview, View Activity Logs flows).

Depends on:#10#12
Waiting for dependencies
AI 65%
Human 35%
High Priority
1.5 days
Backend Developer
#24

Integrate Auth Flow End-to-End

To Do

As a Tech Lead, verify the end-to-end integration between the Login/Register frontend pages and the Auth backend API. Ensure JWT tokens are correctly stored, auth state is updated in global context, route guards redirect correctly, and token refresh works transparently. Validate password reset email flow and session persistence across page reloads.

Depends on:#22#23#10
Waiting for dependencies
AI 50%
Human 50%
High Priority
1 day
Tech Lead
#25

Integrate User Management Page

To Do

As a Tech Lead, verify the end-to-end integration between the UserManagement frontend page and the User Management backend API. Ensure admin can list users with pagination, edit permissions, suspend accounts, and all actions reflect correctly in the UI with proper error states and success feedback.

Depends on:#11#23
Waiting for dependencies
AI 50%
Human 50%
High Priority
0.5 days
Tech Lead
#26

Integrate Activity Logs Page

To Do

As a Tech Lead, verify the end-to-end integration between the ActivityLogs frontend page and the Activity Logs backend API. Ensure admin can view paginated logs, filter by user/action/date, and that significant user actions are automatically recorded by the middleware.

Depends on:#23#12
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
0.5 days
Tech Lead
#27

Integrate Public Content Page

To Do

As a Tech Lead, verify the end-to-end integration between the PublicContent frontend page and the Public Content backend API. Ensure guest users can browse and search articles without authentication, content loads with pagination, and individual article detail views render correctly.

Depends on:#13#23
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
0.5 days
Tech Lead
#28

Integrate Community Page

To Do

As a Tech Lead, verify the end-to-end integration between the Community frontend page and the Community backend API. Ensure authenticated users can view activities, join them, participate in posts/discussions, and that real-time or near-real-time updates reflect correctly in the UI.

Depends on:#23#14
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
0.5 days
Tech Lead
#30

Integrate Profile and Settings

To Do

As a Tech Lead, verify the end-to-end integration between the Profile and Settings frontend pages and their respective backend APIs. Ensure profile updates persist, password reset flow completes successfully, security settings save correctly, and admin security protocol configuration works as expected.

Depends on:#15#18#23
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
0.5 days
Tech Lead
#31

Integrate Search and Results Page

To Do

As a Tech Lead, verify the end-to-end integration between the Home search functionality and Results frontend page with the Search/Results backend API. Ensure search queries return relevant paginated results, filters apply correctly, and result detail navigation works.

Depends on:#23#17
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
0.5 days
Tech Lead
#32

Integrate AI Chat and Recommendations

To Do

As a Tech Lead, verify the end-to-end integration between the AI-powered frontend components (content recommendations on Home, community suggestions, help chatbot) and the LiteLLM/Langchain backend AI endpoints. Ensure responses are returned within acceptable latency, errors are gracefully handled, and AI suggestions display correctly in UI.

Depends on:#20#23
Waiting for dependencies
AI 55%
Human 45%
Medium Priority
1 day
Tech Lead
#29

Integrate Dashboard Stats Page

To Do

As a Tech Lead, verify the end-to-end integration between the Dashboard frontend page and the Dashboard Stats backend API. Ensure aggregated platform metrics render correctly, recent activity feed is live, and admin-only access controls are enforced at both frontend route guard and API levels.

Depends on:#16#22#23
Waiting for dependencies
AI 50%
Human 50%
High Priority
0.5 days
Tech Lead
Landing design preview
Landing: View Platform
Login: Sign In
Dashboard: View Overview
Dashboard: View Activity Logs
ActivityLogs: Review Events
UserManagement: Manage Accounts
UserManagement: Edit Permissions
UserManagement: Suspend Account
Settings: Configure Security
Settings: Update Protocols