Skip to content

Removed evaluation column from term management page#567

Draft
Jonimz wants to merge 1 commit intodevelopmentfrom
522-remove-evaluation-buttons-from-term-management
Draft

Removed evaluation column from term management page#567
Jonimz wants to merge 1 commit intodevelopmentfrom
522-remove-evaluation-buttons-from-term-management

Conversation

@Jonimz
Copy link

@Jonimz Jonimz commented Mar 16, 2026

Fixes #522

Changes:
Removed the Evaluations (Midyear | Final) column from the Term Management table as it is no longer needed. This includes the column header and the corresponding table cell containing the midyear and final evaluation toggle buttons for each term row.

Testing:

  • Navigate to Term Management under admin
  • Verify the Evaluations column no longer appears in the table
  • Verify the table layout is not broken after column removal
Screenshot 2026-03-16 at 2 50 06 PM

@Jonimz Jonimz linked an issue Mar 16, 2026 that may be closed by this pull request
@Jonimz Jonimz self-assigned this Mar 16, 2026
@ojmakinde ojmakinde marked this pull request as draft March 17, 2026 17:19
@JohnCox2211 JohnCox2211 self-requested a review March 17, 2026 17:45
Copy link
Contributor

@JohnCox2211 JohnCox2211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The column for the midyear and final evaluations is gone, but connected code of the backend is still there. I don't think we use it anywhere else, so it should be removed too it seems in files like termManagement.py, term.py, studentLaborEvaluations.py, studentLaborEvaluations.html.

All of those files have references to variables used by this functionality like isFinalEvaluationOpen or isMidyearEvaluationOpen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Evaluation buttons from Term Management

2 participants