leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Issue 235: Added [Required] to all occurrences of Name. #239

Closed yash-saini closed 2 months ago

TheTedder commented 3 months ago

Actually, only the actual DB entities need to have it. We're using Fluent Validation for our request DTOs. Should have been a bit clearer in the issue description. Additionally, make a new migration so that these changes are reflected in the database schema.

TheTedder commented 2 months ago

Addressed in #242