Has anyone ever built and released an online implementation of the "story card", advocated by Extreme Perl in Chapter 4, at: http://www.extremeperl.org/bk/release-planning which can be used by developers and clients who work together by phone, fax, email and web, but don't know what one another actually look like?

If I'm forced to have a distributed team and can't have everybody using cards locally then I just use a wiki with one-page-per-story. Kwiki does the job quite nicely.

If you want more sophisticated stuff take a look at tools like Xplanner. There's a list on http://xprogramming.com/software.htm.


In reply to Re: Seeking Extreme Perl "Story Card" application by adrianh
in thread Seeking Extreme Perl "Story Card" application by hesco

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.