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 create a new game every time we enter planning. But since I can only do a bulk import when creating a new game I'd have to get a new URL each time.
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.
Multiple moderators seems a good feature.
A chat box may not come to this, I believe for most of the time users will be using another communication tool with audio/video like Google Hangouts, Skype and etc..
Thanks for the feedback.
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.
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.
Some advice from my experience; 1. release the source with tests; 2. keep in mind people may be expecting source code that they can easy take away lessons
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.
25 comments
[ 2.9 ms ] story [ 63.1 ms ] threadCouple 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 create a new game every time we enter planning. But since I can only do a bulk import when creating a new game I'd have to get a new URL each time.
Suggestions: Allow more than one moderator and possibly a chat box?
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.