code-corps-api
code-corps-api copied to clipboard
Elixir/Phoenix API for Code Corps.
# 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...
# 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....
# 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...
# 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:...
# 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,...
This results in significantly faster UI and smoother experience. Lmk what you think!
# 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...
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...
# 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...