Background
If an expert is already in a live consultation session, other seekers should not be allowed to initiate a call or send funds to them.
Goal
Render indicator states for active experts and disable booking inputs.
Acceptance Criteria
- Query expert profile state. If
is_busy is true, show red dot indicator "In Call".
- Disable "Start Session" button and render tooltip: "Expert is currently in another consultation. Please try again later."
Key Files
src/components/marketplace/ExpertCard.tsx, src/app/explore-experts/[id]/page.tsx
Background
If an expert is already in a live consultation session, other seekers should not be allowed to initiate a call or send funds to them.
Goal
Render indicator states for active experts and disable booking inputs.
Acceptance Criteria
is_busyis true, show red dot indicator "In Call".Key Files
src/components/marketplace/ExpertCard.tsx,src/app/explore-experts/[id]/page.tsx