code-corps / code-corps/code-corps-ember
Client Side Tracking For Tasks
- Langage dominant
- JavaScript
- Étoiles
- 120
- Forks
- 75
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
# 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)
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.