amatt13 / amatt13/BossFight

Split RequestValidator.cs into multiple files with smaller scopes

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.