https://github.com/the-launch-tech/sr-teambuilder
https://github.com/the-launch-tech/sr-teambuilder
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-launch-tech/sr-teambuilder
- Owner: the-launch-tech
- Created: 2020-06-30T04:41:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:18:04.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:58:05.893Z (over 1 year ago)
- Language: PHP
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeamBuilder
Simple Laravel application bootstrapped with Valet.
___
## Usage
- Navigate to root path in browser and view landing page.
___
## Special Features
- You can add "team_sizes[]" or "min_goalies" as query parameters in the page URL to adjust the constraints on the algorithm.
- Added additional test to split up the combined test.
___
## Overview
#### Migration
- Users table, no auth.
#### Seeder
- Data from .sql, I decided make a seeder and just slap it in there instead of run the file itself.
#### User Model and Eloquent ORM
- Standard eloquent stuff, used some scopes for semantic building.
#### LandingController
- Handles the view.
#### Testing with provided document
- Added an additional test to split up the rather large one.
#### View
- Yields responsive tables representing the teams and players. Highlights goalies, and tracks statistics.
#### Faker
- Country + Random Name
#### UI
- Bootstrap, totally static - no front end library.