Live data from Hacker News

Firepoker.io - Planning Poker built with AngularJS and Firebase

firepoker.io

11–20 of 26 posts

Re: Firepoker.io - Planning Poker built with AngularJS and Firebase

#12

Very cool! We were just discussing the need for something like this as we have a hybrid on-site/virtual team so our Planning Poker meetings become a bit difficult. Couple of suggestions: 1) Allow flexible cards...the numbers we tend to use are slightly different 2) Allow mass import of stories once the game has started. Ideally I'd have one persistent URL that I can use in our recurring invite, instead of having to c…

I would also find it useful to just run the planning poker session without having to enter any stories. We are often looking directly at our JIRA board and don't need to fill in any information on a planning poker site.

Re: Firepoker.io - Planning Poker built with AngularJS and Firebase

#15
Looks cool and all but kind of worried about the code. Have a look at it: https://github.com/Wizehive/Firepoker/blob/master/app/script...

Everything is in the MainCtrl. No separation of concerns, at all. If you have felt that testing is hard (test folder looks a bit empty), it's probably because you're not separating things enough.

Re: Firepoker.io - Planning Poker built with AngularJS and Firebase

#16
post #15

Looks cool and all but kind of worried about the code. Have a look at it: https://github.com/Wizehive/Firepoker/blob/master/app/script... Everything is in the MainCtrl. No separation of concerns, at all. If you have felt that testing is hard (test folder looks a bit empty), it's probably because you're not separating things enough.

[deleted]

Re: Firepoker.io - Planning Poker built with AngularJS and Firebase

#18
I've built a basic poker tracker with AngularJS/FileReader API called PokerStoker.com. Was just about expecting to see the same! :-) At the moment its sitting on HD waiting for me to polish it off. If theres any casual poker players out there that are looking for a simple tracker, msg me. I'll send you the beta link.

Re: Firepoker.io - Planning Poker built with AngularJS and Firebase

#20
post #19

Any idea if you will there will be future integration for something like JIRA? This could really speed up the process of getting things up there.

I did look into JIRA integration before release it, since we also use it, but the on-demand version don't support CORS or JSONP, this is something that I would like to have but will require some extra work, so maybe in the future.
Post reply on HN