CheckMadeOrga / CheckMade

B2B Workflow ChatBot for LiveEvents
Other
0 stars 0 forks source link

Reduce code duplication between NewIssueTradeSelection & NewIssueWorkflow #223

Open dgor82 opened 2 months ago

dgor82 commented 2 months ago

In NewIssueTradeSelection.GetWorkflowResponseAsync() the nested .Match/switch is heavy duplication from code in NewIssueWorkflow.cs. Certainly, this can be extracted e.g. into NewIssueUtils !!