Commit Graph

291 Commits

Author SHA1 Message Date
Ross e078b5a98f Refactor exam review templates and views to improve response summary display and handle unanswered responses 2025-11-10 09:58:02 +00:00
Ross fd8edd3cc3 Refactor exam review fragment inclusion to support app-specific templates and improve HTMX handling 2025-11-09 21:41:02 +00:00
Ross 8ad47ffc91 Change hx-swap attribute from outerHTML to innerHTML for navigation buttons in exam review question fragment 2025-11-08 22:13:11 +00:00
Ross bf240af678 Change hx-swap attribute from innerHTML to outerHTML for navigation buttons in exam review template 2025-11-08 22:12:07 +00:00
Ross 0f571d8f5c Refactor exam review question template to support HTMX navigation and create a partial for question details 2025-11-08 22:10:21 +00:00
Ross 5613bf6b9f Add exam review functionality with navigation for questions 2025-11-08 21:56:08 +00:00
Ross 4d830bb8e7 . 2025-11-08 21:16:23 +00:00
Ross b424defd57 Optimize exam collection queries by annotating exam counts and prefetching authors to improve template performance 2025-11-07 22:16:24 +00:00
Ross 00a675b715 Refactor exam collections list to use Bootstrap cards for improved layout and add total exam count display 2025-11-07 22:13:09 +00:00
Ross 71e9b47c6b Enhance button labels for clarity in exam collection detail view 2025-11-07 21:27:08 +00:00
Ross 9f8b4ff36a Add candidate count method to ExamOrCollectionGenericBase and update exam list template 2025-11-07 21:10:52 +00:00
Ross 9b8e6f1398 Convert date inputs to ISO format on form submit for correct Django parsing 2025-11-06 22:20:07 +00:00
Ross 0ff60da006 Add date range filtering to exams with jQuery UI datepicker support 2025-11-06 22:18:50 +00:00
Ross 53e18e296e Improve exam display layout by adding badges for questions and candidates in the exam list 2025-11-06 22:09:31 +00:00
Ross 8f2ca66bbb Enhance bulk selection functionality in exam index template with visual cues and row click toggling 2025-11-06 22:03:48 +00:00
Ross ebad9c6bd9 Refactor exam date handling to use start_date instead of date in bulk update functionality 2025-11-06 22:01:57 +00:00
Ross 54afa6e6bd Implement bulk update and delete functionality for exams with HTMX support 2025-11-06 21:53:35 +00:00
Ross 17541b8187 Remove filter details section from exam index template 2025-11-06 21:44:21 +00:00
Ross 3a5ceabff0 Refactor auth group dropdown in profile and fragment templates for improved functionality and user experience 2025-11-03 12:37:32 +00:00
Ross 3461e45f93 Refactor user group management by moving auth groups to profile.html and creating a dedicated auth_groups_fragment.html for better organization and clarity 2025-11-03 12:31:49 +00:00
Ross 68dc7c05d8 Enhance user group management by adding support for Django auth groups and improving group toggle functionality for superusers and user managers 2025-11-03 12:25:29 +00:00
Ross 772e852763 Implement user group management with toggle functionality for superusers 2025-11-03 12:10:58 +00:00
Ross aff8d205ed Remove filter options section from user view template and update permission checks in toggle function 2025-11-03 11:44:14 +00:00
Ross 5d91b4a4ff Adjust padding in floating filter for improved layout consistency 2025-11-03 10:53:18 +00:00
Ross 83a60203f7 Enhance filtering functionality and UI consistency across user-related views by implementing a generic search filter and updating filter display in templates. 2025-11-03 10:47:40 +00:00
Ross 8dbc39a317 Refactor filter bar implementation for consistency and improved usability across case and question views 2025-11-03 10:34:07 +00:00
Ross e503576e7a Enhance trainees table with sortable columns and improved bulk edit options 2025-10-27 15:22:41 +00:00
Ross fba8d5ab05 Add supervisor search functionality with HTMX support for manual selection in bulk updates 2025-10-27 14:43:41 +00:00
Ross be94ed8d0f Refactor HTML structure and indentation in trainees bulk update template for improved readability 2025-10-27 14:35:59 +00:00
Ross 668007b899 Implement user search functionality with HTMX support for manual user selection in bulk updates 2025-10-27 14:32:03 +00:00
Ross 1c8f862303 Add user search functionality for manual trainee matching in bulk update 2025-10-27 14:26:55 +00:00
Ross 4dc07b1860 Refactor trainees bulk update logic to improve user matching criteria and enhance clarity in code comments 2025-10-27 14:03:21 +00:00
Ross d9602eeae9 Add bulk update functionality for trainees from spreadsheet input 2025-10-27 13:07:50 +00:00
Ross 8380ca1dd9 Implement question review flow with category and status filters; add templates for review start, question display, and completion 2025-10-27 10:21:07 +00:00
Ross 702b7b35a7 Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template 2025-10-27 09:47:35 +00:00
Ross b26d31b216 Refactor docker-compose.yml to mount the entire repository and update question_review_form.html to render radio buttons for status choices. 2025-10-26 20:46:16 +00:00
Ross e687b55e6a Enhance QuestionReviewForm by adding autofocus to comment field and improve status button rendering with active state 2025-10-25 17:28:50 +01:00
Ross d19e937bd4 Enhance QuestionReviewForm layout with Bootstrap styling for status buttons and improve comment field presentation 2025-10-22 22:05:33 +01:00
Ross 68f45c8561 Refactor QuestionReviewForm to use RadioSelect for status and update template for improved layout 2025-10-22 22:01:49 +01:00
Ross be68fcd0b9 Add QuestionReviewForm for handling question review submissions and update views for form integration 2025-10-22 22:00:05 +01:00
Ross e819645278 Remove Edit and Cancel buttons from review templates for cleaner UI 2025-10-22 21:56:11 +01:00
Ross 6700c6a7d2 Add question reviews functionality with modal display and listing 2025-10-22 21:39:19 +01:00
Ross 55621b2dcc Refactor question review and form templates to use innerHTML for HTMX swaps, enhancing dynamic content updates 2025-10-22 21:32:57 +01:00
Ross b417266e56 Add QuestionReview model and implement review functionality with HTMX integration 2025-10-22 21:00:01 +01:00
Ross 8addc900f5 Refactor exam overview layout to enhance responsiveness and integrate action buttons for improved user interaction 2025-10-21 22:47:22 +01:00
Ross a055e138c4 Enhance exam overview layout with responsive design improvements and candidate count buttons for better user interaction 2025-10-21 22:32:40 +01:00
Ross 132f3c48c9 Add hx-disabled-elt attribute to exam status buttons for improved user experience 2025-10-20 23:11:31 +01:00
Ross 07f121fb69 Refactor exam status display to use buttons for publish results and exam active states, enhancing user interaction and visual clarity. 2025-10-20 23:03:40 +01:00
Ross c975b3c967 Enhance exam overview and status templates with improved layout and functionality for open access management and publish results status. 2025-10-20 21:55:19 +01:00
Ross 329394dcf0 Refactor exam overview template for improved layout and accessibility, adding alerts for JSON status and user group requirements. 2025-10-20 21:37:59 +01:00