Bracket::Model::DBIC - Catalyst DBIC Schema Model


Bracket documentation  | view source Contained in the Bracket distribution.

Index


update_points

SQL update of points that is way faster than player_points action in Admin. DRAWBACK: only tested on MySQL, may be MySQL specfic update. SOLUTION: Find DBIC way of doing it? Use sub-query.

Count up how many picks a player has made for each region. Displayed on Player home page.

Count up how many picks a player has made out of the total (63). Displayed on All Players home page.

Count up how many picks a player has made correct so far. Displayed on All Players home page.

Count up how many picks a player has made in the final 4 (3 total). Displayed on Players home page.

NAME

Top

Bracket::Model::DBIC - Catalyst DBIC Schema Model =head1 SYNOPSIS

See Bracket

DESCRIPTION

Top

Catalyst::Model::DBIC::Schema Model using schema Bracket::Schema::DBIC

AUTHOR

Top

Mateu X Hunter

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


Bracket documentation  | view source Contained in the Bracket distribution.