Split RequestValidator.cs into multiple files with smaller scopes
Abierto
Back End
good first issue
- Lenguaje dominante
- C#
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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()
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.