{{ syncStatus }}
💡 教練後台 ({{ currentCoach?.name }}) 📱 學員端 App ({{ currentStudent?.name }})

Kuang 跑班管理系統

Kuang工作室研發製作與維護

教練後台驗證

學員專屬登入

👥 學員帳號與堂數管理主面板

名額進度:{{ students.length }} / {{ maxStudentLimit }} 人 名額進度:{{ students.length }} 人
➕ 手動新增全新學員帳號
學員姓名 修改學員密碼 綁定 LINE User ID 剩餘堂數 ➕ 續堂數量 學員取消權限 操作
{{ s.name }}
{{ s.remaining }} 堂

📅 批次上架開放時段 (自動分割一小時一堂)

目前未選擇任何日期。
📅 {{ d }}
~
~

📅 已開放之課程時段管理專區

{{ calendarYear }}年{{ calendarMonth + 1 }}月
.
{{ day }}
尚有空檔
預約已滿
目前選取
📋 {{ selectedDateStr }} 時段明細
{{ formatSlotRange(slot.time) }}
已被預約 ({{ getStudentName(slot.studentId) }})
當天沒有排定或開放時段。

📋 全體學員預約總表與歷史紀錄

篩選學員:
🎯 即將到來之預約 (共 {{ coachActiveBookings.length }} 堂)
{{ getStudentName(slot.studentId) }} 📆 {{ slot.date }} {{ formatSlotRange(slot.time) }}
{{ filterCustomerName === 'ALL' ? '目前沒有學員預約未來的課程。' : `目前沒有 ${filterCustomerName} 的未來預約。` }}
📜 歷史上課紀錄 (下課時間已過之課程共 {{ coachPastBookings.length }} 堂) {{ coachShowPastSlots ? '▲ 收起歷史' : '▼ 展開檢視' }}
{{ getStudentName(slot.studentId) }} {{ slot.date }} {{ formatSlotRange(slot.time) }}
✓ 已完課
暫無符合的歷史完課紀錄。

✍️ 安排學員本週自主訓練課表

📈 學員本週自主訓練狀態看板

👤 {{ s.name }} 的一週作戰規劃 {{ coachExpandedStudents[s.id] ? '▲ 收起' : '▼ 展開' }}
{{ day }}

{{ getWorkoutByDay(s.id, dIndex)?.content || '🛑 休息日 (未排課)' }}

{{ getWorkoutByDay(s.id, dIndex).completed ? '✓ 已回報' : '🕒 未回報' }}
💬 學員心得:{{ getWorkoutByDay(s.id, dIndex).feedback }}
✓ 教練已閱
{{ getWorkoutByDay(s.id, dIndex).coachReply ? '已存:' + getWorkoutByDay(s.id, dIndex).coachReply : '暫無歷史回覆' }}

📡 最新取得之 LINE User ID 列表

收到時間 LINE User ID (點擊複製)
{{ item['收到時間'] }}
{{ item['LINE User ID (請複製這欄)'] }}
目前沒有新收到的 LINE ID 紀錄

哈囉,{{ currentStudent?.name }} 👋

您的專屬跑步訓練空間

剩餘課程堂數 {{ currentStudent?.remaining }}

📋 本週自主訓練課表

{{ day }} {{ getWorkoutByDay(currentStudent.id, dIndex)?.content || '休息日 (好好放鬆恢復)' }}
{{ expandedDays[dIndex] ? '▲' : '▼' }}

{{ getWorkoutByDay(currentStudent.id, dIndex).content }}

教練回覆狀態: 💡 教練已閱讀並回覆 🕒 教練尚未閱讀
⚡ 教練指導回覆:

{{ getWorkoutByDay(currentStudent.id, dIndex).coachReply }}

今日訓練狀態:
{{ getWorkoutByDay(currentStudent.id, dIndex).feedback ? '✅ 歷史回報紀錄:' + getWorkoutByDay(currentStudent.id, dIndex).feedback : '🕒 暫無回報歷史' }}

📅 智慧預約課程專區

{{ calendarYear }}年{{ calendarMonth + 1 }}月
.
{{ day }}
可預約
已額滿
目前選取
⏰ {{ selectedDateStr }} 開放預約時段
{{ formatSlotRange(slot.time) }}
已被預約
該日期目前沒有任何釋出或開放預約的課程。

📋 我的專屬預約與上課紀錄

🎯 即將到來之上課預約 (共 {{ studentActiveBookings.length }} 堂)
{{ slot.coachName }}教練 📆 {{ slot.date }} {{ formatSlotRange(slot.time) }}
您目前沒有預約未來的課程。
📜 歷史上課紀錄(課堂結束後之課程) (共 {{ studentPastBookings.length }} 堂) {{ showPastSlots ? '▲ 收起歷史' : '▼ 展開檢視' }}
{{ slot.coachName }}教練 {{ slot.date }} {{ formatSlotRange(slot.time) }}
✓ 已扣堂上課