Hey Codeforces!
I made a thing and I want to share it with the community.
We wanted to keep track of achievements and submissions in our team and using Codeforces status page is not really handy. Therefore, I introduce to you Team dashboard.
Here you can find some kind of a timeline for each member of your team, showing last submissions, contests and even blog posts on Codeforces.
Using this script is pretty easy, just specify up to 3 handles in the address, separated by semicolons (please check below). Also please keep in mind that this script was made in 3-4 hours, so there is almost certainly a handful of bugs. Also, the script asks a lot of queries to the Codeforces API, so sometimes not all requests are answered. You should wait a couple of seconds and try again.
Visit right now and bookmark your team:
http://weaselcrow.com/pro/cf/team/?h=Radewoosh;Errichto;kostka
You can also compare yourself with your archenemy:
http://weaselcrow.com/pro/cf/team/?h=kostka;olekluka
Upd: fixed some bugs, including incorrect places and no response if no one from the team submitted anything.
Upd2: fixed bug with blocked blogs.
Upd3: you can now request as many days as you want, adding d argument, for instance:
http://weaselcrow.com/pro/cf/team/?h=mnbvmar&d=60
Please use it carefully, as requesting too many days will probably timeout.
Upd4: added team rating, as calculated by Codeforces.
Upd5: added problem ratings.