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 8 2009

Tags and Venue

Gokhan

Signup part is completed except for security checks. Now signup consists of two parts.In first part, tags insertions are enabled and in second part, user’s other network accounts are added to database.

Venue Selection part is completed in low-level code. After getting the necessary information from google map, user’s status will be updated on the database and if exist, twitter account will be updated. Moreover, if venue does not exist on the database, user are able to add it to the database(Google map integration is not fully completed).After selecting or adding venue, user will be directed to comment page.In which, users are able to comment about the venue.However, comment venue page is just implemented with database insertion.