Open Than-Duc-Huy opened 2 years ago
We have discussed this problem: And the reason why it's not consecutive is we only check if the service is duplicate after creating the object, and only add it to list when it passes the check. This results in serviceIDs not appear in a contiguous way. But the ID for the service is like the primaryKey for a tuple in Database, the most significant role of which is to distinguish among different services. In our case, the ID plays exactly its role.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Team chose [type.FeatureFlaw
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
There is a duplication check to prevent duplication service but the service counter keeps on counter up. As seen in the discontinuity between 'this' 5013 and 'this 2' 5018
This confuses the user