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 initial support of projects #39

Closed
art-in opened this issue Dec 7, 2014 · 1 comment
Closed

Implement initial support of projects #39

art-in opened this issue Dec 7, 2014 · 1 comment
Assignees
Labels

Comments

@art-in
Copy link
Owner

art-in commented Dec 7, 2014

For now, let's implement quick task for supporting projects in following way:

  • there's is static list of projects (not accessible for editing);
  • to assign new task to project add corresponding tag inside description (like, "[c] This is common task")
    Tag should look like letter inside brackets. Tag can be put in any place of description.
  • visually task should indicate its assignment to project by corresponding background.

Tag - Project - Background Color:
[com] (default) - Common needs (buy vitamins, make cleanup in the apartment, etc.) - blue (#C4F2EA)
[c] - Work & Craft & Technology (investigate some js technique, implement some feature) - orange (#FFE1B7)
[s] - Sports & Health - green (#C1F2C1)

@art-in art-in added the tech label Dec 7, 2014
@art-in art-in self-assigned this Dec 7, 2014
art-in pushed a commit that referenced this issue Dec 7, 2014
@art-in
Copy link
Owner Author

art-in commented Dec 7, 2014

Added projectAssignment knockout binding that sets background color, depending on what project tag is in the description.

@art-in art-in closed this as completed Dec 7, 2014
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