Split RequestValidator.cs into multiple files with smaller scopes
Open
Back End
good first issue
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.