Bỏ qua để đến nội dung

AI Thi thu Full Test intent mapping policy

DomainsDOL EnglishProduct285 words1 min read
confirmedbyProduct Design

DEC-0089 - AI Thi thu Full Test intent mapping policy

Phần tiêu đề “DEC-0089 - AI Thi thu Full Test intent mapping policy”

Open question hiện tại là có nên tạo intent mới cho AI Thi thử Full Test hay tái sử dụng taxonomy hiện có với variant mapping.

  • Không tạo intent mới trong v1.
  • Map AI Thi thử Full Test vào canonical intent ACT_TEST với AI variant:
    • inlineFeatureKey = AIF_MOCK_FULL_TEST
    • depth = AI (inline builder) hoặc STEP (route test flow chuẩn) tùy context.
  • Query parser ưu tiên pattern thi thử/full test/mock test để vào variant resolver trước generic test resolver.
  • Nếu thiếu context bắt buộc (program/assessment form), fallback sang flow tạo test chuẩn có disambiguation ngắn.
  • Tránh phình intent taxonomy khi nhu cầu thực chất là biến thể rendering/action của cùng mục tiêu ACT_TEST.
  • Giữ ổn định mapping đa module và giảm chi phí bảo trì synonym/analytics.

AI Thi thử Full Test là “test-generation experience variant” hơn là domain intent hoàn toàn mới.

  • Product/UX impact:
    • user vẫn có trải nghiệm AI mock-test rõ ràng mà không phá taxonomy.
  • Data/logic impact:
    • resolver cần hỗ trợ intent variant theo featureKey.
  • Operational impact:
    • analytics giữ consistency ở layer canonical intent.
  • Option A: tạo intent mới ACT_AI_MOCK_FULL_TEST.
  • Option B: giữ ACT_TEST + AIF_MOCK_FULL_TEST variant (selected).
  • Theo dõi nếu variant này phát sinh nhiều sub-policy đến mức cần tách intent ở major version sau.

Decision quality check: DEC-0089

  • Score: 11/12
  • Weak dimensions: Operational feasibility (1)
  • Action: Promoted with variant-resolver implementation follow-up.