Skip to content

Commit

Permalink
Add support for someday
Browse files Browse the repository at this point in the history
Someday section support added
  • Loading branch information
sgricci committed Feb 13, 2014
1 parent a0c7870 commit 843d27f
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 843d27f

Please sign in to comment.