-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
As an instructor and student, it’s often challenging to manage a large number of assignments in a way that’s easy to navigate and understand. Currently, assignments are listed without any logical grouping, making it harder to quickly identify related or similar tasks.
Describe the solution you'd like
To improve the readability and organization of assignments, we propose adding a group
column (of type varchar) to the assignment
table. This column would allow instructors to categorize assignments into logical clusters (e.g., "Module 1," "Midterm Assignments," "Final Projects," etc.). These groups could then be used in the UI to visually group assignments together, improving usability and allowing instructors to more easily manage and review related tasks.