If you have a perfect data schema the app will practically write itself. Put it on disk and dump the Schema classes with DBIx::Class::Schema::Loader, tweak with some object inflation magic and the rest is just sessions and shipping tables. :)

Well, not really, but if you have an ideal data model, everything else gets drastically easier.

To convince him to bring in CPAN stuff, trying pointing to the communities. You can ask a question on the CGI::Application or Catalyst or DBIC or Rose::DB lists and get answers right away that would cost $500 from a contractor who had to look at custom code. All the popular projects have good churn on docs and bug fixes too. Plus, a post for "Convoluted Custom Perl Code Guru Wanted" is not going to be able to compete with "Catalyst Expert Wanted" in a year when he wants to extend it; both in responses and the ease of vetting candidates.


In reply to Re: "I want a shopping-cart but I want to do it from scratch" by Your Mother
in thread "I want a shopping-cart but I want to do it from scratch" by locked_user sundialsvc4

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.