Results 85 issues of Josh Smith

# 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? Optimization tweaks for the rendering of task lists. Needs tests.

in progress

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

needs estimate

# What's in this PR? WIP. ## References Progress on #1077

in progress

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

needs clarification

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

in progress
needs estimate

# Problem EDIT: See the comment below. We want to have a place for a `Project` to be explicitly approved by an admin.

needs estimate

# Problem Right now if there are validation errors due to timestamps being off in GitHub syncing, it appears we're seeing `validating_tasks` or `validating_comments` errors. What we should do instead...

needs clarification
Skill: Phoenix
needs estimate