You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the delete and deleteTask commands, it seems like they both make use of an id (STUDENT_ID ) and taskid (idx) respectively to identify the items to delete.
I think it might be clearer to rename idx as TASK_ID as it is clearer to the readers that it is distinct from its counterpart, STUDENT_ID.
The text was updated successfully, but these errors were encountered:
We believe that this suggestion is considered not in scope as optimising this explanation is significantly less important than implementing our other features.
Items for the Tester to Verify
❓ Issue response
Team chose [response.NotInScope]
I disagree
Reason for disagreement:
I disagree with the evaluation above as it does not fulfill the criteria necessary to be classified as NotInScope as shown in the screenshot above.
For the
delete
anddeleteTask
commands, it seems like they both make use of an id (STUDENT_ID
) and taskid (idx
) respectively to identify the items to delete.I think it might be clearer to rename
idx
asTASK_ID
as it is clearer to the readers that it is distinct from its counterpart,STUDENT_ID
.The text was updated successfully, but these errors were encountered: