Commit Graph

244 Commits

Author SHA1 Message Date
2569718930@qq.com 1df14c6d3b feat: Implement city risk profiles data collection. 2026-03-05 17:00:24 +08:00
2569718930@qq.com 5bbbd33e2b feat: Add multi-source weather data collector with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 16:55:29 +08:00
2569718930@qq.com eabdb5e772 feat: introduce WeatherDataCollector class for multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 16:42:57 +08:00
2569718930@qq.com 5f04506aad feat: Implement PolyWeather web map API with FastAPI, integrating existing weather data collection and analysis modules. 2026-03-05 16:33:00 +08:00
2569718930@qq.com a1416d1324 feat: introduce PolyWeather application with an interactive map, detailed city weather, trend analysis, and a supporting API. 2026-03-05 04:28:35 +08:00
2569718930@qq.com 7c087b2c81 feat: Implement PolyWeather web map API and its multi-source weather data collection module. 2026-03-05 01:50:38 +08:00
2569718930@qq.com eee159c533 feat: introduce dark theme styling for the web UI and a module for weather data sources. 2026-03-05 01:41:14 +08:00
2569718930@qq.com 620a3f49a3 feat: Add multi-source weather data collection including OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-05 01:34:35 +08:00
2569718930@qq.com 880aa2ca1e feat: Implement initial web application with a Leaflet map, city weather details, and temperature trend visualization. 2026-03-05 01:21:04 +08:00
2569718930@qq.com 509049078b feat: Implement PolyWeather frontend application with Leaflet map, detail panel, and Chart.js temperature trends. 2026-03-04 22:59:31 +08:00
2569718930@qq.com bb6ffd8ea9 feat: add FastAPI web map backend for weather data collection and analysis 2026-03-04 22:57:01 +08:00
2569718930@qq.com d27975b6a5 feat: Add Turkish flag emoji to MGM temperature displays and integrate MGM daily forecasts into future forecast messages. 2026-03-04 22:52:06 +08:00
2569718930@qq.com 30c530c345 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, alongside new project documentation. 2026-03-04 22:26:19 +08:00
2569718930@qq.com b0200103ef feat: Enhance real-time data fetching with cache control and primary MGM sourcing for Ankara, and add technical debt documentation. 2026-03-04 20:08:54 +08:00
2569718930@qq.com 9f02b4c452 feat: add WeatherDataCollector for multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-03-04 19:50:03 +08:00
2569718930@qq.com 9e5fc418de feat: Extract weather trend analysis into a new shared module and add initial web application and data collection components. 2026-03-04 19:47:19 +08:00
2569718930@qq.com 00bd2539fa feat: introduce PolyWeather web map application with FastAPI backend and Leaflet frontend. 2026-03-04 19:34:39 +08:00
2569718930@qq.com f2e05178fe feat: implement FastAPI web map API for PolyWeather, integrating weather data collection, analysis, and Polymarket market data. 2026-03-04 19:16:32 +08:00
2569718930@qq.com 70af75e91f feat: Implement PolyWeather web map API with FastAPI, integrating weather data collection, multi-model analysis, and caching. 2026-03-04 19:14:07 +08:00
2569718930@qq.com d3ea4cd1bc feat: Implement initial FastAPI web map API for weather data processing and serving a static frontend. 2026-03-04 19:12:00 +08:00
2569718930@qq.com 36d438e811 feat: Introduce PolyWeather web application with multi-source weather data collection from various APIs. 2026-03-04 19:00:51 +08:00
2569718930@qq.com 99ca0e105e feat: Add initial PolyWeather map application with a premium dark theme. 2026-03-04 18:39:16 +08:00
2569718930@qq.com bd03f5c05a feat: Implement initial PolyWeather web map API with comprehensive weather data collection, analysis, and Polymarket integration. 2026-03-04 18:20:15 +08:00
2569718930@qq.com b55de4ff97 feat: add initial app.js for client-side application logic. 2026-03-04 17:40:23 +08:00
2569718930@qq.com 0917f8d010 feat: Add multi-source weather data collection and a web application for display. 2026-03-04 17:11:20 +08:00
2569718930@qq.com 6823559bf4 feat: enhance cinematic interaction description and add Multi-Model Forecast panel synchronization. 2026-03-04 03:50:50 +08:00
2569718930@qq.com 910c28eda0 feat: Create a web map application with a FastAPI backend and Leaflet frontend for displaying weather data and analysis. 2026-03-04 03:43:53 +08:00
2569718930@qq.com c6b2aca69e perf: add sessionStorage caching to avoid re-fetching data when navigating back 2026-03-04 03:22:50 +08:00
2569718930@qq.com 807ccba89c feat: add historical accuracy chart and modal to web UI 2026-03-04 03:11:21 +08:00
2569718930@qq.com d5b546528c docs: add testing and development commands 2026-03-04 03:06:40 +08:00
2569718930@qq.com c0deaed923 feat: show mu accuracy and Brier score in /deb command 2026-03-04 02:59:17 +08:00
2569718930@qq.com 489a4cf438 docs: mark high-priority technical debt as resolved 2026-03-04 02:53:39 +08:00
2569718930@qq.com 7329dd728e refactor: extract trend_engine, unify probability engine across bot and web, add unit tests 2026-03-04 02:52:31 +08:00
2569718930@qq.com 3c2749544f feat: record mu and probability snapshots in daily_records for accuracy tracking 2026-03-04 02:41:21 +08:00
2569718930@qq.com cb393fd97a docs: add TECH_DEBT.md with honest assessment and roadmap 2026-03-04 02:35:35 +08:00
2569718930@qq.com 63ea4d0a80 docs: full README rewrite reflecting current architecture and capabilities 2026-03-04 02:31:26 +08:00
2569718930@qq.com 946430e05a refactor: reuse bot_listener's analyze_weather_trend for web AI, single source of truth 2026-03-04 02:24:19 +08:00
2569718930@qq.com 5c13a9050a fix: override probability to 100% on dead market, no ambiguity 2026-03-04 02:20:19 +08:00
2569718930@qq.com c8e411d3af fix: replace misleading chart labels with OM model vs METAR scatter overlay 2026-03-04 02:16:14 +08:00
2569718930@qq.com 0ce9ec25c3 fix: sync reality-anchored mu to bot, add graded severity, prohibit P0-P4 output 2026-03-04 02:09:29 +08:00
2569718930@qq.com ccd362d6e5 refactor: remove weather anim, rewrite AI prompt with graded severity and 6-point fix 2026-03-04 02:05:39 +08:00
2569718930@qq.com 50f6e1dfe3 feat: add real-time weather animations (rain, snow, fog, storm, clouds) 2026-03-04 01:59:18 +08:00
2569718930@qq.com fd24d369aa fix: reality-anchored probability engine and forecast bust AI detection 2026-03-04 01:52:21 +08:00
2569718930@qq.com 894010f17f fix: add MGM fallback for Ankara weather data 2026-03-04 01:19:50 +08:00
2569718930@qq.com fac34c9872 feat: add cinematic zoom-in camera for city selection 2026-03-04 01:10:41 +08:00
2569718930@qq.com 77d08e07e2 chore: remove github actions as it is not needed 2026-03-04 01:05:57 +08:00
2569718930@qq.com 706b4eda3f fix: explicitly pass proxies to Groq AI requests and add detailed logging 2026-03-03 23:10:10 +08:00
2569718930@qq.com 3f38f6604d style: upscale city list sidebar and font sizes for better visibility 2026-03-03 23:04:40 +08:00
2569718930@qq.com 8977020a80 feat: add local time and peak temp time to city list sidebar 2026-03-03 23:00:06 +08:00
2569718930@qq.com 4ca457d36e feat: translate METAR weather codes to Chinese 2026-03-03 22:55:56 +08:00