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 If a conversation is updated with `status` of `"closed"`, then we should create a conversation part with a `part_type` of `"closed"`. Blocked by #1318. Could probably be done...

Time: 1 hour

# Problem We should upgrade our project factory so a set of task lists is always created. In a real use scenario, projects cannot get created without associated task lists....

question
Difficulty: Easy
Skill: Elixir
Skill: Phoenix
good first issue
hacktoberfest

# Problem Per some advice from @DavidAntaramian: > In essence, your Mix environment is not the same as a Rails environment. Very different beasts. The Mix environment should only control...

Skill: Elixir
Skill: Heroku
Difficulty: Medium

# What's in this PR? Allows us to alias the user on creation. This is a WIP and very much incomplete. A few of the issues we have with this:...

in progress

# What's in this PR? This PR adds API support for `UserInvite` creation and claims. The Issue this is referring to specifies that we should be adding an `InvitedUser` model,...

question
needs code review

This results in significantly faster UI and smoother experience. Lmk what you think!

Difficulty: Easy
needs code review
Skill: Elixir

## References Fixes #1313

in progress
Priority: Medium
Difficulty: Medium

# What's in this PR? Things to do in this PR: - [ ] tests for all functions in `CodeCorps.Emails` - [ ] couple of remaining dialyzer errors. I'm not...

in progress
Time: 2 hours

WIP So this is a first stab at including tasks in the task_list view and would remove the need for this line `taskLists.forEach((taskList) => get(taskList, 'tasks').reload());` in the tasks index...

needs clarification
needs code review
Priority: Medium
Skill: Elixir
Difficulty: Medium

# What's in this PR? - New projects context module - Updated test units for projects test # Up for dicussion - Rename lib/code_corps/model to lib/code_corps/schemas ? # TODO (pending...