steady-cute

byHudson Ramsey

Cute pretty kind

LandingLoginReportsDashboardContentUsersGuidelinesAnalyticsPetalWorldFeedCollectionsDiscoverSignupResultsProfileSettings
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks30

#18

Build User Profile API

To Do

As a Backend Developer, I want to build a FastAPI user profile service with MySQL/MariaDB persistence and Alembic migrations, so that the app can retrieve and update user profiles including display name, bio, avatar selection, and account settings. Expose GET /users/{user_id}/profile and PATCH /users/{user_id}/profile endpoints with JWT-authenticated access control.

AI 85%
Human 15%
High Priority
2 days
AI Credits:7
Backend Developer
#19

Build Feed Content API

To Do

As a Backend Developer, I want to build a FastAPI feed content service, so that authenticated users and guests can retrieve paginated feed posts with associated metadata (author, timestamp, reaction counts, media). Expose GET /feed with cursor-based pagination, filter by user subscriptions for authenticated users, and return public content for guest mode. Include Alembic migration for posts table.

AI 85%
Human 15%
High Priority
2 days
AI Credits:7
Backend Developer
#1

Align App Color Theme

To Do

As a UI/UX Designer, I want to audit and align all existing JSX page designs to the official steady-cute color palette (Primary=#F4A7B9 Blush Rose, Secondary=#C9B8E8 Lavender Mist, Accent=#FDE68A Butter Yellow, Background=#FFF8F0 Cream White, Surface=#EDE7F6 Soft Lilac, Text=#6B4F6B Dusty Plum), so that every screen has a consistent soft/cute aesthetic. This includes creating a shared theme constants file, verifying all hardcoded colors are replaced with theme tokens, and documenting the design system for developer handoff.

AI 70%
Human 30%
High Priority
1.5 days
AI Credits:5
UI/UX Designer
#24

Build Theme Preferences API

To Do

As a Backend Developer, I want to build a FastAPI theme preferences service, so that users can save and retrieve their selected color palette and UI customization settings server-side for cross-device persistence. Expose GET /users/{user_id}/theme and PUT /users/{user_id}/theme endpoints with JWT auth. Include Alembic migration for user_theme_preferences table.

Depends on:#18
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1 day
AI Credits:5
Backend Developer
#21

Build Share Content API

To Do

As a Backend Developer, I want to build a FastAPI content sharing service, so that users can generate shareable links or share posts internally. Expose POST /posts/{post_id}/share to record share events and return a shareable URL, and GET /share/{share_token} to resolve shared content for both authenticated and guest users. Include Alembic migration for shares table.

Depends on:#19
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
AI Credits:6
Backend Developer
#22

Build Collections API

To Do

As a Backend Developer, I want to build a FastAPI collections service, so that users can create, rename, delete, and populate collections of saved posts. Expose CRUD endpoints at /collections and /collections/{collection_id}/items, enforce per-user ownership, and support ordering of items within a collection. Include Alembic migrations for collections and collection_items tables.

Depends on:#19
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
2 days
AI Credits:7
Backend Developer
#26

Build Admin User Management API

To Do

As a Backend Developer, I want to build a FastAPI admin user management service, so that admins can list, search, view details, update roles, suspend, and delete user accounts. Expose GET /admin/users, GET /admin/users/{user_id}, PATCH /admin/users/{user_id}/role, POST /admin/users/{user_id}/ban, and DELETE /admin/users/{user_id} endpoints with admin role enforcement.

Depends on:#18
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
AI Credits:6
Backend Developer
#4

Implement Login Page UI

To Do

As a Frontend Developer, I want to implement the Login page based on existing JSX design, so that returning users can authenticate with a visually delightful form that matches the steady-cute aesthetic. Apply theme tokens from t1, include form validation feedback with soft error states, and wire navigation to PetalWorld on success and to Signup for new users.

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

Build Reactions API

To Do

As a Backend Developer, I want to build a FastAPI reactions service, so that authenticated users can add, change, or remove emoji reactions on feed posts with real-time reaction counts. Expose POST /posts/{post_id}/reactions, DELETE /posts/{post_id}/reactions, and GET /posts/{post_id}/reactions endpoints. Include Alembic migration for reactions table with unique constraint per user per post.

Depends on:#19
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
AI Credits:6
Backend Developer
#3

Implement Landing Page UI

To Do

As a Frontend Developer, I want to implement the Landing page based on existing JSX design, so that guest users are welcomed with the soft/cute aesthetic, see app highlights, and are guided toward signing up or browsing as a guest. Apply theme tokens from t1, ensure smooth entry animations, and wire navigation to Signup and PetalWorld guest flows.

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

Build Admin Moderation API

To Do

As a Backend Developer, I want to build a FastAPI admin moderation service, so that admins can retrieve, action, and resolve user reports, manage community guidelines, and flag or remove content. Expose endpoints at /admin/reports, /admin/reports/{report_id}/action, /admin/content/{post_id}/moderate, and /admin/guidelines (CRUD). Enforce admin role authorization on all endpoints.

Depends on:#19
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
2 days
AI Credits:7
Backend Developer
#10

Implement Profile Page UI

To Do

As a Frontend Developer, I want to implement the Profile page based on existing JSX design, so that users can view and edit their profile including avatar customization, bio, and activity stats. Apply theme tokens from t1, integrate with User Profile API (t18), support avatar picker with cute character options, and display the user's posts and collections.

Depends on:#18#1
Waiting for dependencies
AI 88%
Human 12%
Medium Priority
2 days
AI Credits:7
Frontend Developer
#2

Implement PetalWorld Garden Screen

To Do

As a Frontend Developer, I want to implement the PetalWorld animated garden home screen based on existing JSX design, so that users experience an immersive garden with blooming flower navigation elements, time-of-day lighting transitions (morning/afternoon/evening/night), butterfly and bee micro-interactions, parallax scrolling layers, firefly notification indicators, and a mascot blob character. Implement using React Native Animated and Reanimated libraries, applying the established theme tokens from t1.

Depends on:#1
Waiting for dependencies
AI 88%
Human 12%
High Priority
3 days
AI Credits:10
Frontend Developer
#5

Implement Signup Page UI

To Do

As a Frontend Developer, I want to implement the Signup page based on existing JSX design, so that new users can register with a friendly, on-brand form experience. Apply theme tokens from t1, include step-by-step input validation with positive micro-feedback, and navigate to PetalWorld upon successful registration.

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

Build Content Safety Pipeline

To Do

As an AI Engineer, I want to build an automated content safety and moderation pipeline, so that user-submitted posts are scanned for harmful or policy-violating content before and after publication. Integrate a text classification model and image moderation API, attach safety scores to post records in MySQL, and surface flagged content to the admin moderation queue via t25. Expose an internal POST /ai/moderate endpoint for the FastAPI backend to call on post creation.

Depends on:#25#19
Waiting for dependencies
AI 80%
Human 20%
Medium Priority
3 days
AI Credits:10
AI Engineer
#30

Build Aesthetic Recommendation Engine

To Do

As an AI Engineer, I want to build a personalized aesthetic recommendation engine, so that users receive content suggestions on the Discover page tailored to their interaction history, saved collections, and explicit aesthetic preferences. Implement a collaborative filtering or embedding-based model trained on reaction and save events, store recommendation outputs in MySQL, and expose an internal GET /ai/recommendations/{user_id} endpoint consumed by the Discover API (t23).

Depends on:#22#19#20
Waiting for dependencies
AI 78%
Human 22%
Low Priority
3 days
AI Credits:10
AI Engineer
#7

Implement Collections Page UI

To Do

As a Frontend Developer, I want to implement the Collections page based on existing JSX design, so that users can view, organize, and manage their saved content in aesthetic collection boards. Apply theme tokens from t1, integrate with Collections API (t22), support creating and renaming collections, and display empty-state illustrations with positive messaging.

Depends on:#1#22
Waiting for dependencies
AI 88%
Human 12%
Medium Priority
2 days
AI Credits:7
Frontend Developer
#27

Build Admin Analytics API

To Do

As a Backend Developer, I want to build a FastAPI admin analytics service, so that admins can query aggregated platform metrics including daily active users, new signups, post volume, reaction counts, and top content over configurable date ranges. Expose GET /admin/analytics/overview, /admin/analytics/users, and /admin/analytics/content with date range query params and admin auth.

Depends on:#20#19#18
Waiting for dependencies
AI 83%
Human 17%
Low Priority
2 days
AI Credits:7
Backend Developer
#15

Implement Admin Users Page UI

To Do

As a Frontend Developer, I want to implement the Admin Users Management page based on existing JSX design, so that admins can search, filter, view, and manage user accounts including suspending or editing roles. Apply theme tokens from t1, integrate with Admin User Management API (t26), and surface key user stats and activity indicators.

Depends on:#26#1
Waiting for dependencies
AI 87%
Human 13%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
#6

Implement Feed Page UI

To Do

As a Frontend Developer, I want to implement the Feed page based on existing JSX design, so that users can scroll through content posts with emoji reaction buttons, share controls, and save-to-collection affordances. Apply theme tokens from t1, integrate with Feed content API (t19) and Reactions API (t20), support infinite scroll, and display guest-mode signup prompts when unauthenticated.

Depends on:#1#19#21#20
Waiting for dependencies
AI 88%
Human 12%
High Priority
2 days
AI Credits:8
Frontend Developer
#11

Implement Settings Theme Page UI

To Do

As a Frontend Developer, I want to implement the Settings and theme customization page based on existing JSX design, so that users can select from soft color palette presets and personalize their app experience. Apply theme tokens from t1, integrate with Theme Preferences API (t24), provide live palette preview, and persist user preferences across sessions.

Depends on:#24#1
Waiting for dependencies
AI 88%
Human 12%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
#16

Implement Admin Guidelines Page UI

To Do

As a Frontend Developer, I want to implement the Admin Guidelines page based on existing JSX design, so that admins can view, create, and update community guidelines. Apply theme tokens from t1, integrate with Admin Moderation API (t25), support rich text editing for guideline content, and provide version history view.

Depends on:#1#25
Waiting for dependencies
AI 87%
Human 13%
Low Priority
1 day
AI Credits:5
Frontend Developer
#13

Implement Admin Reports Page UI

To Do

As a Frontend Developer, I want to implement the Admin Reports page based on existing JSX design, so that admins can review user-submitted reports and take moderation actions inline. Apply theme tokens from t1, integrate with Admin Moderation API (t25), support filtering by report status (pending/resolved), and provide approve/dismiss action controls.

Depends on:#1#25
Waiting for dependencies
AI 87%
Human 13%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
#17

Implement Admin Analytics Page UI

To Do

As a Frontend Developer, I want to implement the Admin Analytics page based on existing JSX design, so that admins can explore engagement trends, user growth, and content performance through charts and data tables. Apply theme tokens from t1, integrate with Admin Analytics API (t27), support date range filtering, and render charts using a React Native compatible charting library.

Depends on:#27#1
Waiting for dependencies
AI 85%
Human 15%
Low Priority
2 days
AI Credits:7
Frontend Developer
#12

Implement Admin Dashboard Page UI

To Do

As a Frontend Developer, I want to implement the Admin Dashboard page based on existing JSX design, so that admins can see a high-level overview of platform health, key metrics, and quick-action navigation cards. Apply theme tokens from t1, integrate with Admin Analytics API (t27), and render summary widgets for users, content, and moderation queue counts.

Depends on:#26#27#25#1
Waiting for dependencies
AI 87%
Human 13%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
#14

Implement Admin Content Page UI

To Do

As a Frontend Developer, I want to implement the Admin Content Moderation page based on existing JSX design, so that admins can review flagged posts, preview content, and action removal or approval. Apply theme tokens from t1, integrate with Admin Moderation API (t25), support bulk actions, and display AI safety flags from the content safety pipeline (t29).

Depends on:#29#25#1
Waiting for dependencies
AI 87%
Human 13%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
#23

Build Discover Recommendations API

To Do

As a Backend Developer, I want to build a FastAPI discover and recommendations service, so that users can fetch content filtered by aesthetic preference tags and receive personalized recommendations. Expose GET /discover with aesthetic filter query params and pagination, and GET /discover/recommended for authenticated users. Integrate with the recommendation engine output from t30. Include Alembic migration for tags and post_tags tables.

Depends on:#30#19
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
2 days
AI Credits:7
Backend Developer
#28

Build Guest Public Browse API

To Do

As a Backend Developer, I want to build a FastAPI guest browsing service, so that unauthenticated users can access a curated subset of public feed and discover content without requiring login. Expose public GET /public/feed and GET /public/discover endpoints with rate limiting, no JWT required, and filtered to only approved public posts. Include signup prompt metadata in responses.

Depends on:#19#23
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1 day
AI Credits:5
Backend Developer
#8

Implement Discover Page UI

To Do

As a Frontend Developer, I want to implement the Discover page based on existing JSX design, so that users can explore content filtered by aesthetic preferences with a visually rich grid layout. Apply theme tokens from t1, integrate with Discover/recommendations API (t23), render filter chips for aesthetic categories, and display personalized content cards.

Depends on:#23#1
Waiting for dependencies
AI 88%
Human 12%
Medium Priority
2 days
AI Credits:7
Frontend Developer
#9

Implement Results Page UI

To Do

As a Frontend Developer, I want to implement the Results page based on existing JSX design, so that users can view discover/search results in an organized, on-brand layout. Apply theme tokens from t1, support empty and loading states with cute illustrated placeholders, and navigate into individual content detail views.

Depends on:#1#23
Waiting for dependencies
AI 88%
Human 12%
Medium Priority
1.5 days
AI Credits:6
Frontend Developer
Landing design preview
Login: Sign In
Dashboard: View Overview
Dashboard: View Reports
Reports: Review Report
Content: Moderate Post
Users: Manage Accounts
Users: Edit User
Users: Suspend User
Guidelines: Update Rules
Analytics: View Metrics