Commit Graph
100 Commits
Author SHA1 Message Date
Ross 4d78a6b63a Add visual indicators for answer statuses and enhance warning message for missing image annotations 2026-02-16 10:01:29 +00:00
Ross 941c599d24 Add warning alert for missing image annotations in question detail view 2026-02-16 09:54:45 +00:00
Ross 2df789735c Refactor button and style indentation in primary answer display for improved readability 2026-02-16 09:51:05 +00:00
Ross 37812921b8 Enhance primary answer display with edit functionality and conditional rendering based on user permissions 2026-02-16 09:50:52 +00:00
Ross 4cdddcf288 Refactor HTML structure and JavaScript indentation in primary answer templates for improved readability 2026-02-16 09:47:03 +00:00
Ross 17d3b4206a Implement primary answer management with HTMX support, including form for selecting or creating answers and display templates 2026-02-16 09:46:57 +00:00
Ross ec03def164 Alter primary_answer and structure fields in AnatomyQuestion model for improved clarity and categorization 2026-02-16 09:36:06 +00:00
Ross f72ec82525 Add primary_answer field to AnatomyQuestion model and create migration to backfill existing values 2026-02-16 09:32:25 +00:00
Ross 90c96333a1 Add help text for AnatomyQuestion structure field and enhance form instructions 2026-02-16 09:22:00 +00:00
Ross d2f4c21883 Add "View as viva" option to collection actions dropdown 2026-02-09 13:03:17 +00:00
Ross 1f5931aab2 Refactor question search template: rename and move to sbas_search.html 2026-02-09 12:50:31 +00:00
Ross 08c3558861 Add dismissible performance warning for large collections with persistence 2026-02-09 12:45:46 +00:00
Ross add7a1cf38 Add dismissible performance warning for large collections in collection_detail template 2026-02-09 12:44:19 +00:00
Ross 65f08cce6c Add performance warning for large collections in collection_detail template 2026-02-09 12:42:03 +00:00
Ross 3c8238d737 Add user permission checks for series editing and enhance author display method 2026-02-09 12:27:20 +00:00
Ross 23f33ac7ae Optimize collection_viva by aggressively prefetching and annotating related objects to prevent N+1 queries 2026-02-09 12:15:36 +00:00
Ross ab130a08ed Optimize collection_viva by annotating and prefetching related objects to prevent N+1 queries 2026-02-09 12:13:00 +00:00
Ross 45e01a78c1 Refactor case management links and button structure for improved readability and consistency 2026-02-09 11:24:43 +00:00
Ross 25e5ef78ed Update case series count and management links to use collection.pk for consistency 2026-02-09 11:24:33 +00:00
Ross 13dd79b508 Rename parameter 'case_id' to 'case_number' in collection_case_dicom_json_review for consistency 2026-02-09 11:15:57 +00:00
Ross 89986ba2e9 Refactor collection_case_dicom_json to use case_number instead of case_id for improved clarity and error handling 2026-02-09 11:14:53 +00:00
Ross f9e69e1206 Rename parameter 'case_id' to 'case_number' in collection_case_dicom_json function for clarity 2026-02-09 11:13:44 +00:00
Ross e7de6c8970 Set default archive filter to False in CaseCollectionFilter 2026-02-09 11:06:39 +00:00
Ross ea139456a8 Fix URL for editing display set in modal 2026-02-09 10:56:37 +00:00
Ross 035da12e96 Add edit permission check for display set modal and update template 2026-02-09 10:49:28 +00:00
Ross 3b9942054d Increase timeout for loading display set details and remove redundant script from modal 2026-02-09 10:34:20 +00:00
Ross 5761117e68 Enhance case display with modal functionality for findings and display sets 2026-02-09 10:33:06 +00:00
Ross f316dc9bcb Filter out removed images in Case model's image retrieval 2026-02-09 09:46:16 +00:00
Ross dc4cf0c3a2 Comment out conditional block for cid_user_exam in user_score_header template 2026-02-02 17:22:41 +00:00
Ross 99b951b32b Add normalized score to exam template context 2026-02-02 17:15:35 +00:00
Ross c2c8ec5b13 Update question prefetching logic to include 'sbas' app 2026-02-02 17:12:23 +00:00
Ross 6d5303cd0d Update exam scores URL for clarity and remove commented-out paths 2026-02-02 17:11:12 +00:00
Ross f6b990a00a Add user-friendly explanation to 404 error template 2026-02-02 17:04:33 +00:00
Ross 3c0deec140 Improve error messages for exam availability in Http404 responses 2026-02-02 17:02:02 +00:00
Ross e3241b503d Refactor exam take help template for improved readability and structure 2026-02-02 16:54:49 +00:00
Ross 04174484b1 Refactor exam take help template for improved URL handling and readability 2026-02-02 16:54:38 +00:00
Ross 168a4126d3 Refactor exam start template for improved readability and URL handling 2026-02-02 16:51:56 +00:00
Ross a0850c0030 Add conditional rendering for reason in 404 error template 2026-02-02 16:41:11 +00:00
Ross a882a3592b Add debug logging for exam take view to track user actions 2026-02-02 16:38:47 +00:00
Ross 8074b56a80 Fix indentation in 404 error template for improved readability 2026-02-02 16:33:59 +00:00
Ross 2e79df1eae Fix indentation for resolved message in 404 error template 2026-02-02 16:33:52 +00:00
Ross 9bf68cd136 Add condition filters to CaseFilter for enhanced search capabilities 2026-02-02 13:58:21 +00:00
Ross 42163448bf Add free-text search filter for Examination in CaseFilter to improve searchability 2026-02-02 13:56:31 +00:00
Ross 1066a3fb9f Update password reset link text for clarity in login template 2026-02-02 13:35:08 +00:00
Ross 3ade162b28 Remove series truncation endpoint from API 2026-02-02 13:30:06 +00:00
Ross f4186bf923 Fix indentation for confirmation prompt in series truncation logic 2026-02-02 13:24:37 +00:00
Ross 5bb2aea8ef Add HTMX endpoint for truncating series images and corresponding result template 2026-02-02 13:24:27 +00:00
Ross 8911c09c0e Enhance CaseFilter to show distinct examination values for series, improving clarity in selection options 2026-02-02 12:14:16 +00:00
Ross 7342b11b27 Fix button formatting for adding to collection in case display block 2026-02-02 12:09:37 +00:00
Ross 953295cc4d Refactor button styles for collection management to ensure consistent appearance across templates 2026-02-02 12:09:25 +00:00
Ross 374ee17911 Refactor detail templates for condition, finding, and structure to improve layout consistency and readability 2026-02-02 11:59:35 +00:00
Ross 18aef751ca Add display sets section to condition, finding, and structure detail templates; list associated cases for better context 2026-02-02 11:59:28 +00:00
Ross f362be43ef Add inline collection management features; implement search and add functionality for collections in case view 2026-02-02 11:55:43 +00:00
Ross 00680c8b9e Enhance NormalCaseFilter to support flexible age filtering with unit selection; update normals_list template with detailed help text for improved user guidance 2026-02-02 11:26:11 +00:00
Ross eea3433042 Enhance NormalCaseFilter to limit examination and modality choices based on user restrictions; integrate Crispy Forms for improved filter form layout in normals_list template 2026-02-02 11:03:38 +00:00
Ross 8dad4a5a5c Refactor case badges to support multiple conditions, presentations, and subspecialties in search results 2026-02-02 10:59:05 +00:00
Ross 75d23c0ba9 Improve condition, presentation, and subspecialty badge rendering in case search results 2026-02-02 10:56:02 +00:00
Ross ff2b6f4c65 Refactor case search results template for improved readability and structure 2026-02-02 10:52:43 +00:00
Ross 22e5f9a496 Enhance case search results display with additional information and tooltips for condition, presentation, and subspecialty 2026-02-02 10:52:36 +00:00
Ross 16865fab03 Refactor permission checks for marking cases as normal to use can_edit method 2026-02-02 10:23:46 +00:00
Ross 5e14df4836 Refactor case search page layout and improve indentation in search results 2026-02-02 10:21:13 +00:00
Ross 625f6017a6 Add advanced case search page with filtering options and pagination 2026-02-02 10:20:12 +00:00
Ross c45e3c8765 Fix hx-trigger attribute for case search input to improve functionality 2026-02-02 10:08:34 +00:00
Ross ee33f62def . 2026-02-02 09:32:40 +00:00
Ross 3a5fe9a85c Fix indentation in display set list and clean up whitespace in JavaScript section 2026-02-02 09:29:20 +00:00
Ross efc47bb2e8 Delay mounting DICOM viewers to ensure assets and DOM are ready 2026-02-02 09:29:07 +00:00
Ross 38d70f8ff0 Refactor resource search button for improved formatting and readability 2026-02-02 09:25:32 +00:00
Ross 2159b045cd Add resource search panel with HTMX integration for dynamic resource addition 2026-02-02 09:18:16 +00:00
Ross 4628f39a49 Refactor case size template for improved readability and structure 2026-02-02 09:12:56 +00:00
Ross 90ceff1b02 Add admin view for cases ordered by total image size with filtering options 2026-01-28 14:45:01 +00:00
Ross a512c2ba09 Refactor HTML formatting to use mark_safe for safe rendering in various tables and models 2026-01-28 14:28:36 +00:00
Ross a61c8529ae Clean up whitespace in various template files for consistency 2026-01-26 12:49:04 +00:00
Ross a667566db6 Remove unused partials loading from various template files 2026-01-26 12:43:11 +00:00
Ross d070adc326 Add button to view all collections in user related collections template 2026-01-26 11:11:37 +00:00
Ross 048168e87d Add user-related collections feature with HTMX support and timestamps for collections 2026-01-26 11:07:15 +00:00
Ross c881da244b Refactor collections button to use HTMX for dynamic loading of user collections 2026-01-26 10:47:59 +00:00
Ross 797eb9c54a Implement HTMX support for user collections display and refactor rendering logic 2026-01-26 10:44:54 +00:00
Ross 0a1b21cec6 Enhance local-up script with CLI options for no-build and help 2026-01-26 10:29:03 +00:00
Ross d3d3638c1c Refactor score filtering logic in exam scores user template for consistent layout 2026-01-19 12:57:10 +00:00
Ross 81e22dfc88 Refactor answers display in exam scores user template for improved layout and styling 2026-01-19 12:56:20 +00:00
Ross 7ea43a6f44 Refactor score display logic in exam scores user template for accuracy 2026-01-19 12:53:19 +00:00
Ross eb8fe58cf7 Refactor exam scores user template to implement question filtering by score selection 2026-01-19 12:51:02 +00:00
Ross f149a88bd6 Enhance exam scores user template with question filtering and improved score display 2026-01-19 12:49:34 +00:00
Ross d4d747517c Refactor exam scores user template to unify view button class for consistency 2026-01-19 12:47:34 +00:00
Ross 0ee378484b Refactor view button in exam scores user template to remove unnecessary class 2026-01-19 12:45:55 +00:00
Ross ea583744c9 Refactor exam scores user template to improve answers display structure 2026-01-19 12:45:18 +00:00
Ross e0d589f4d0 Refactor exam scores user template to enhance viewer block structure and improve question display functionality 2026-01-19 12:43:41 +00:00
Ross 1c95526ff9 Refactor exam scores user template to simplify question display structure and remove unnecessary wrapper 2026-01-19 12:40:54 +00:00
Ross 662fc4e06e Refactor CSS in exam scores user template to enforce minimum width for sticky viewer on larger viewports 2026-01-19 12:39:36 +00:00
Ross a333ff492d Refactor CSS in exam scores user template for improved layout and styling of sticky viewer 2026-01-19 12:35:01 +00:00
Ross bb9741b786 Refactor exam scores user template to improve viewer card styling and functionality 2026-01-19 12:32:48 +00:00
Ross 75be7c1739 Refactor exam scores user template to enhance question display and viewer functionality 2026-01-19 12:30:49 +00:00
Ross 015a5d18b5 Refactor exam scores user template for improved layout and styling of answers 2026-01-19 12:28:20 +00:00
Ross d16041026f Add links to question stems in exam scores user template for authenticated and unauthenticated users 2026-01-19 12:24:59 +00:00
Ross 774a1b8c8a Refactor question display in exam scores user template to include badges as links for authenticated and unauthenticated users 2026-01-19 12:23:45 +00:00
Ross 8fc42169f3 Add view link for questions in exam scores user template for staff users 2026-01-19 12:22:58 +00:00
Ross 834d91e84d Enhance layout of answer options with improved spacing and conditional category display 2026-01-19 12:21:42 +00:00
Ross ef03a97e9e Refactor exam scores user template for improved layout and clarity 2026-01-19 12:18:28 +00:00
Ross dd7437bc66 Add alignment to feedback display for user answers 2026-01-19 12:16:29 +00:00
Ross 21d3130fa5 Add feedback display for questions based on user answers 2026-01-19 12:13:47 +00:00