You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a createCoachingSession function in src/lib/api/coaching-sessions.ts that pairs with the backend’s create endpoint (see src/lib/api/actions.ts for a good reference)
Add a new card (parent component) to the Dashboard page that is only visible for any Coach (for now)
Add new Next.js client-side component with:
A “form” for creating a Coaching Session with date/time selector
Model it (and consider literally starting from) after the actions-list.tsx component source
It should work in tandem with the existing select-coaching-session.tsx component, meaning that you can edit the sessions of a Coachee once an Organization and Coaching Relationship are selected
Design
Consider putting the existing coaching-session-selector card component and the new coaching session creator component in a frame or something to indicate they work together
Note: we use shadcn for our component framework
The text was updated successfully, but these errors were encountered:
Overview
Design
Consider putting the existing coaching-session-selector card component and the new coaching session creator component in a frame or something to indicate they work together
Note: we use shadcn for our component framework
The text was updated successfully, but these errors were encountered: