Skip to content

Commit

Permalink
Merge pull request #18 from sgricci/patch-1
Browse files Browse the repository at this point in the history
Add support for someday
  • Loading branch information
justinabrahms committed Mar 3, 2015
2 parents f86be8f + 843d27f commit 149b221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sprintly
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ITEM_COLORS = {
}

ITEM_STATUSES = {
'someday': "Someday",
'backlog': "Backlog",
'in-progress': "In Progress",
'completed': "Completed",
Expand Down Expand Up @@ -381,6 +382,7 @@ class SprintlyTool:
"""

statusTree = {
'someday': {},
'backlog': {},
'in-progress': {},
'completed': {},
Expand Down

0 comments on commit 149b221

Please sign in to comment.