Skip to content

Commit

Permalink
TODO comments updated by @imdoneio [ci skip] [imdone skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 3, 2018
1 parent 62f50c0 commit 07d096e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/plugin-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ConnectorPluginView extends View
newIssue: ->
# TODO: Also add the task list as a label when creating an issue on github. +new id:67 gh:300 ic:gh
# - I think this is done
# QUESTION: Will this work?
# QUESTION: Will this work? id:115
@client.newIssue @connector, {title:@task.text}, (e, data) =>
@task.addMetaData @idMetaKey, data.number
@repo.modifyTask @task, true, (err, result) =>
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Roadmap
- [ ] Open board
- [ ] Create list
- #DOING: As a user I would like to clear the filter with the escape key so that I can be more productive with filtering. +story id:108 ic:gh gh:329
- #DOING: As a user I would like to save groups of visible lists so that I can have multiple process flows in a single project.
- #DOING: As a user I would like to save groups of visible lists so that I can have multiple process flows in a single project. id:116

0 comments on commit 07d096e

Please sign in to comment.