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

# What's in this PR? Optimization tweaks for the rendering of task lists. Needs tests.

in progress

# What's in this PR? Right now this PR just has a failing test case demonstrating that syncing does not match `ResultAggregator` errors in the form of `{:error, {list, list}}`....

needs estimate

# What's in this PR? WIP. ## References Progress on #1077

in progress

Closes #853 when done This PR should implement the feature described in #853. However, we haven't really agreed on how we want to approach it exactly. Will it be a...

blocked

# What's in this PR? Add UserTaskManager to return tasks with the most overlapping skills ## References Fixes #736

in progress
Time: 3 hours

# What's in this PR? This is currently work in progress. But wanted to get an initial PR out. ## References Fixes #60

in progress

# Problem We need to reliably and concurrently sync tasks and comments to and from GitHub in a non-blocking way. By providing a timestamp-based concurrency control system we can use...

needs clarification

# Problem Much of the GitHub syncing can be reorganized as follows: - [x] `CommentSyncer` and `TaskSyncer` need to move out of `Event`; structure could be like: - `sync/issue/issue.ex` `Sync.Issue`...

in progress
needs estimate

# Problem When a user invite is created, we want to send an email to the specified email address. The contents of the email differ slightly based on the invite...

needs clarification
Time: 4 hours

Several of our endpoints allow fetching all records. We should really handle this in some way. The way I see it, we have two choices 1. Enforce query requirements. If...

question