Project

General

Profile

Task #17864

WSC: WFschemaNew()

Added by Sachin Divekar about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Start date:
Due date:
% Done:

100%

Estimated time:
#1

Updated by Shuvam Misra about 1 year ago

  • Status changed from New to In Progress
#2

Updated by Shuvam Misra about 1 year ago

  • Target version set to Sprint 29 Feb
#3

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

#4

Updated by Tushar Bhingare about 1 year ago

  • Status changed from In Progress to Testing

added automated unit test cases

#5

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.

#6

Updated by Tushar Bhingare about 1 year ago

  • % Done changed from 90 to 100
  • Status changed from Testing to Closed

fixed test cases

#7

Updated by Tushar Bhingare about 1 year ago

  • Status changed from Closed to Rework
#8

Updated by Shuvam Misra about 1 year ago

Why is this issue in rework?

#9

Updated by Shuvam Misra about 1 year ago

  • Target version changed from Sprint 29 Feb to Sprint 29 Mar
#10

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.

Also available in: Atom PDF