amatt13/BossFight
Split RequestValidator.cs into multiple files with smaller scopes
Aberta
#32 aberto em 28 de mar. de 2023
Back Endgood first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
- Player actions:
- PlayerCanSellWeapon()
- PlayerCanEquipWeapon()
- PlayerCanAttackMonsterWithEquippedWeapon()
- User authentication:
- ValidateUserLoginCredentials()
- Chat messaging:
- ValidateChatMessage()
- ValidateMaxMessageRequestNumberNotExceeded()
- Game mechanics:
- ValidateVoteForMonsterTier()
- Data validation:
- AllValuesAreFilled()
- Database validation:
- PlayerExists()
- PlayerClassExists()
- PlayerIsEligibleForPlayerClassAcquisition()
- PlayerOwnsPlayerClass()