May 21 2009

Tag Cloud & Signup

Cansin

This week, we needed to make a huge database refinement for our system. After modifications, system can now achieve all features that is intended.

One of these features was Tag Cloud. Before this week, our tags had no importance values so they are all treated equally. But now, thanks to database modifications, I have implemented a Tag Cloud logic for tags. I used jquery tagcloud to represent the information.

Also, our sign-up system had still some issues that are needed to be fixed. And I decided that it will be easier to re-implement it than try to bug-fix, since we have some flow control modifications as well. So, I have implemented sign-up again. Hopefully next week, I will finish EditProfile, EditNetworkAccounts and EditVenue features.


Apr 15 2009

Summary of This Week

Eray

The work done can be listed as follow:

  • Google Map component’s ajax implementation has been replaced with jquery’s ajax handling functions.
  • Google Map component has been embedded into VenueSelection page.
  • VenueSelection page’s parameter passing mechanism implemented.
  • Validators for AddVenue page has been written.
  • AddVenue and UpdateStatus is under construct. I have to work with Gokhan to solve some conflicts.

Apr 8 2009

Venue Profile View

Cansin

This week I have mostly completed the venue profile view. The Venue Profile View is integrated with both Database and Last.fm. The main page of the venue view is completed. Since we have too little area for large amount of data, Murat came up with an idea using jQuery’s accordion widget. So, I have integrated jQuery to our project and used an accordion widget (sliding vertical tabs) to show ‘recently played’ and ‘insiders’ data.

Next week we will implement comment structure with Gokhan, both the interface and background. Also while Murat and Eray are implementing event management, I will also implement the necessary interface at venue profile view.