Ross
c94d2fb1a7
feat(research): add research study management functionality
...
- Implemented models for ResearchStudy, ResearchStudyArm, and ResearchParticipant.
- Created views for listing, creating, updating, and exporting research studies.
- Added bulk participant generation feature with CSV and JSON support.
- Developed templates for study management, participant entry, and bulk generation.
- Introduced URL routing for research study operations.
- Added utility functions for randomisation and participant assignment.
- Implemented participant intake process with demographic data collection.
- Ensured proper handling of participant CIDs and assignment methods.
2026-05-12 21:37:57 +01:00
Ross
e28bf641b7
fix: Correct indentation for viewer div elements in collection_case_view_take.html and series_viewer.html
2026-05-11 13:31:50 +01:00
Ross
59956670df
feat: Implement responsive design enhancements with new utility classes and improved layout for various components
2026-05-11 13:31:25 +01:00
Ross
d2a4ee9f70
feat: Refactor navigation bar for consistent structure and improved user experience across templates
2026-05-11 13:26:45 +01:00
Ross
c7fd99f6f3
feat: Update navbar identifiers for better accessibility and mobile responsiveness
2026-05-11 13:25:28 +01:00
Ross
cf4cb32c5e
feat: Enhance media cleanup functionality with loading indicator and detailed results
2026-05-11 13:10:05 +01:00
Ross
f4c2c4bdaf
feat: Update index.html layout and improve user authentication flow
2026-05-11 13:01:45 +01:00
Ross
8da8f27433
feat: Add media cleanup functionality with UI and backend support for unused media management
2026-05-11 12:58:41 +01:00
Ross
c3131564e6
fix: Correct logical condition for better OCR candidate selection
2026-05-11 12:50:11 +01:00
Ross
0bda5e2c41
feat: Enhance OCR processing with increased sample counts and improved candidate selection logic
2026-05-11 12:49:22 +01:00
Ross
6b9c7be633
feat: Implement OCR debug panel visibility sync and enhance OCR processing with improved canvas handling
2026-05-11 12:42:00 +01:00
Ross
35887fbcaf
refactor: Clean up OCR debug table structure and remove redundant regex checks
2026-05-11 12:32:54 +01:00
Ross
f9a9b9bb38
feat: Add OCR debug panel with detailed status and results for image processing
2026-05-11 12:30:19 +01:00
Ross
916ac3b69c
feat: Improve OCR sample selection and detection of clinical identifiers
2026-05-11 12:27:28 +01:00
Ross
7ac8517062
feat: Enhance duplicate series handling with deselect functionality and UI updates
2026-05-11 12:20:51 +01:00
Ross
22c5576fc9
feat: Add anonymisation issue summary rendering for flagged series in upload process
2026-05-11 12:17:43 +01:00
Ross
52e6e79c1b
fix: Remove unnecessary field reference from series in check_images_hashes function
2026-05-11 12:11:59 +01:00
Ross
3455dc3855
fix: Update field reference from series__pk to series__id in check_images_hashes function
2026-05-11 12:10:12 +01:00
Ross
2b9f3e3b68
feat: Optimize image hash checks with bulk queries and add database indexing for performance
2026-05-11 12:07:55 +01:00
Ross
e55a3bf36a
fix: Correct duplicate check logic in upload process
2026-05-11 12:00:38 +01:00
Ross
b24eac862b
feat: Implement duplicate check functionality during DICOM uploads and update viewer element ID
2026-05-11 11:53:18 +01:00
Ross
84b032addb
Refactor code structure for improved readability and maintainability
2026-05-11 11:31:04 +01:00
Ross
d046b7a151
Refactor code structure for improved readability and maintainability
2026-05-11 11:06:51 +01:00
Ross
aaa3ee6313
feat: Add support for study instance UID in series and enhance DICOM import functionality
2026-05-11 10:05:39 +01:00
Ross
c1e351c7db
feat: Enhance user uploads with support for partial imports and improved UI feedback
2026-05-11 09:25:41 +01:00
Ross
863d65b4b3
feat: Refactor smoke tests to focus on standard named routes and improve route filtering
2026-05-11 09:09:22 +01:00
Ross
26a73d1d3b
feat: Update test configurations and add smoke tests for named view routes
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 22:35:11 +01:00
Ross
d12933e62a
feat: Enhance user uploads with import suggestions for already uploaded DICOM series
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 22:20:09 +01:00
Ross
771abf62e2
feat: Refactor series tag consistency modal with improved UI and analysis functionality
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 22:08:26 +01:00
Ross
859042bf96
feat: Add DICOM tag consistency analysis with dynamic loading in series viewer
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 22:01:54 +01:00
Ross
6574c29a70
feat: Enhance series splitting functionality with DICOM tag analysis and improved user feedback
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 21:57:19 +01:00
Ross
9edac288f5
feat: Add transaction import to views for improved database handling
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 21:51:17 +01:00
Ross
ab7dcaed76
feat: Implement series splitting by DICOM tag with HTMX support
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 21:46:36 +01:00
Ross
2aff9516ac
feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 21:35:08 +01:00
Ross
5d37cad48d
feat: Refactor resource, description, history, and viewer sections for improved readability
2026-04-30 20:32:14 +01:00
Ross
6575c50507
feat: Enhance case collection and detail forms with timing overrides and custom screens
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 20:31:16 +01:00
Ross
74cdf14af3
feat: Add option to include template debug noise in logs view
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:47:43 +01:00
Ross
9ef4b2dac1
feat: Add button to view raw log file in logs viewer
2026-04-29 22:43:45 +01:00
Ross
2e35fa7036
feat: Add raw log file viewing option in logs view
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:42:02 +01:00
Ross
6be7398b42
feat: Enhance logs view with level filtering and improved entry display
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:40:08 +01:00
Ross
2478de6b98
feat: Enhance logs view with support for displaying all entries and improved pagination
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:37:13 +01:00
Ross
7479b44f53
feat: Add logs view for superusers to display and search production logs
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:32:18 +01:00
Ross
89c8cd565f
feat: Implement supervisor trainee management features, including search, add, and remove functionalities
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 22:27:09 +01:00
Ross
f63f3b3687
feat: Enhance supervision page with collapsible group sections for better organization
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 21:50:45 +01:00
Ross
8201f91697
fix: Improve sorting and normalization of study dates in user uploads
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 21:36:20 +01:00
Ross
082a260757
feat: Consolidate shared attempts functionality into supervision page and remove legacy shared-with-me page
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 22:28:57 +01:00
Ross
5bd1338b5e
feat: Add supervision page to display collection attempts shared with the user
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 22:18:43 +01:00
Ross
7062723433
feat: Implement sharing functionality for CidUserExam attempts, including user management and sharing settings
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 22:09:06 +01:00
Ross
cc100dba89
fix: Update case messaging conditionals for clarity and correctness
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 21:36:30 +01:00
Ross
64aa2974ee
feat: Add admin edit links for superusers in case history view
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 21:34:46 +01:00