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 It would be nice if we provide some sort of information in the readme on how to setup and work with email

documentation
Difficulty: Easy
Priority: Medium
Skill: Elixir
Skill: Phoenix
good first issue
hacktoberfest

### 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...

documentation
Difficulty: Easy
Priority: Medium
Skill: Phoenix
good first issue
hacktoberfest

# 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...

question
Difficulty: Easy
good first issue
hacktoberfest

# 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)

blocked
Difficulty: Easy
good first issue
hacktoberfest

# 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)

Difficulty: Easy
good first issue
hacktoberfest

# 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...

blocked
Difficulty: Easy
needs estimate
good first issue
hacktoberfest

# 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{}...

Difficulty: Easy
in progress
needs estimate
good first issue
hacktoberfest

# 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...

needs estimate

# 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 -...

needs estimate

# 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...

needs estimate