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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user