Skip to content

Improve Cadmin UI/UX: streamline navigation, reduce clutter, add filtering#137

Merged
alexeygrigorev merged 3 commits into
mainfrom
copilot/improve-cadmin-ui-ux
Jan 16, 2026
Merged

Improve Cadmin UI/UX: streamline navigation, reduce clutter, add filtering#137
alexeygrigorev merged 3 commits into
mainfrom
copilot/improve-cadmin-ui-ux

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 16, 2026

Streamlines the course admin interface by removing redundant information, improving navigation patterns, and adding search/filter capabilities for submissions.

Changes

Course Admin Page

  • Homework/project titles now link directly to submissions (removed redundant "Submissions" button)
  • Added icon link to public page view
  • Merged submission/review due dates into single column (date only, no time)
  • Replaced button groups with state-aware dropdowns (e.g., "Assign Reviews" only appears when state is "Collecting Submissions")

Submission Pages (Homework & Project)

  • Removed redundant "Student" column (username duplicates email)
  • Added "Log in as" button for quick user impersonation via django-loginas
  • Added client-side sorting and email filtering
  • Project submissions: removed "Time Spent" and "Submitted At" columns

Project Submission Edit

  • "Passed" checkbox now auto-toggles when total score crosses passing threshold
  • JavaScript maintains score calculation consistency

Screenshots

Course Admin - Before/After showing dropdown actions and consolidated dates:
Course Admin

Homework Submissions - Showing filtering and "Log in as" button:
Homework Submissions

Project Submissions - Reduced columns, added sorting:
Project Submissions

Project Edit - Auto-check behavior:
Project Submission Edit

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Cadmin UI/UX improvement</issue_title>
<issue_description>A few things I want to improve:

  • see submissions is not really an action. let's go to tthe sumissions page when we click on the homework/project name and have an icon to go to the actual homework/project in cmp (the view for everyone)
  • submission and peer review due dates - let's have them in one column. just day is enough
  • make actions a drop down list with button "apply" or something like that. assign review and scrore should be available only when the state is suitable for this action
  • in project submissions, we have student and email - it's the same. let's use just email
  • for both homework and project where we have emails let's have a button "log in as user" - we already have this functionality in Django admin but it's difficult to find usually, here it would be way faster
  • Time Spent (hours) and Submitted At we can remove - not useful for now
  • add ways to sort and quickly find submissions
  • for submission edit - when we adjust the project score and it moves the points to pass thereshold it should automatically select the checkbox "passed" </issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 16, 2026 14:09
Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
Copilot AI changed the title [WIP] Improve Cadmin UI/UX for submissions and reviews Improve Cadmin UI/UX: streamline navigation, reduce clutter, add filtering Jan 16, 2026
Copilot AI requested a review from alexeygrigorev January 16, 2026 14:19
@alexeygrigorev alexeygrigorev marked this pull request as ready for review January 16, 2026 14:28
@alexeygrigorev alexeygrigorev merged commit efc0086 into main Jan 16, 2026
2 checks passed
@alexeygrigorev alexeygrigorev deleted the copilot/improve-cadmin-ui-ux branch January 24, 2026 08:59
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.

Cadmin UI/UX improvement

2 participants