DKode, you will probably want to do a lot of reading on this site. There are a few thousand things that you'll need to pull that off. First off, you need to decide what is important, and what is fluff. Then from the important things, what is 'vital' for the functionality, and what is 'nice' to have for functionalilty. I suggest visiting theSuper Search node and start to dig and read.

I know that it's great to want everything, but you actually want this to be done in multiple stages (if done in house.) So you will have to identify exactly what needs to be delivered with the first version. If the budget allows, vroom is your best option. (I'm not sucking up, I'm just stating the obvious... look around at PM just look at the creation.)

My last piece of advice is to do baby steps into this larger project. It seems to me that you've not used SQL, so I can assume that DBI is foreign to you as well. I'd start with implementing a small CGI DBI that stores, retrieves, updates, and removes data. This would be a good project that will help you determine just how much work this is going to be for you. Finally, keep communicating and participating here at Perl Monks. You'd be suprised just how much you learn just by reading other people's questions and comments. Good Luck!

- Mission
"Heck I don't know how to do it either, but do you think that's going to stop me?!!"

In reply to Re: Large Project opinion by Mission
in thread Large Project opinion by dkode

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.