medajet / pe

0 stars 0 forks source link

addjob does not track JobID correctly #11

Open medajet opened 2 years ago

medajet commented 2 years ago

When adding more jobs, the Job ID does not seem to follow the previous entry. The newest job added gets Job ID 11 when it should be 4. This happens even out of the box, with fresh data.

image.png

nus-se-bot commented 2 years ago

Team's Response

Job Id does not have to be sequential. It is just a way for us to differentiate between the different jobs. If we used a hash of the job information instead, it would also not be sequential. We also never mentioned that it is sequential, as long as it is unique.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]