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

Added a task progression in each story card #41

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Tab3r
Copy link

@Tab3r Tab3r commented Dec 30, 2014

Added a task progression with a progressbar, in each story card. If no task, no progressbar will be show.

Progressbar Inspired in http://css-tricks.com/css3-progress-bars/

image

Added a task progression in each story card.

Inspired in http://css-tricks.com/css3-progress-bars/

var storyDivProgressContainer = document.createElement("div");
storyDivProgressContainer.setAttribute("class", "kanbanstoryprogresscontainer");
var storySpanProgressContainer = document.createElement("span");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The trick is the span width -> progress in the bar

Real random generated color, with full username.

Thanks you to: https://github.com/brandoncorbin/string_to_color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant