code-corps-api
code-corps-api copied to clipboard
Elixir/Phoenix API for Code Corps.
# What's in this PR? Optimization tweaks for the rendering of task lists. Needs tests.
# 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}}`....
# What's in this PR? WIP. ## References Progress on #1077
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...
# What's in this PR? Add UserTaskManager to return tasks with the most overlapping skills ## References Fixes #736
# What's in this PR? This is currently work in progress. But wanted to get an initial PR out. ## References Fixes #60
# 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...
# 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`...
# 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...
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...