Split RequestValidator.cs into multiple files with smaller scopes
Aperta
Back End
good first issue
- Lingua principale
- C#
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
1. Player actions:
* PlayerCanSellWeapon()
* PlayerCanEquipWeapon()
* PlayerCanAttackMonsterWithEquippedWeapon()
2. User authentication:
* ValidateUserLoginCredentials()
3. Chat messaging:
* ValidateChatMessage()
* ValidateMaxMessageRequestNumberNotExceeded()
4. Game mechanics:
* ValidateVoteForMonsterTier()
5. Data validation:
* AllValuesAreFilled()
6. Database validation:
* PlayerExists()
* PlayerClassExists()
* PlayerIsEligibleForPlayerClassAcquisition()
* PlayerOwnsPlayerClass()
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.