Builder MCP Change and Extension Workflow
Use Builder MCP to modify existing Buzzy apps, generate code widgets, add Buzzy Functions, and verify changes.
Last updated
Add a compact service-availability calendar widget to the Carer Profile screen.
Use the accepted data model fields for carer availability, do not invent field IDs, and keep the widget scoped to the selected carer row. The widget should show available time windows, unavailable days, and a request-care action that passes the selected slot back to the screen.Create a Buzzy Function that checks service-area eligibility for a booking request.
Inputs: client suburb, requested service type, requested date/time, and selected carer ID.
Use constants for any external API keys or base URLs.
Return a structured eligibility result with allowed, reason, and suggestedAlternatives.
Wire the function to the booking request screen and show a user-friendly message.