Wednesday, November 3, 2010
Adding and deleting tickets
Saturday, October 30, 2010
Continuing with tickets.
Today, I followed the work that Iadir started in the tickets section. The main advance that I made was keep doing the translation from the Event code to the Ticket code. We can do this because in general both sections have the same functionality. That is why I worked in the views archive from Tickets. I did not test it yet, so it is only a beta of the final idea. The changes can be seen in the modifyTickets method. It is pretty similar to the modifyEvent method.
After doing this, I started to make a research for the next steps. These steps will be developing the creation of the range of the tickets. The user should be able to determine a range, and the system should create tickets taking in consideration this range. To make this possible, I look at some functions in Django and how to handle arrays or lists.
I found some interesting links:
- http://stackoverflow.com/questions/2322739/django-array-or-list-output (How to print or show arrays/lists).
- http://stackoverflow.com/questions/739942/how-to-pass-an-array-in-django-to-a-template-and-use-it-with-javascript (How to pass an array from Django to a template. This could be useful when using JavaScript).
- http://efreedom.com/Question/1-3636930/Data-Arrays-Django-Model (A question about using arrays, could be useful for doubts that could surge later).
Thursday, October 28, 2010
Creating tickets
Sunday, October 24, 2010
2nd iteration (part 2)
2nd iteration
Sunday, October 17, 2010
1st Iteration
Thats when we decided to develop the entire project using Windows, besides this way we wouldn't have to change some paths (like the templates path in settings.py) when changing from a Unix based machine to a Windows one, we also installed tortoise so we could simplify the use of subversion thus making us use it more.
After everything was set up we started creating the register and login instances, this ended up being quite straight forward by using django forms (even the validation was already made for us), we tried to customize this a little bit, but realized that it might take some work so we decided to leave this non-essential details for later. We also used Jquery to personalize the final results, this first week had its up and downs, but we were able to do everything we had to and even more.
Friday, September 24, 2010
A new start...
Due to I am the treasurer of this association, I have realized that is necessary to implement this kind of system so that we can speed up processes related to creating and managing those events. Although this project was initially thinked just for AESC, we have realized that it would be advantageous to expand its use to any association that requires it. We have already talked with the relevant people of Associations and Student Groups (AGE) and Program Direction, and they seem very interested in this proposal. This creates possible chances that they could support the project with sponsorships.
Some of the functionality that the system will include is the following:
-Event creation.
-Event data and characteristics.
-Event requirements.
-Ticket sell.
-Event audience.
-Incomes and outcomes.
-People responsible of the event.
-Schedule of ticket sell.