Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement updateContext #88

Open
piascikj opened this issue Nov 24, 2017 · 0 comments
Open

implement updateContext #88

piascikj opened this issue Nov 24, 2017 · 0 comments
Labels

Comments

@piascikj
Copy link
Member

Issue opened with imdone.io from code comment on dc3ddc7

TODO implement updateContext id:1


imdone-core/lib/task.js

Lines 129 to 134 in dc3ddc7

// TODO: implement updateContext id:1
var self = this;
var contexts = Task.getContext(this.text);
if (this.getContext()) {
this.getContext().forEach(function(context) {
if (!_.contains(contexts, context)) self.text += util.format(" @%s", context);

@piascikj piascikj added the debt label Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant