code-corps-api
code-corps-api copied to clipboard
Elixir/Phoenix API for Code Corps.
# Problem It would be nice if we provide some sort of information in the readme on how to setup and work with email
### Problem Currently the repo's documentation on setting up and using the dev environment isn't describing how e-mail generation works, how sent e-mails can be viewed and how the logging...
# Problem The contribution documents should have instructions on how to handle seeds. Something along the lines of # Suggested content Make sure you update `priv/repo/seeds.exs` if your PR is...
# Problem #730 will introduce a `/password/forgot` endpoint. It should be added to the API docs. ## References Related to #730 Blocked by #730 [Dealing with API documentation](https://github.com/code-corps/code-corps-api/blob/develop/docs/API.md)
# Problem #753 introduces a `/password/reset` endpoint. It should be added to the API docs. ## References Related to #753 [Dealing with API documentation](https://github.com/code-corps/code-corps-api/blob/develop/docs/API.md)
# Problem In addition to #736, we would require an endpoint which calls the described module and returns the results. It would require authentication, but not authorization. The ember side...
# Problem From #668 we need a very basic task matcher module. We would require a module, for example, `UserTaskMatcher` with a `&match_user/2` ```Elixir defmodule CodeCorps.UserTaskMatcher do @default_task_count def match_user(%CodeCorps.User{}...
# Problem We need to parse the body that GitHub returns to us in pull requests using their [closing keywords](https://help.github.com/articles/closing-issues-using-keywords/) in order to connect our tasks to these PRs in...
# Problem We want to be able to add an estimate of how long it will take to do a task in increments of: - Less than an hour -...
# Problem We want to send an email that uses the (yet unfinished) task matcher to send an email digest with perhaps the top three most recommended, unassigned, open tasks...