Task #17864
WSC: WFschemaNew()
100%
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 0 to 80
- Assignee set to Tushar Bhingare
updated the custom validation and added the data change log to the schemaNew WSC.
remaining:-
have to modify unit testcases
Updated by Tushar Bhingare about 1 year ago
- Status changed from In Progress to Testing
added automated unit test cases
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 80 to 90
conducted code review with Sachin and changed necessary things like adding len validation.
Updated by Tushar Bhingare about 1 year ago
- % Done changed from 90 to 100
- Status changed from Testing to Closed
fixed test cases
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 29 Feb to Sprint 29 Mar
Updated by Tushar Bhingare about 1 year ago
- Status changed from Rework to Closed
I used the matching-engine data structure modifications that I had implemented in my WSC. The PatternSchema_t struct of the matching-engine data structure I am working with has an EnumVals field of type map[string]struct{}. But for EnumVals, the UI team is using []strings. Initially, I was anticipating EnumVals in map[string]struct{} in the payload. However, as of right now, I am anticipating EnumVals in []string, which I will convert to map[string]struct{} before storing it in the database after validation.