Skip to content

tehsis/webplanningcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of cards for a poker planning session.

Building instructions

In order to build this app, you must be sure to have the grunt-cli and bower globally installed on your system:

$npm install -g grunt-cli bower

Then fetch the dependencies

$npm install
$bower install

Finally, build:

$grunt

The generated files are located at www/ just open www/index.html to get the app running.

Development notes for future releases

  • The layout is handled by css' flexboxes. This is not well supported yet and fails on recently older versions of chrome and firefox.

  • The set of cards can be customized at /src/javascripts/providers/cards/ In future versions would be nice to have lot of card's sets to allow users to change them.

  • It would be nice if you can handle 'planning sessions' and sycronize the estimations with Trello.

About

Cards for poker planning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published