code-corps-api icon indicating copy to clipboard operation
code-corps-api copied to clipboard

Elixir/Phoenix API for Code Corps.

Results 104 code-corps-api issues
Sort by recently updated
recently updated
newest added

# Problem > There are "classes" of webhooks, some of which pertain to the repository and project and other that don't (installation, e.g.). As CC adds more webhook handlers for...

Priority: Low
needs clarification

# Problem If you are unregistered, it does not know first/last name and the email looks like: ![this](https://puu.sh/yu6dh/9169876069.png)

needs estimate

# Problem We should add email subscription settings for a user, possibly as a property bag. For now we can simply add the task suggestions email as the sole subscription...

Time: 3 hours

# Problem When an issues is assigned/unassigned a user from GitHub, we need to sync that assignment to our assigned user on Code Corps. In the short-term, we can just...

needs estimate

# Problem During the GitHub repo sync we should fetch all the available assignees for the repo: ``` GET /repos/:owner/:repo/assignees ``` And do our normal `GithubUser` create or update process.

needs estimate

# Problem When a task is assigned a user on Code Corps, we need to be able to sync that assignee to GitHub.

needs estimate

# Problem When we switch to Elixir 1.6 we need to replace `TimeValidator.truncate/2` with `DateTime.truncate/2` (or whatever the new fn is ultimately called). Blocked until then.

blocked
Time: 1 hour

# Problem GitHub has a limit of 10 assigned users per issue. That means we're going to run into problems if we try to assign more than 10 GitHub users...

needs estimate

We should add `utm` tracking parameters to links that we insert from Code Corps bots into GitHub issues/comments.

needs estimate

We should switch our build process over to CircleCI 2.0. We can then run a pipeline that works like the following: - compile - test - maybe deploy - to...

needs estimate