hyper-weather

byMonin Modi

weather application with 2 pages and simple design

Globe HomeForecastCurrent Weather
Globe Home

Comments (0)

No comments yet. Be the first!

Project Tasks11

#1

Implement Theme & Structure

To Do

As a user I want to be able to use a frontend that matches the mock-design pages exactly. Implement the global color theme (Sky Blue #87CEEB, White #FFFFFF, Sunshine Yellow #FFD700, Charcoal Gray #333333, Stormy Red #FF4500), typography (Open Sans / Roboto), CSS variables, and shared layout structure across all pages. Remove any scaffold pages not needed by the SRD (login, signup, welcome, dashboard pages). This task must be completed independently before any page-level tasks begin.

AI 80%
Human 20%
High Priority
1 day
AI Credits:4
Frontend Developer
#5

Implement Weather Data API

Backlog

As a user I want to be able to use a backend API that fetches real-time current weather and 7-day forecast data from a third-party weather provider (e.g., OpenWeather or NOAA). Expose endpoints: GET /api/weather/current?lat={lat}&lon={lon}&units={unit} and GET /api/weather/forecast?lat={lat}&lon={lon}&units={unit}. Data must be cached and refreshed every 15 minutes. Built with FastAPI + Python.

AI 75%
Human 25%
High Priority
2 days
AI Credits:7
Backend Developer
#3

Build Current Weather Page

Backlog

As a user I want to be able to use a frontend Current Weather page that displays real-time weather for a selected location. Includes current temperature, conditions, feels-like, high/low, precipitation chance, humidity, wind speed/direction, visibility, pressure, dew point, cloud cover, hourly forecast strip, sunrise/sunset arc, AQI/UV panel, and a 7-day forecast teaser. Implement based on the existing Current Weather (v2) JSX design. Supports °F/°C toggle and manual data refresh. Links from: Globe Home. Links to: 7-Day Forecast page.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2.5 days
AI Credits:9
Frontend Developer
#7

Implement Geolocation API

Backlog

As a user I want to be able to use a backend API that resolves a user's geolocation (browser Geolocation API or IP-based fallback) and returns lat/lon coordinates. Expose endpoint: GET /api/location/detect. Also support location search by city name: GET /api/location/search?q={query}. Integrate with Globe Home and Current Weather page location selection flow.

Depends on:#5
Waiting for dependencies
AI 70%
Human 30%
Medium Priority
1 day
AI Credits:5
Backend Developer
#8

Implement AI Weather Explainer

Backlog

As a user I want to be able to use an AI API that generates user-friendly natural language explanations of current weather conditions and forecasts. Integrate GPT 5.2 via Langchain to produce brief, human-readable summaries (e.g., 'It's a warm and sunny afternoon, great for outdoor activities.'). Expose endpoint: POST /api/ai/explain with weather data payload. Display the AI summary on the Current Weather page.

Depends on:#5
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
AI Credits:7
AI Engineer
#4

Build 7-Day Forecast Page

Backlog

As a user I want to be able to use a frontend 7-Day Forecast page that shows a detailed daily forecast for the next 7 days. Each day shows date, weather icon, high/low temperatures, precipitation probability, wind, and condition summary. Implement based on the existing Forecast (v2) JSX design. Supports °F/°C toggle. Links from: Current Weather page. Links to: Current Weather page (back navigation).

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

Build Globe Home Page

Backlog

As a user I want to be able to use a frontend Globe Home page that displays an interactive 3D rotating globe with animated weather icons over regions. Users can click a region/location to navigate to the Current Weather page. Implement based on the existing Globe Home (v2) JSX design. Includes dynamic background color shifts based on weather condition, smooth hover highlights, and zoom micro-interaction on click. Links to: Current Weather page.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
AI Credits:8
Frontend Developer
#9

Integrate Geolocation & Globe Click

Backlog

As a user I want to be able to use a frontend Globe Home page that detects my location automatically on load and highlights it on the globe. Clicking a region on the globe captures lat/lon and navigates to the Current Weather page with that location. Integrates browser Geolocation API and the backend /api/location/detect and /api/location/search endpoints.

Depends on:#7#2
Waiting for dependencies
AI 75%
Human 25%
Medium Priority
1 day
AI Credits:5
Frontend Developer
#10

Ensure WCAG 2.1 AA Accessibility

Backlog

As a user I want to be able to use a frontend that meets WCAG 2.1 Level AA accessibility standards across all pages (Globe Home, Current Weather, 7-Day Forecast). Audit and fix: color contrast ratios, keyboard navigation, ARIA labels on interactive elements (globe, cards, toggle), focus indicators, and screen-reader compatibility for weather data.

Depends on:#4#2#3
Waiting for dependencies
AI 60%
Human 40%
Medium Priority
1 day
AI Credits:4
Frontend Developer
#6

Integrate Weather API Frontend

Backlog

As a user I want to be able to use a frontend that connects to the backend weather API to display live current weather and forecast data on the Current Weather and 7-Day Forecast pages. Replace mock/static data with real API responses. Handle loading states, error states (e.g., location unavailable), and the 15-minute auto-refresh timer. Support the °F/°C unit toggle by passing the units parameter to the API.

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

Optimize Performance & Load Time

Backlog

As a user I want to be able to use a frontend that loads within 2 seconds on a standard 4G connection. Implement code splitting, lazy loading for the 3D globe, image/icon optimization, and API response caching on the frontend. Audit Lighthouse scores and address performance bottlenecks across all three pages.

Depends on:#6#9
Waiting for dependencies
AI 65%
Human 35%
Low Priority
1 day
AI Credits:4
Frontend Developer
Globe Home design preview
Globe Home: View Globe
Globe Home: Select Location
Current Weather: View Conditions
Current Weather: Toggle Units
Current Weather: Refresh Data
Forecast: View 7-Day