Project Journal
Wednesday, December 1, 2010
Documentary Video
http://www.youtube.com/watch?v=WrNkn9r9kaI
(The video was made using iMovie and Camtasia)
The last effort
Today we worked in the movie. We made the video more fun with songs of The Beatles, Vampire Weekend, Muse, Train, Phoenix and Justice.
Tuesday, November 30, 2010
Graphic Interface
Even though it may look simple a look of time was invested on details and functionality, we also wanted it to look simple and sleek since we are not trying to sell anything to anyone or trying to make people to come back, etc. the site is all about functionality and that was our main concern all along the way.
The tools used for the creation of the site were the Adobe Creative Suite for images and some css editing (the rest of it was made using TextWrangler), the site was mainly tested on Chrome and Firefox, but it was quite tricky to use tools that text the xhtml (to avoid tag soups) since we were using some django code here and there, but overall the site had no problems running in these two browsers.
Acceptance Testing.

Yesterday, I worked with my partner Sebastian Olivares in the acceptance test of our project. Sebastian is a member of @ESC (The student group to who we are developing the aplication). Since we have an almost finish version, we wanted to see it in action and also find some parts on which we can keep working during the final days.

Saturday, November 27, 2010
From logic to graphic.
The past week I have been working on the implementation of the Ticket seller logic into the graphic interface. I explained the logic of the ticket seller section in previous posts. In order to do this I had to do several points:
- Create the HTML file named assignSellers.hmtl.
- Create the showsTicketsSellers method in views.py.
The main changes were created in the assignSellers.html file.
The two parts of the code that are more important are the creation of the assignSellers button in the toolbar and the creation of the pop up of the assign sellers. In general, this two codes are the more relevant to make possible the graphic interface. There are some variables that I had to adjust. Those variables were width and height. Also, there is a mouseOver function, that is the responsible of changing the color of an icon when the mouse goes over it.
The name of the fields were changed in the table that can be found at the end of the archive:
Since I had all the logic ready, it was not so hard to finish the graphic interface. All I had to do was make the proper convertions and use those files that I had made in the last month.
The next step would be do the same (Converting from logic to graphic interface), but in the Incomes and Expenses sections.
Sunday, November 21, 2010
Programming day
