Laravel-Challenge-ManyToMany-Olympics icon indicating copy to clipboard operation
Laravel-Challenge-ManyToMany-Olympics copied to clipboard

Results 28 Laravel-Challenge-ManyToMany-Olympics issues
Sort by recently updated
recently updated
newest added

Create many to many relationship with additionally fields in pivot table. Add backend validation so that user could not select same country for 1st/2nd/3rd place ![Screenshot_1](https://user-images.githubusercontent.com/35910749/130246640-3bbe6b1c-9b30-4141-9699-720605a78155.jpg)

**changelog** - Using livewire to handling submitting sports medals standing - Use action class to separate logic to store standings of the competition - Dynamic list of country choices that...

- Validating data so user can't select doubel medals for one country - Validating data so user can't select blank country - Validating data only with laravel validator - Get...

- No UI framework used - Validation is session-based instead of XHR. - The form validation only has "required" rule.

Haven't enoght time to do it better, but challenge is good)

There was not enough time for tests