Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Mixpanel tracking for github integration setup

Open
#1,370 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
github, javascript

Research direction

Start by tracing the integrations setup, GitHub connection, installation, and project-repository connection flows described in the issue. Add tracking for the seven listed events with their specified properties, including failure reasons, and verify that the events fire during the corresponding successful and failed flows.

Written by the indexing model from the issue text.

Description

needs estimate needs work

Original comment by @LennonR - https://github.com/code-corps/code-corps-ember/issues/1331#issuecomment-310766129

Mixpanel Tracking Ideas:

  1. Loads integrations tab (properties: project_name, project_id)
  2. Clicks connect to github button (properties: project_name, project_id)
  3. Github connection successful (properties: project_name, project_id)
  4. Github connection failed (properties: failure_reason, project_name, project_id)
  5. Clicks add project Github integration button (properties: project_name, project_id)
  6. Github project integration successful (properties: project_name, project_id)
  7. Github project integration failed (properties: failure_reason, project_name, project_id)

Questions:

  1. How does the project selection happen when you choose to add a project? Does it take you to github and you choose from your projects? Or is there a UI on code corps that lists projects?

When you go to create an installation, a new tab opens, pointing to the installation url. As you install, you decide between installing on "all the repos for selected user/organization", or only for selected repos.

When you refresh the integration page on code corps, the installation will be listed. You can then "connect it to your code corps organization" and, once that's done, you can connect one or more of the installation-accessible repos to the current project.

  1. Is there the option to disconnect/remove a project or a github installation, post connection/installation?

Yes for projects. As it is right now, it simply stops further syncing of new tasks/comments, but keeps the olds ones.

No for installations, at least not from the code corps UI, but it's still possible from github's UI.

  1. Once you've connected a project, what has changed about the UI? What can you now do on Code Corps that you couldn't do before?

When you're creating a new task, there will be a dropdown in the sidebar, containing a list of connected repos. If you select a repo from that list, as you create a task, a github issue will also be created in that repo.

From that point on, any edit on the codecorps task will propagate to the github issue and vice versa. The same will happen for comments belonging to that task.

Dominant language
JavaScript
Stars
120
Forks
75
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from code-corps/code-corps-ember

All issues in code-corps/code-corps-ember

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.