sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
494 stars 82 forks source link

Sprint groups #34

Closed fluxusfrequency closed 9 years ago

fluxusfrequency commented 9 years ago

What's this PR do?

Needs styling

Which code should the reviewer start with?

app/views/components/item-column/sprint-group.js Note that chunkItems has been refactored from the way it worked in ItemColumn (lodash each) to a while loop. Added velocity adjustments and deal with sprints where team strength is 0%.

How is this feature tested (either manually or automatically)?

Adjust the team strength of sprints in the backlog.

What are the relevant tickets (please include link(s))?

https://sprint.ly/product/1/item/9919

Screenshots (if appropriate)

screen shot 2015-05-28 at 9 56 45 am

What gif best describes this PR or how it makes you feel?

Definition of Done:

fluxusfrequency commented 9 years ago

Updated styles from master, but needs further styling:

screen shot 2015-05-28 at 4 23 38 pm

fluxusfrequency commented 9 years ago

Per our conversation in Slack, it looks like I misunderstood what you want. I'll move the team strength input form into a popover.

fluxusfrequency commented 9 years ago

@wookiehangover Got the TS adjustment into the popover, as we talked about. Open to more styling tweaks if you have any ideas.

screen shot 2015-05-29 at 12 46 52 pm

wookiehangover commented 9 years ago

Wunderbar!

fluxusfrequency commented 9 years ago

Is that a candy bar?

fluxusfrequency commented 9 years ago

Schönen Dank

wookiehangover commented 9 years ago

Clicking on the background of the popover opens and closes the sprint. We should stopPropagation there.