Josh Smith
Josh Smith
# Problem Our `circle.yml` does the following at time of writing: ``` dependencies: pre: - | if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then curl -o-...
# Problem - [x] Clicked New Task - [x] Clicked on Task Card in List - [ ] Clicked Assign Task on Task Card (track organization, project, task) - [x]...
# What's in this PR? WIP.
# What's in this PR? Just a spike for right now. WIP.
# What's in this PR? WIP. Basic logic is the following: - check the conversation or its latest conversation part has not been read _and_ that it can be marked...
# Problem The conversation list for projects needs to have an `open/closed` filter placed on it. We should show a (styled) `select` that has two items: - Open (3) -...
# Problem We need to add a conversation part that includes a simple border and some small text saying either: - {{You | username}} closed this conversation {{time-ago}} - {{You...
We should have a component at the top of the page on Code Corps that indicates whether your email is verified, allow you to queue an email for resending the...
# Problem The project conversation menu item needs a badge added that shows an open conversation count for the project. Blocked by implementing a counter cache in the API.
# Problem We need a way for a user to message the project directly from the project page, probably in the header.