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
Bracket::Model::DBIC - Catalyst DBIC Schema Model =head1 SYNOPSIS
See Bracket
DESCRIPTION
Catalyst::Model::DBIC::Schema Model using schema Bracket::Schema::DBIC
AUTHOR
Mateu X Hunter
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 45:
Unknown directive: =heads2
- Around line 79:
Unknown directive: =heads2
- Around line 110:
Unknown directive: =heads2
- Around line 146:
Unknown directive: =heads2