Sunday, November 13, 2011

Another day, another meeting!

During the meeting we have decided to hold database implementation till later stages of the project. The reason is simple - time constraints. Implementing database, developing a code for it takes serious time investments, which are not a good thing during prototype development.

Therefore we have decided to simply store document information in the comma delimited file. This file can be parsed with a simple Perl script and later imported into the database.

In parallel, we have also implemented  project mock-up in static html page. For the next report we are going to connect the html page with Perl script in order to dynamically update the content of the page.