Code2Gether-Discord / Code2Gether-Discord/CRUDRecipeEF

Make items names stored ToLower() in our database

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
good first issue refactor
Dominant language
C#
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The reason for this is because it will become easier to compare incoming names with the one inside the db if we just store them all ToLower() while the user can input whatever they want but we compare their input ToLower()

When setting an entities name, add the ToLower() on top of the Trim()

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.