ux(flow): remove facebook/line channel everywhere (scenario chosen at chat); clarify 'how to start chatting'

- Removed channel + initiation displays: Training card, Personas card, GroupEdit card,
  Chat header, and the channel select in PersonaForm (scenario now determines who opens).
- Clarified the start-training flow: GroupEdit guide now says go to the Training tab ->
  pick product -> pick a customer -> Chat -> choose scenario -> talk; Personas guide
  spells out the Chat + scenario step.
Rebuilt dist.
This commit is contained in:
Macky
2026-08-09 11:08:14 +07:00
parent 5b167b4546
commit f8719d77e3
38 changed files with 49 additions and 60 deletions

View File

@@ -57,18 +57,9 @@
<label>กรอบเวลาในการตดสนใจ</label><input v-model="d.decision_timeline" />
</div>
<!-- Section: องทาง/โหมด -->
<div class="sec">
<h4>📡 องทาง & โหมด</h4>
<div class="row">
<div class="f"><label>องทาง</label>
<select v-model="d.channel"><option value="line">LINE</option><option value="facebook">Facebook</option></select>
</div>
<div class="f"><label>ใครเรมคยกอน</label>
<select v-model="d.initiation_mode"><option value="customer">ลูกค้าทักก่อน</option><option value="seller">เราต้องเริ่มขาย (เชิงรุก)</option></select>
</div>
</div>
<label class="muted" v-if="auth.isSuperAdmin && d.special">พิเศษ: {{ d.special }}</label>
<!-- Section: องทาง/โหมด (removed scenario chosen at chat time) -->
<div v-if="auth.isSuperAdmin && d.special" class="sec">
<label class="muted">เศษ: {{ d.special }}</label>
</div>
<div class="row actions">