Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

update bullet #190

Merged
merged 2 commits into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Client/Features/Rules/FranchisedPlayers.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<MudListItem [email protected]> Using the franchise tag allows the team to prevent that player from hitting free agency in the new league year.</MudListItem>
<MudListItem [email protected]> Only one player can be designated with the franchise tag per year, and each team must decide to use the franchise tag during the franchise tag period OR before the free agent has reached the franchise tag comparable in the free agent period.</MudListItem>
<MudListItem [email protected]> Contracts will be compared to current active contracts and once franchised players must be contracted for no less than 3 years time.</MudListItem>
<MudListItem [email protected]> Contract will be determined by the number of years the player was previously contracted. IE: player A was previously contracted 4 years. Find the median price of the top 4 contracts in the league at that position.</MudListItem>
<MudListItem [email protected]> To create the price of player A for the next 3 years minimum.</MudListItem>
<MudListItem [email protected]> Contract will be determined by the number of years the player was previously contracted. IE: player A was previously contracted 4 years. Find the median price of the top 4 contracts in the league at that position. To create the price of player A for the next 3 years minimum.</MudListItem>
</MudExpansionPanel>