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
The issue is on what if the CLASS_GROUP does not exist and does not have a student in it?
Currently, the user can view CLASS_GROUP that he/she is not teaching, with no student in it.
This could provide inconvenience on the user because he/she should only view the CLASS_GROUP that he/she is responsible for, or not the user will wonder on why he/she have this specific CLASS_GROUP with no student in it, leading to confusion.
For example:
Current Input:
ls 12
Current Output:
Listed 0 students from class groups: 12
Expected Output:
Class group do not exist.
Is it possible to validate whether the CLASS_GROUP exist?
The text was updated successfully, but these errors were encountered:
The issue is on what if the CLASS_GROUP does not exist and does not have a student in it?
Currently, the user can view CLASS_GROUP that he/she is not teaching, with no student in it.
This could provide inconvenience on the user because he/she should only view the CLASS_GROUP that he/she is responsible for, or not the user will wonder on why he/she have this specific CLASS_GROUP with no student in it, leading to confusion.
For example:
Current Input:
Current Output:
Expected Output:
Is it possible to validate whether the CLASS_GROUP exist?
The text was updated successfully, but these errors were encountered: