[Enhancement]: Move conversion from LoomianSetDto to LoomianSet to the LoomianSetDto class #9
Labels
No labels
bug
classlib
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
ui
webapi
wontfix
devtype
2d art
devtype
3d art
devtype
concept art
devtype
design
devtype
playtesting
devtype
programming
priority
0
priority
1
priority
2
state
duplicate
state
help wanted
state
invalid
state
wontfix
type
bug
type
enhancement
type
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LokiShell/Charwiki#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(Optional) Contact Details
No response
Summary
Move conversion from LoomianSetDto to LoomianSet to the LoomianSetDto class
Detailed description
When using a
LoomianSetDtoobject, there might be a need to convert it to aLoomianSetobject in different parts of the application (currently done in theCreateLoomianSet()method inCharwiki/WebApi/Controllers/LoomianSetsController.cs).This should be moved to a method inside the
LoomianSetDtoclass to allow the conversion to be done in different parts of the application without repeating code.(Optional) Technical description
No response