Commit Graph

4303 Commits

Author SHA1 Message Date
Ross ac562ed1e1 Add default question block structure and validation for properties in question editor 2025-09-22 12:08:50 +01:00
Ross 5d6c5e8b1a Implement code changes to enhance functionality and improve performance 2025-09-22 11:29:35 +01:00
Ross 73b12dd96b Add management links to case details in collection_detail template and update question_link_header to include case details 2025-09-22 11:29:19 +01:00
Ross 990907f8f5 Refactor code structure for improved readability and maintainability 2025-09-22 10:45:21 +01:00
Ross ee42d5c1c2 Convert case series images to JSON format in CaseDetail model for improved data handling 2025-09-15 12:03:24 +01:00
Ross 85216b36b0 Fix typo in prior_cases reference and streamline relationship validation in collection_case_priors 2025-09-15 12:01:12 +01:00
Ross 32b246b5ad Update DICOM viewer data source to use get_case_series_nested method for improved case detail rendering 2025-09-15 11:50:09 +01:00
Ross 3b19ddcb5e Enhance get_case_series_nested method to include prior cases and update collection_case_view_take template to add DICOM viewer details 2025-09-15 11:49:09 +01:00
Ross 50f5813a75 Enhance get_series_images_nested method to support excluding specific series IDs and improve query efficiency 2025-09-15 11:43:18 +01:00
Ross 298493a390 Remove redundant author validation check in collection_take_start and streamline access control in ExamOrCollectionGenericBase 2025-09-15 11:34:17 +01:00
Ross de8050a8ca Add author validation in collection_take_start and implement is_author method in AuthorMixin 2025-09-15 11:31:05 +01:00
Ross 0b12d95bdd Fix navigation links in collection case details and enhance form handling for case detail updates 2025-09-15 11:23:20 +01:00
Ross b9f6b7c837 Refactor collection case navigation and question handling
- Updated links in collection_case_priors.html to point to the new collection_case_questions view.
- Modified collection_case_view_take.html to display case history using the new method.
- Changed collection_detail.html to include links to the new collection_case_questions view.
- Added new URL pattern for collection_case_questions in urls.py.
- Refactored collection_case_details view to handle question-related logic and rendering.
- Introduced new CaseQuestionForm for handling question submissions.
- Created new migration to add override_history and redact_history fields to CaseDetail model.
- Added new templates for collection_case_details.html and collection_case_questions.html to manage case questions.
- Enhanced JavaScript functionality for dynamic question management in collection_case_questions.html.
- Updated useranswer model fields in shorts app to improve feedback and scoring.
2025-09-15 11:17:57 +01:00
Ross 779559997e Enhance DICOM viewer interaction by adding context menu prevention and fullscreen support; register basic interaction tools for improved user experience 2025-09-08 14:00:19 +01:00
Ross 0db1e4c689 Implement code changes to enhance functionality and improve performance 2025-09-08 12:09:16 +01:00
Ross 6b1db6b3c5 Enhance image display in mark_answer.html and add remote URL to context in mark_answer view for improved layout and functionality 2025-09-08 11:25:28 +01:00
Ross 9ed8fd90b3 Enhance feedback display in exam scores template and update question data retrieval for improved user experience 2025-09-08 11:01:17 +01:00
Ross 30523c9296 Enhance exam scores and marking templates with improved feedback display and structured question details 2025-09-08 10:56:37 +01:00
Ross 83e8c14f31 Enhance navigation buttons for previous and next candidates with improved styling and accessibility features 2025-09-08 10:50:18 +01:00
Ross d7a410e8f8 Enhance marking completion message and candidate display in mark_answer.html for improved clarity 2025-09-08 10:47:58 +01:00
Ross 7cc6b2959a Add help tags for enhanced user guidance in templates and improve feedback descriptions in models 2025-09-08 10:45:33 +01:00
Ross 7ff5d1d37e Enhance shorts exam functionality by adding history tracking and updating feedback display in exam scores template 2025-09-08 10:26:16 +01:00
Ross 5270d5cd36 Refactor feedback image handling and enhance sample answers display in exam scores user template 2025-09-08 10:16:53 +01:00
Ross 214b531757 Add exam scores user template with dynamic answer display and feedback 2025-09-08 09:47:34 +01:00
Ross 963221633a Add Shorts exam type to USER_EXAM_TYPES and update index.html for course/exam navigation 2025-09-08 09:39:35 +01:00
Ross 149b95a7e4 Fix URL for viewing question details by adjusting index in mark_answer.html 2025-09-02 21:38:21 +01:00
Ross 8a92460cb2 Increase max_length of image_md5_hash field to 64 in SeriesImage and LongSeriesImage models 2025-09-02 21:22:06 +01:00
Ross a7e0438290 Add Shorts Exams support in ExamCollection forms and detail view 2025-09-01 22:07:27 +01:00
Ross 2fca5a098d Add Shorts category to USER_GROUP_EXAMS for exam grouping 2025-09-01 22:04:22 +01:00
Ross 6a8bded825 Add Shorts category to CID_GROUP_EXAMS for exam grouping 2025-09-01 22:02:55 +01:00
Ross 15c5b2e234 Add Shorts exam models and integrate into UserGroupExamForm and ExamViews 2025-09-01 22:00:04 +01:00
Ross 964bce8233 Enhance user experience by adding informative messages and edit mode functionality across various templates 2025-09-01 14:47:15 +01:00
Ross 16a8bf3d3a Refactor DICOM file reading to use dcmread for improved compatibility across models and helpers 2025-08-18 10:45:34 +01:00
Ross 9bda3f22db Refactor details elements to use styled-detail class for consistent styling and add empty state message for findings 2025-08-18 10:45:02 +01:00
Ross 61c3fb8a82 Enhance series viewer layout with improved author display and button interactions for DICOM operations 2025-08-18 10:41:00 +01:00
Ross f4ed53dedd Refactor DICOM file reading to use dcmread for improved compatibility 2025-08-18 10:29:13 +01:00
Ross 125cbef6ef Enhance case display with improved button interactions and add detailed instructions for reordering dicoms in help section 2025-08-18 10:18:12 +01:00
Ross 4afcfb6b26 Refactor case_order_dicom function to add type hint for case and improve error handling messages 2025-08-18 09:43:58 +01:00
Ross 2a351a8283 Change hx-swap attribute from outerHTML to innerHTML for case series reordering button 2025-08-18 09:40:54 +01:00
Ross d61ecaac66 Enhance check_user_can_edit method with detailed docstring for clarity 2025-08-18 09:40:49 +01:00
Ross e71aa4c802 Fix collection visibility logic to allow multiple authors in CaseTable 2025-08-11 17:18:31 +01:00
Ross a8840290f5 Add user-configurable pagination and enhance case view filters 2025-08-11 17:12:22 +01:00
Ross 99bc89fe20 Update help documentation and improve duplicate detection in upload process 2025-08-11 16:38:05 +01:00
Ross 754d46080d Enhance help documentation by adding detailed descriptions of collection types and improving uploader tool instructions 2025-08-11 11:32:44 +01:00
Ross 43d98d7adb bump d3vd (persist mouse settings) 2025-08-11 11:02:40 +01:00
Ross bc5749a308 Refactor collection detail and viva templates to improve link handling and enhance user instructions with modal display 2025-08-11 10:55:32 +01:00
Ross eb194aa1e6 Add case display setup template with viewer state management functionality 2025-08-11 10:55:23 +01:00
Ross 63c342ff21 Add duplicate check functionality to upload form with user alerts for detected duplicates 2025-08-11 10:42:08 +01:00
Ross 8e63dcc7c5 Enhance upload results display by organizing duplicate files in a collapsible section and adding alerts for detected duplicates 2025-08-11 09:57:19 +01:00
Ross ddb5783f7f Refactor CaseCollectionForm layout and add date fields with custom widgets for improved user experience 2025-08-11 09:57:14 +01:00