You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the equipment crafting actions(CombinationEquipment, CustomEquipmentCraft, ItemEnhancement) are using different ResultModel (but based on same class: AttachmentActionResult).
Some of ResultModel are from old, unused legacy code (e.g., ItemEquipment7.ResultModel, RapidCombination5.ResultModel) wihch makes the codebase messy and difficult to manage.
We SHOULD refactor this to new united result model
NOTE
ResultModel is already in use on millions of sites, and the new result model can seamlessly migrate all the existing states.
The text was updated successfully, but these errors were encountered:
Currently, all the equipment crafting actions(
CombinationEquipment
,CustomEquipmentCraft
,ItemEnhancement
) are using different ResultModel (but based on same class: AttachmentActionResult).Some of ResultModel are from old, unused legacy code (e.g.,
ItemEquipment7.ResultModel
,RapidCombination5.ResultModel
) wihch makes the codebase messy and difficult to manage.We SHOULD refactor this to new united result model
NOTE
ResultModel is already in use on millions of sites, and the new result model can seamlessly migrate all the existing states.
The text was updated successfully, but these errors were encountered: