Tuesday, November 16, 2010

Sessions and event list

In the interface now is shown a list with all the events created. I implemented sessions in a way that when one of the shown events is clicked, it would be saved in the session, so the system would know which is the 'current event'. I also started adapting some views to the session use, so tasks can be done dynamically and not in a static way (all task were done just for the first element of the database before.) This is very easy tough.

I corrected some functionalities (special cases that were throwing exceptions) and added additional form validations.

Right now I am investigating about filters. I need these because the IF statement can't use == on templates, and IFEQUAL just compares between strings. I need to do this comparison to compare event buttons id with the current event stored in the session, so then I can highlight the current one.

No comments:

Post a Comment