handoff-notes

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Handoff Notes

交接笔记

Generate handoff notes for vacations and transitions.
为休假和工作交接生成交接笔记。

Instructions

操作步骤

  1. Fetch source data with
    my-work-recap
    .
  2. Call
    handoff-notes
    :
json
handoff-notes({
  "completedTasks": "<json-array>",
  "plannedTasks": "<json-array>",
  "initiatives": "<json-array>",
  "handoff_type": "vacation",
  "duration": "2 weeks",
  "focus_areas": "integrations, checkout"
})
  1. 使用
    my-work-recap
    获取源数据。
  2. 调用
    handoff-notes
json
handoff-notes({
  "completedTasks": "<json-array>",
  "plannedTasks": "<json-array>",
  "initiatives": "<json-array>",
  "handoff_type": "vacation",
  "duration": "2 weeks",
  "focus_areas": "integrations, checkout"
})