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 Department section in user model is left as a text field.
Describe the solution you'd like
Add various departments to which the staff can belong as a choice field. PS - I am referring to departments within the gymkhana to which staff belongs and not the academic departments.
The text was updated successfully, but these errors were encountered:
# TODO(#83): add choices in department to which staff belongs to
department=models.CharField(max_length=100)
A staff member could be a part of administration, computer-center, mechanical lab, accounts, library etc. Find out all the departments for staff members and add them in choices for Staff.department.
Is your proposal related to a problem?
The Department section in user model is left as a text field.
Describe the solution you'd like
Add various departments to which the staff can belong as a choice field. PS - I am referring to departments within the gymkhana to which staff belongs and not the academic departments.
The text was updated successfully, but these errors were encountered: