code-corps / code-corps/code-corps-ember

Client Side Tracking For Tasks

Open
#1,333 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
120
Forks
75
PR merge metrics
No merged PRs in 30d

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.