Regarding the data visualization – we want something clear enough so that the user could “visualize the city’s soundscape”. This means that every detail in the design – color, shape, size – must convey meaning regarding these data yet be able to be interpreted in an intuitive manner. Moreover we have to account for the fact that in order for people to be engaged by the data visualization the user experience must be warm and invite users to explore the information contained in it. In order to meet these complex criteria we brainstormed and put down several preliminary design ideas in order to reach a final decision
 
After we developed the initial version of the app, we tested it on 10 anonymous users in order to obtain primary feedback regarding the use of the app. We explained the users the basic idea of the app and asked them to try it on their own, and to describe us the actions they are doing, while each user was asked to describe the things that interferes him and suggest things he would do otherwise.

It was very interesting to see the way the users interact with the game and to hear their feedback. 

 
Last week:
Login page - Check!
Login Registration page - Check!
Working database that can handle the users - Check!

This week:
Our goal this week to build some more screens and give a general feeling of the game in order to start user trials as soon as possible.
We are glad to say that we managed to:
1. Build a lobby for a player to see all of his current games
2. Build a "find me a player" screen where a user can either search for a friend or pick a random user
3. Build a the random words list from which the user chooses what to record
4. Build the record screen from which the user records and send the file to the server

Finally, we see the application come to life!
User trial - here we come!
 
The communications students put together a design for the entire interaction taking place in the Soundscape game, and in cooperation with the rest of the team decided on the final features that went into the game, taking into account technological and time constraints put forth by the Computer Science students regarding what is feasible in the given time frame. After putting this list together, organizing the features by priority for the prototype was a group effort. The preliminary version will be ready with the entire recording part of the game in order for people to begin recording and collecting data, and for further usability tests to be performed by the Psychology student.

 
With the weekend behind us, most of our goals have been completed!
From the original goals we set for ourselves most of them have been completed:
* Application for flow from word selection to recording and sending to server is completed
* Server-side handling of most actions through the flow in working condition

This weekend has been a major advancement in our understanding of development for Android and mostly through trial-and-error we have learned a lot. We even managed to push farther ahead then planned and have the following working:
* Registration of new users from application and insertion into server-side databse
* Awesome one-time login that remembers the user on the phone across multiple sessions of the application without having to re-login

Some statistics about the marathon:
Total number of hours slept: 2
Total lines of code written: 15998723
Total lines of code erased: 15998000
 
Nearing the halfway mark of the marathon, here is an update on our contestants:
* Server -> php accepting login is working, database schema is decided, no entries yet
* App -> sound recording has been resurrected from the demo a few weeks back
* Sleep -> NONE!
 
Get ready for the weekend-long SoundScape Coding Marathon! A lot of things planned for this weekend including:
* Getting the server up and running
* First version of application communicating with server
* Application that plays through the word selection and recording phase of the game from the live server
Requirements:
* 2 code-monkeys -> CHECK!!
* Very few hours of sleep -> CHECK!!
* Large quantities if sugar -> CHECK!!
 
Up until now, we focused on the application itself as we wanted to start user trials, problem is, there was still no server side code to give the real feeling of a game.. but no more!
This week we started to link all of our working app code with a the corresponding server code and crossed our fingers really hard.. :)

In order to test out our application and database, we looked for a free web hosting to try and see if we can use our application outside the "lab".
Grabbing the first web hosting service we found, we ported our code and database and launched the application with fingers crossed....

What we managed this week:
1. Database that saves the user games.
2. Game lobby that takes all active games of the logged user from the database and populate the screen
3. Database now support file storage and server support uploads and downloads

keep tuning in for more news soon!