-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
8 lines (8 loc) · 1.07 KB
/
Copy pathmetadata.json
File metadata and controls
8 lines (8 loc) · 1.07 KB
1
2
3
4
5
6
7
8
{
"name": "Hydration Monitoring",
"description": "A web application for monitoring hydration patterns by connecting to a smart water bottle. It uses inertial sensor data to detect drinking events and provides configurable reminders to encourage regular hydration.",
"requestFramePermissions": [
"bluetooth"
],
"prompt": "You are an expert frontend engineer. The current application is a 'Hydration Hero' app that connects to an Arduino-powered smart water bottle via Bluetooth. The Arduino sends real-time motion classification data ('idle', 'drinking', 'lifting', 'placing down'). The app's purpose is to:\n1. Connect to the BLE device.\n2. Visualize the raw classification scores in a real-time chart.\n3. Detect 'drinking' events based on the classification data.\n4. Track the user's total water intake against a daily goal.\n5. Log each drinking event with a timestamp.\n6. Display the current activity detected by the sensor.\n7. Remind the user to drink water if they have been inactive for a set period.\nThe app is built with React, TypeScript, and TailwindCSS."
}