misty-app

bykolter

I want the app to track sakura in Japan in realtime. The app will be seasonal like Leagu of Legens. The main view is map with PINS and rates. Under each pin there will be attached photos aand realtime comments and updates. The most importan feature is to generate sakura status (small flower / big flower / real time)

HomeMapPin Detail
Home

Comments (0)

No comments yet. Be the first!

Project Tasks15

#1

Implement Theme & Structure

To Do

As a user, I want the app to reflect the sakura-inspired visual identity so that the experience feels cohesive and immersive. Implement the global theme (color palette: #F8F3F8 background, #FFB7C5 accent, #4A4A4A text, #FFFFFF surface, #D1D1D1 muted), typography, spacing, and layout structure across all pages based on the mock-design pages. Remove any scaffold pages that are not part of the misty-app flow (login, signup, welcome, dashboard, ai-assistant, settings). Ensure the shared layout, navigation shell, and design tokens are in place before any page-specific work begins.

AI 70%
Human 30%
High Priority
1.5 days
AI Credits:5
Frontend Developer
#2

Build Home Page

To Do

As a user, I want to land on an interactive sakura map homepage so that I can immediately start exploring sakura locations without any login. Implement the Home (v2) design page which features the live interactive map of Japan with animated sakura pins, a watercolor-style background that shifts based on time of day, and a 'Trending Sakura Spots' section at the bottom. Entry point into the app; links to the Map browsing experience. Reference the existing Home (v2) JSX design for implementation.

AI 85%
Human 15%
High Priority
2 days
AI Credits:6
Frontend Developer
#6

Implement Sakura Locations API

To Do

As a user, I want to use the backend API to fetch all sakura pin locations so that the map displays accurate and up-to-date data. Implement FastAPI endpoints: GET /locations (list all pins with coordinates, name, bloom status, rating summary), GET /locations/{id} (single pin detail). Uses MySQL/MariaDB for relational location data. Supports filtering by region and bloom status for tourist flow.

AI 80%
Human 20%
High Priority
2 days
AI Credits:6
Backend Developer
#9

Implement Comments API

To Do

As a user, I want to post and read real-time comments on sakura pins anonymously so that the community can share live updates. Implement FastAPI endpoints: GET /locations/{id}/comments (paginated comment list), POST /locations/{id}/comments (anonymous comment submission). Store in MongoDB. Include WebSocket or polling support for real-time comment updates on the Pin Detail page.

AI 80%
Human 20%
High Priority
2 days
AI Credits:6
Backend Developer
#14

Implement AI Bloom Status Generator

To Do

As a user, I want the app to use AI to intelligently determine and update sakura bloom statuses so that the status information is accurate and timely. Integrate GPT model via Litellm/Langchain to analyse community photo uploads and comments and infer bloom status updates. Expose an internal API endpoint that the backend can call to trigger AI-based status re-evaluation for a pin after new photos or comments are submitted.

AI 85%
Human 15%
High Priority
3 days
AI Credits:8
AI Engineer
#10

Implement Ratings API

To Do

As a user, I want to rate sakura locations anonymously so that the community can identify the best spots. Implement FastAPI endpoints: GET /locations/{id}/ratings (aggregate rating and count), POST /locations/{id}/ratings (anonymous rating submission, 1–5 scale). Store in MySQL. Include basic anti-spam (rate limiting per IP) to prevent abuse without requiring authentication.

AI 80%
Human 20%
High Priority
1.5 days
AI Credits:5
Backend Developer
#13

Integrate Pin Detail with APIs

To Do

As a user, I want the Pin Detail page to load and submit real data so that I can view photos, comments, and ratings, and contribute my own. Integrate the Pin Detail frontend page with the Photos, Comments, and Ratings APIs. Implement real-time comment refresh (polling or WebSocket), photo upload flow, anonymous rating submission, and optimistic UI updates.

AI 80%
Human 20%
High Priority
2.5 days
AI Credits:7
Frontend Developer
#5

Implement Sakura Pin Animations

To Do

As a user, I want sakura pins to visually animate based on their bloom status so that the map feels alive and engaging. Implement petal-growth animations as status changes from small flower → big flower → full bloom, falling petal effect when bloom period ends, and micro-interaction hover states on pins showing preview cards. Animations should be performant and mobile-friendly.

AI 75%
Human 25%
Medium Priority
2 days
AI Credits:6
Frontend Developer
#8

Implement Photos API

To Do

As a user, I want to upload and view photos for sakura pins anonymously so that I can share and browse community content. Implement FastAPI endpoints: GET /locations/{id}/photos (list photos), POST /locations/{id}/photos (anonymous photo upload). Store photo metadata and binary in MongoDB. Handle file size limits and basic content type validation.

AI 80%
Human 20%
High Priority
2 days
AI Credits:6
Backend Developer
#7

Implement Bloom Status API

To Do

As a user, I want the backend to track and serve real-time sakura bloom statuses so that pins on the map reflect the current bloom stage. Implement FastAPI endpoints: GET /locations/{id}/status (current bloom status), PATCH /locations/{id}/status (update bloom status). Status enum: small_flower, big_flower, full_bloom, ended. Include timestamp of last update for real-time accuracy.

AI 80%
Human 20%
High Priority
1.5 days
AI Credits:5
Backend Developer
#15

Implement Content Moderation Pipeline

To Do

As a platform operator, I want anonymous photo and comment contributions to be automatically moderated so that the community experience remains safe and relevant. Implement an AI-powered moderation pipeline using GPT via Litellm to flag inappropriate photos and comments before they are published. Integrate with the Photos and Comments POST endpoints as a middleware step.

AI 85%
Human 15%
Medium Priority
2.5 days
AI Credits:7
AI Engineer
#11

Implement Trending Spots API

To Do

As a user, I want to see trending sakura spots so that I can quickly find the most popular locations. Implement FastAPI endpoint: GET /locations/trending (top N locations ranked by rating score and activity volume within a rolling time window). Powers the Trending Sakura Spots section on the Home and Map pages.

Depends on:#9
Waiting for dependencies
AI 80%
Human 20%
Medium Priority
1.5 days
AI Credits:5
Backend Developer
#3

Build Map Page

To Do

As a user, I want to browse all sakura pins on an interactive map so that I can explore and filter sakura locations across Japan. Implement the Map (v2) design page including pin rendering with bloom status indicators (small flower, big flower, real-time bloom), filter/search controls for tourists, smooth zoom-in/out transitions, hover preview cards showing status, photos, and ratings, and a Trending Spots section. Navigates from Home; links to Pin Detail on pin click. Reference the existing Map (v2) JSX design for implementation.

Depends on:#2
Waiting for dependencies
AI 85%
Human 15%
High Priority
2.5 days
AI Credits:7
Frontend Developer
#4

Build Pin Detail Page

To Do

As a user, I want to view detailed information for a sakura pin so that I can read comments, see photos, check bloom status, rate the location, and contribute my own content anonymously. Implement the Pin Detail (v2) design page including bloom status display, photo gallery, real-time comments feed, anonymous rating input, photo upload, and comment posting. Navigated to from the Map page on pin click. Reference the existing Pin Detail (v2) JSX design for implementation.

Depends on:#3
Waiting for dependencies
AI 85%
Human 15%
High Priority
2.5 days
AI Credits:7
Frontend Developer
#12

Integrate Map with Locations API

To Do

As a user, I want the map to display real sakura pin data from the backend so that I see live, accurate locations and bloom statuses. Integrate the Map and Home frontend pages with the Locations API and Bloom Status API. Handle loading states, error states, and real-time status polling. Connect filter controls to API query parameters for the tourist flow.

Depends on:#11
Waiting for dependencies
AI 80%
Human 20%
High Priority
2 days
AI Credits:6
Frontend Developer

No page designs yet.

The Design Agent will generate JSX pages automatically after user flows are created.

Home: View Map
Map: Browse Pins
Pin Detail: View Status
Pin Detail: Post Comment
Pin Detail: Upload Photo
Pin Detail: Rate Location
Map: View Trending Spots