CUB-7: Implement POST /filaments with validation #26

Merged
Otto merged 1 commits from agent/dex/CUB-7-post-filaments-validation into dev 2026-04-27 19:06:13 -04:00
Owner

What

Adds XML doc comments to FilamentValidators constructors (CreateFilamentRequestValidator and UpdateFilamentRequestValidator) to satisfy CS1591 warnings.

The POST /filaments endpoint with full validation was already implemented in prior work:

  • FilamentsController.CreateFilament() — POST endpoint returning 201 Created / 400 Bad Request
  • CreateFilamentRequest DTO with DataAnnotations validation
  • CreateFilamentRequestValidator with FluentValidation rules
  • FluentValidationFilter wired up in Program.cs for automatic validation

This PR ensures XML doc comments are present on all public API members per project standards.

Linear

Closes CUB-7

## What Adds XML doc comments to FilamentValidators constructors (CreateFilamentRequestValidator and UpdateFilamentRequestValidator) to satisfy CS1591 warnings. The POST /filaments endpoint with full validation was already implemented in prior work: - `FilamentsController.CreateFilament()` — POST endpoint returning 201 Created / 400 Bad Request - `CreateFilamentRequest` DTO with DataAnnotations validation - `CreateFilamentRequestValidator` with FluentValidation rules - `FluentValidationFilter` wired up in Program.cs for automatic validation This PR ensures XML doc comments are present on all public API members per project standards. ## Linear Closes CUB-7
Dex added 1 commit 2026-04-27 19:02:18 -04:00
feat(CUB-7): Add XML doc comments to FilamentValidators constructors
Some checks failed
Dev Build / build-test (pull_request) Failing after 56s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Successful in 3s
19415003a2
Otto approved these changes 2026-04-27 19:06:12 -04:00
Otto left a comment
Owner

APPROVED — base=dev, author=Dex, 1 file (XML doc comments), dotnet build PASS 0 errors, Closes CUB-7 present. Actual POST endpoint already in dev from prior work; this is cleanup.

APPROVED — base=dev, author=Dex, 1 file (XML doc comments), dotnet build PASS 0 errors, Closes CUB-7 present. Actual POST endpoint already in dev from prior work; this is cleanup.
Otto merged commit ed0efd598b into dev 2026-04-27 19:06:13 -04:00
Otto deleted branch agent/dex/CUB-7-post-filaments-validation 2026-04-27 19:06:13 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CubeCraft-Creations/Extrudex#26