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 9324fd3 commit 4cf950e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:119
@client.newIssue @connector, {title:@task.text}, (e, data) =>
@task.addMetaData @idMetaKey, data.number
@repo.modifyTask @task, true, (err, result) =>
Expand Down
4 changes: 2 additions & 2 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Roadmap
----
- #BACKLOG: Add configuration editor view for .imdone/config.json +Roadmap
- #BACKLOG: Add configuration editor view for .imdone/config.json +Roadmap id:120
- Use copy/modified version of [settings-view/settings-panel.coffee at master · atom/settings-view](https://github.com/atom/settings-view/blob/master/lib/settings-panel.coffee)
- #DOING: As a user I would like to add content to my TODO descriptions from markdown templates stored in my project id:104 gh:322 ic:gh
- [ ] Append templates to tasks with `t:<type>` metadata in them. (e.g. `t:story`)
Expand All @@ -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:121

0 comments on commit 4cf950e

Please sign in to comment.