Ross
ff00efecf7
feat(tasks): Enhance series_reconstruct_task with additional metadata and improved slice handling
2026-05-17 22:29:23 +01:00
Ross
a9946961f1
fix(tasks): Update _reduce_slab function to accept reduce_axis parameter for flexibility in reconstruction
2026-05-17 22:20:22 +01:00
Ross
d5e473d692
style(tasks): Improve task overview page layout and styling for better readability
2026-05-17 22:08:07 +01:00
Ross
75e3bca503
feat(tasks): Implement task action functionality in task overview page
2026-05-17 21:53:30 +01:00
Ross
1775b11e40
fix(tasks): Correct ImagePositionPatient assignment in series_reconstruct_task
2026-05-17 21:44:09 +01:00
Ross
d77c5149f0
feat(worker): Enhance db_worker script for better error handling and add systemd service example
2026-05-17 21:36:46 +01:00
Ross
c2d8376e22
feat(worker): Add db_worker service with automatic restart and logging
...
feat(task_overview): Display generated series in task overview
docs(README): Update documentation for background task workers and troubleshooting
2026-05-17 21:13:40 +01:00
Ross
ab9847e22e
feat(tasks): Add task overview page with active, completed, and failed task summaries
2026-05-17 14:30:38 +01:00
Ross
bbf7542451
feat(settings): Update task backend to use django-tasks-db and add QUEUES configuration
2026-05-17 14:00:04 +01:00
Ross
e6a20bb851
feat(tasks): Integrate django-tasks for task management and progress tracking
2026-05-17 12:41:17 +01:00
Ross
7ed0a8f378
feat(reconstruction): Add asynchronous series reconstruction task with progress tracking
2026-05-17 11:32:48 +01:00
Ross
c8d05818a4
feat(reconstruction): Enhance volume reconstruction with geometry extraction and thickness merge options
2026-05-17 11:19:18 +01:00
Ross
b6716c9ae1
feat(viewer): Refactor truncate viewer API integration and update modal handling
2026-05-17 11:04:18 +01:00
Ross
e368d0c7d1
feat(series): Add functions for inferring native spacings and resampling volumes for optimization
2026-05-16 22:42:49 +01:00
Ross
b9cbfd20c1
feat(optimization): Implement series optimization features including downsampling, empty DICOM removal, and reconstruction options
2026-05-16 22:30:55 +01:00
Ross
5ce337c7c4
feat(series): Enhance series truncation with options for removing empty DICOMs and downsampling pixel data
2026-05-16 22:02:50 +01:00
Ross
f4d990676a
feat(viewer): Enhance sidebar functionality with adjustable width and responsive behavior
2026-05-15 20:28:05 +01:00
Ross
4f61e43b8c
feat(viewer): Refactor DICOM viewer structure and update responsive styles
2026-05-15 20:19:12 +01:00
Ross
c947cba5a7
feat(viewer): Enhance viewer functionality with sidebar and popout support
2026-05-15 20:11:31 +01:00
Ross
0cf655325c
feat: Enhance collection review and overview templates with improved styling and conditional content display
2026-05-15 20:04:13 +01:00
Ross
89e89cef73
feat: Remove slug field from ResearchStudy model and update related references
2026-05-12 21:51:44 +01:00
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