https://github.com/sandcore-dev/pickems
Pickems management
https://github.com/sandcore-dev/pickems
laravel laravel55 pickems racing sports
Last synced: 3 months ago
JSON representation
Pickems management
- Host: GitHub
- URL: https://github.com/sandcore-dev/pickems
- Owner: sandcore-dev
- Created: 2017-10-16T22:51:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T20:14:22.000Z (7 months ago)
- Last Synced: 2025-11-04T22:12:46.215Z (7 months ago)
- Topics: laravel, laravel55, pickems, racing, sports
- Language: PHP
- Homepage:
- Size: 5.55 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pickems
This Laravel application is a newer version of a previously written application
that didn't make use of any frameworks.
I use this application to manage a private *pickems* competition. You probably
have heard of the term through (American) football pools. However, this pickems
application is mainly for motorsports, Formula One in particular.
It can be used for any sports consisting of one or more competitors belonging to
a team, and who are ranked after each event.
Since this application is used for private purposes, there is no registration
form available and users can't manage any leagues. Users with admin authorization
have superuser privileges, which means they can access everything.
The application uses very little JavaScript (needed only for the pages that use
[Highcharts](https://www.highcharts.com/)) and should work on most devices thanks
to Bootstrap's responsive classes.
Regular user components are:
* Profile
* Picks
* Standings
* Several statistical pages
Superuser components include:
* Series
* Seasons
* Races
* Circuits
* Entries
* Drivers
* Teams
* Countries
* Results
* Picks
* Users
* Leagues
* User's leagues
> **Note:** "User's leagues" could be written as "Users' leagues" but since you
> have to select a user before you can associate or dissociate with leagues,
> I decided to leave it as is.
## Todo
* Add timezone to profile