Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Feature/classic design #251

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

malclocke
Copy link

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.

@kaleworsley
Copy link
Member

I'm keen to pick this up and run with it, unless @hakunin has any objections.

@hakunin
Copy link
Contributor

hakunin commented Mar 18, 2015

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) { %> | <% } %>

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('|')?

Copy link
Contributor

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.

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?

Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants