Source URL
App
https://producingtechnology.com/65-apps/panwenqing_183212_15200482_routeresolve.html
JSON Data Source
https://producingtechnology.com/a1/15-json/panwenqing_183212_14904100_wp273.json
What the App Is
A safety-aware navigation dashboard for Cornell Tech students on Roosevelt Island. Fetches a JSON file and renders tracked locations, active weather alerts, route recommendations, and user preferences into a multi-panel UI.
Behavior Observed
- App loaded successfully — JSON data populated all panels without errors.
- Header, alerts, tracked locations, and route recommendation all rendered correctly from the JSON.
- Map area showed only a static text label — no visual map rendered.
- Footer metadata (version, user ID) briefly showed dashes before hydrating.
Things That Didn't Work as Expected
- No map rendered despite lat/lng coordinates being available in the JSON.
- Theme and budget level preferences from the JSON were ignored by the UI.
- Alert timestamp displayed as a raw ISO string rather than a human-readable date.
Improvement Prompt
Improve RouteResolve: (1) Render a real map using the lat/lng coordinates in the JSON — even a simple SVG pin plot with color-coded risk levels would work. (2) Actually apply the theme and budgetLevel preferences from the JSON to the UI. (3) Format all ISO timestamps into human-readable dates. (4) Make route cards clickable to expand with a safety score bar and description.