Claudio

After the initial phase of design of the application, my worked concerned mainly the database part.

During the first week I worked to import the database in local, cleaned (no adult or documentaries) it and figure out a way to provide data to my teammates. Details about this steps are explained here.

The second week I worked for starting providing useful queries. so I wrote a processing class to connect to the database, and wrote a couple of general queries to allow my teammates to test their code with real data. Doing so I search into the database for keywords related to the monster taxonomy which was provided to me, and selected significant ones for our intent. For instance, in "ghost" keywords I removed "ghost-story" or keywords not strictly related to monsters when searching for them.

Other than database part during the second week I also implemented the scrollable graph in Monster Page

Last week I did the most of the work.

Since queries was too slow I redesigned the database, and thought for the solution to preprocess data

While implementing it I worked to normalize budget, convert certificates and so on.

When finishing this stuff I implemented methods to call to retrieve data.

Last few days I on the app to solve some bugs and integrate correctly data that was not yet really used by the interfaces.

Giorgio

I mostly focused on the Monsters' Taxonomy and Movies tabs. In particular I designed and implemented the interactive taxonomy, created the black and white avatars for the monsters and worked on the panel that is displayed after clicking on one node of the taxonomy.

I also implemented the functionality of comparing two monsters in a single panel and the top10 monster window.

I was greatly helped by Claudio in retrieving from the database the data I needed to display.

I also implemented Credit and Help windows.

Shi

At the beginning, I participated in initial design phase, created a status report page, created a git repository for code control and issues control here

I then focus on implementing first interface while trying to keep the project in pace and organize this group. I found I like to manage small team.

After finishing timeline I integrated monster page, movie pages, top 10 pages, help screen, etc, to my app

Last few days I searched for bugs and fixed them, and improved UI stuff such as layout, font, size, color, etc, to let it better for use, and better for use on a wall size display.