Make coaching workspace copy operational

This commit is contained in:
Flatlogic Bot 2026-06-09 13:02:12 +00:00
parent ddfad05706
commit 29f730ab4a
5 changed files with 17 additions and 19 deletions

View File

@ -239,10 +239,10 @@ export default function LayoutAuthenticated({ children, permission }: Props) {
</button> </button>
<div className='hidden lg:block'> <div className='hidden lg:block'>
<p className='text-xs font-semibold uppercase tracking-[0.22em] text-[#9a6a2f]'> <p className='text-xs font-semibold uppercase tracking-[0.22em] text-[#9a6a2f]'>
Never lose the thread Workspace status
</p> </p>
<p className='mt-1 text-sm text-[#647068]'> <p className='mt-1 text-sm text-[#647068]'>
Coach admin, session memory, and client portal in one workspace. Review sessions, clients, tasks, and shared client materials.
</p> </p>
</div> </div>
<Link <Link

View File

@ -95,12 +95,11 @@ const ClientPortal = () => {
</span> </span>
</div> </div>
<h1 className='mt-4 text-4xl font-semibold'> <h1 className='mt-4 text-4xl font-semibold'>
A private space for the client. Client portal preview
</h1> </h1>
<p className='mt-3 max-w-2xl leading-7 text-[#d9d5ca]'> <p className='mt-3 max-w-2xl leading-7 text-[#d9d5ca]'>
This preview shows the simpler coachee experience: shared notes, Preview the client-facing workspace with shared notes,
commitments, resources, and a reflection prompt before the next commitments, resources, and a pre-session reflection prompt.
session.
</p> </p>
</div> </div>
<Panel className='p-6'> <Panel className='p-6'>

View File

@ -121,12 +121,10 @@ const Clients = () => {
Client CRM Client CRM
</span> </span>
</div> </div>
<h1 className='mt-4 text-4xl font-semibold'> <h1 className='mt-4 text-4xl font-semibold'>Client records</h1>
Relationship memory hub
</h1>
<p className='mt-3 max-w-2xl text-[#d9d5ca]'> <p className='mt-3 max-w-2xl text-[#d9d5ca]'>
Open any client and see goals, coaching notes, recent sessions, Open a client record to review goals, coach notes, recent
and commitments without digging through scattered docs. sessions, and commitments.
</p> </p>
</div> </div>
<div className='rounded-full bg-white/10 px-4 py-2 text-sm font-semibold text-[#f5ead5]'> <div className='rounded-full bg-white/10 px-4 py-2 text-sm font-semibold text-[#f5ead5]'>

View File

@ -129,15 +129,16 @@ const Dashboard = () => {
<div className='flex items-center gap-3 text-[#d8b15e]'> <div className='flex items-center gap-3 text-[#d8b15e]'>
<BaseIcon path={mdiViewDashboardOutline} size={22} /> <BaseIcon path={mdiViewDashboardOutline} size={22} />
<span className='text-xs font-semibold uppercase tracking-[0.22em]'> <span className='text-xs font-semibold uppercase tracking-[0.22em]'>
Coach command center Workspace overview
</span> </span>
</div> </div>
<h1 className='mt-6 max-w-2xl text-4xl font-semibold leading-tight md:text-5xl'> <h1 className='mt-6 max-w-2xl text-4xl font-semibold leading-tight md:text-5xl'>
Keep every client relationship moving between sessions. Manage upcoming sessions, client notes, commitments, and
follow-up drafts.
</h1> </h1>
<p className='mt-5 max-w-2xl text-lg leading-8 text-[#d9d5ca]'> <p className='mt-5 max-w-2xl text-lg leading-8 text-[#d9d5ca]'>
Review the next conversation, follow up on commitments, and keep Review scheduled sessions, open tasks, recent notes, and drafts
session memory close to the work that needs attention today. that need approval.
</p> </p>
<div className='mt-8 flex flex-wrap gap-3'> <div className='mt-8 flex flex-wrap gap-3'>
<Link <Link
@ -216,7 +217,7 @@ const Dashboard = () => {
<div className='flex items-center justify-between gap-4'> <div className='flex items-center justify-between gap-4'>
<div> <div>
<p className='text-xs font-semibold uppercase tracking-[0.22em] text-[#9a6a2f]'> <p className='text-xs font-semibold uppercase tracking-[0.22em] text-[#9a6a2f]'>
Relationship memory Client records
</p> </p>
<h2 className='mt-2 text-2xl font-semibold'> <h2 className='mt-2 text-2xl font-semibold'>
Active clients Active clients

View File

@ -119,9 +119,9 @@ const SessionMemory = () => {
prep. prep.
</h1> </h1>
<p className='mt-3 max-w-3xl leading-7 text-[#d9d5ca]'> <p className='mt-3 max-w-3xl leading-7 text-[#d9d5ca]'>
Paste the messy reality of a coaching session. The workspace turns Paste session notes or a transcript, generate structured output,
it into a reviewable draft, so the coach stays in control before then review and save the result before sharing anything with a
anything reaches a client. client.
</p> </p>
</div> </div>