[Enhancement]: Move conversion from LoomianSetDto to LoomianSet to the LoomianSetDto class #9

Closed
opened 2024-12-15 19:39:31 +00:00 by je-sendra · 0 comments
je-sendra commented 2024-12-15 19:39:31 +00:00 (Migrated from autotime-api.vewtech.net)

(Optional) Contact Details

No response

Summary

Move conversion from LoomianSetDto to LoomianSet to the LoomianSetDto class

Detailed description

When using a LoomianSetDto object, there might be a need to convert it to a LoomianSet object in different parts of the application (currently done in the CreateLoomianSet() method in Charwiki/WebApi/Controllers/LoomianSetsController.cs).

This should be moved to a method inside the LoomianSetDto class to allow the conversion to be done in different parts of the application without repeating code.

(Optional) Technical description

No response

### (Optional) Contact Details _No response_ ### Summary Move conversion from LoomianSetDto to LoomianSet to the LoomianSetDto class ### Detailed description When using a `LoomianSetDto` object, there might be a need to convert it to a `LoomianSet` object in different parts of the application (currently done in the `CreateLoomianSet()` method in `Charwiki/WebApi/Controllers/LoomianSetsController.cs`). This should be moved to a method inside the `LoomianSetDto` class to allow the conversion to be done in different parts of the application without repeating code. ### (Optional) Technical description _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LokiShell/Charwiki#9
No description provided.