-
Notifications
You must be signed in to change notification settings - Fork 350
Feature/classic design #251
base: master
Are you sure you want to change the base?
Conversation
I'm keen to pick this up and run with it, unless @hakunin has any objections. |
Feel free to do what you want with the code guys. |
<%= story.get('estimate') %> | ||
</span> | ||
<span class="estimate estimate_<%= story.get('estimate') %>"> | ||
<% if (story.get("estimate") == 1) { %> | <% } %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use Array(story.get("estimate") + 1).join('|')
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use '|' * story.get("estimate")
? :)
Please note that I am no longer using fulcrum, so feel free to fork the fork and modify it as you wish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it's not ERB ;)
To where you moving? Taiga?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My own project management tool that I am building for a customer.
http://cl.ly/image/3m2Q2c1R1u2W
http://cl.ly/image/3H3D320G2r1H
http://cl.ly/image/1s352t401Q0g
Opening this branch from @hakunin as a PR for discussion. We've had a few PRs with a rework of the design before but they have always been quite large and a bit too invasive. This one is nice and clean and looks pretty good to me.
Need to do some extensive testing, probably rebase and would be good to get the
/testcard
working again.