code-corps / code-corps/code-corps-ember
Client Side Tracking For Tasks
- Ngôn ngữ chính
- JavaScript
- Star
- 120
- Fork
- 75
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# Problem
We don't currently have mixpanel tracking for understanding task creation and management.
## Subtasks
1. Viewed project tasks tab (properties: project_name, project_id)
2. Clicked create new task button (properties: project_name, project_id)
3. Created new task (properties: project_name, project_id)
4. Viewed project task (properties: project_name, project_id, task_id)
5. Added skill to task (properties: project_name, project_id)
6. Change task status (properties: project_name, project_id, task_id, moved_from_column, moved_to_column)
7. Assigned a user to a task (properties: project_name, project_id, assignee_user_name, task_id)
8. Edited task (if tasks are editable), (properties: project_name, project_id, task_id)
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.