]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/St.pm
Merge branch 'master' into mindcoding
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / St.pm
index fb7b5f378a504ad3cb6fc1c44a9f7f61d7f051d1..22d6e30ca323697feabf8ee7e8d769a9994a7566 100644 (file)
@@ -1,16 +1,11 @@
 package Gruntmaster::Page::St;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base st => 'Standings';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
 
 use constant LEVEL_VALUES => {
        beginner => 100,
        easy => 250,
-       medium => 600,
+       medium => 500,
        hard => 1000,
 };
 
@@ -59,6 +54,7 @@ sub _generate{
                my $user = $_;
                +{
                        user => $user,
+                       name => do {local $Gruntmaster::Data::contest; user_name $user},
                        score => sum (values $scores{$user}),
                        scores => [map { $scores{$user}{$_} // '-'} @problems],
                        problems => $Gruntmaster::Data::contest,
This page took 0.023102 seconds and 4 git commands to generate.