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
Ross
816b2adde2
Refactor case collection form to use crispy forms for improved layout and styling
2025-08-04 13:19:19 +01:00
Ross
b3304b6113
Enhance case collection update form with additional instructions and improve case detail links with icons
2025-08-04 12:59:42 +01:00
Ross
0af6b25349
Add case collection update functionality with form handling and template (move from CaseCollection form)
2025-08-04 12:21:37 +01:00
Ross
c33e8c0240
Add open access display to collection detail page
2025-08-04 11:48:43 +01:00
Ross
a2fa94722a
Add initial documentation for PenraCourses platform and features
2025-08-04 11:48:35 +01:00
Ross
9200e9aae5
Filter collections in CaseTable based on user access and open access status
2025-07-29 10:03:10 +01:00
Ross
8806e48eb2
Add open access management buttons and views for cases
2025-07-29 09:40:19 +01:00
Ross
4460545442
Too many changes :(
2025-07-29 09:20:58 +01:00
Ross
ad4be1e9a6
improve collection overview page
2025-07-21 12:52:45 +01:00
Ross
6a919ffc53
all cid collectio naccess
2025-07-21 12:52:34 +01:00
Ross
8d80090af0
switch to watchman
2025-07-21 12:52:13 +01:00
Ross
f5258d7e6f
git displaysets working in viva view
2025-07-21 10:51:34 +01:00