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
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
4db1f2ca1a
Add toggle functionality for pre-review flag on case resources
2025-12-15 11:15:56 +00:00
Ross
cbff1317d0
Enhance resource display: conditionally render resource search panel and update pre/post review badge logic
2025-12-15 10:53:21 +00:00
Ross
0644ed99f4
Refactor resource search panel: simplify input trigger and improve layout for search results
2025-12-15 10:47:42 +00:00
Ross
c01000f06e
Refactor resource search functionality: replace inline form with a dedicated search panel and improve result handling
2025-12-15 10:42:58 +00:00
Ross
2f014ce1a5
Enhance resource management: refresh case data and notify listeners on resource changes in case attachment/detachment
2025-12-15 10:12:04 +00:00
Ross
654d0ae686
Enhance local viewer: implement centralized hide functionality and improve close handling for resource overlays
2025-12-15 10:08:14 +00:00
Ross
18dbb27a3e
Enhance resource handling: add support for loading and displaying non-DICOM resources (images, videos, embeds) in viewer overlays
2025-12-15 10:06:54 +00:00
Ross
4bec329aff
Implement resource search functionality and enhance resource management in case details
2025-12-15 09:53:19 +00:00
Ross
1e2300bd70
Add media preview functionality for resources with image or video support
2025-12-15 09:47:07 +00:00
Ross
012c86340d
.
2025-12-08 12:51:17 +00:00
Ross
d7afab15e1
Refactor templates and views for improved structure and maintainability
2025-12-08 12:31:58 +00:00
Ross
590e0b76ed
Add series images endpoint and template for HTMX integration
2025-12-01 14:50:11 +00:00
Ross
78577076c1
Refactor discussion and report sections to use card layout for improved presentation and user interaction
2025-11-24 12:44:55 +00:00
Ross
3635275573
Enhance case view layout and styling for improved readability and user experience
2025-11-24 12:36:18 +00:00
Ross
0c412dfff6
Add prior cases information to collection case view template
2025-11-24 12:19:56 +00:00
Ross
3f00311136
Fix hx-post URL in prior card template for correct case number handling
2025-11-24 12:06:44 +00:00
Ross
33cba3d005
Fix hx-post URL in prior card template for correct case number handling
2025-11-24 11:43:07 +00:00
Ross
efca426359
Add case jump functionality with HTMX support and corresponding template
2025-11-24 11:40:52 +00:00
Ross
785638ee23
Add cancel button to ConditionForm for easier navigation
2025-11-24 10:49:13 +00:00
Ross
6eeb4cbb1d
Add canonical field and update synonym handling in Condition model
...
- Introduced a new `canonical` ForeignKey field in the Condition model to manage alias relationships.
- Enhanced synonym retrieval methods to prefer canonical names and handle aliases more effectively.
- Updated condition detail templates to reflect canonical status and improved synonym display.
- Implemented migration scripts to establish canonical relationships based on existing synonym links.
2025-11-20 22:48:03 +00:00
Ross
9d57d03cbb
Refactor synonym management: extract synonyms list and add forms for adding synonyms with HTMX support
2025-11-20 21:59:50 +00:00
Ross
a12a9e38f3
Implement synonym management in condition detail: add forms for adding synonyms and handle POST requests for synonym creation.
2025-11-17 23:08:34 +00:00
Ross
81dc5bf48f
Add forms and views for subspecialty, presentation, and pathological process management
2025-11-17 23:01:02 +00:00
Ross
4abb57900d
Refactor categories dropdown: enhance layout with additional category options and staff creation links for improved navigation
2025-11-17 22:54:32 +00:00
Ross
08c9138cdb
Refactor condition form: streamline JavaScript loading and enhance button layout for improved usability
2025-11-17 22:52:34 +00:00
Ross
fb833a2b90
Refactor collection view: create a new template for collections with improved layout and staff action visibility
2025-11-17 22:47:15 +00:00
Ross
349c46c6db
Refactor viewing case template: adjust HTML structure for improved readability and maintainability
2025-11-17 12:14:05 +00:00
Ross
24558f92ce
Refactor case prior handling: update function to support case_number instead of case_id for improved clarity and maintainability
2025-11-17 11:15:08 +00:00
Ross
0f8bae8a14
Refactor URL patterns: update legacy case_id references to include 'id' for improved clarity and consistency
2025-11-17 11:11:09 +00:00
Ross
6e658aca93
Refactor case handling: update URLs and views to support case_number and case_id interchangeably, enhancing backward compatibility and maintainability
2025-11-17 11:05:13 +00:00
Ross
d86f990be2
Refactor case detail URL references: update template links from 'casedetail' to 'case_detail' for consistency
2025-11-17 10:36:19 +00:00
Ross
b6478c44dc
Refactor case detail references: standardize variable naming from case_detail to casedetail across templates for consistency
2025-11-17 10:34:55 +00:00
Ross
12b7fa6629
Refactor CaseDetail references to Casedetail across templates and views
...
- Updated all instances of 'case_detail' to 'casedetail' in templates to maintain consistency.
- Adjusted view functions to use 'casedetail' instead of 'case_detail' for better clarity.
- Renamed the field 'case_detail' to 'casedetail' in the CasePrior model to align with the new naming convention.
- Ensured that all related logic and references in forms and data handling reflect this change.
2025-11-17 10:34:27 +00:00
Ross
7f4570417e
Refactor case navigation: consolidate previous and next links into a reusable partial for improved maintainability and consistency across templates
2025-11-17 10:09:00 +00:00
Ross
0098fa5dfc
Refactor case prior display: extract prior card markup into a separate partial for improved maintainability and readability
2025-11-17 09:27:02 +00:00
Ross
740d013198
Refactor case prior display: enhance layout with Bootstrap cards for improved readability and user interaction
2025-11-17 09:22:17 +00:00
Ross
712ecec25d
Enhance case search results: add data attributes for case identification and implement client-side removal of cases from search results after addition to collection
2025-11-16 23:25:35 +00:00
Ross
0193daf166
Refactor case search widget: update hx-get attribute and include collection in hx-vals for improved search functionality
2025-11-16 23:17:57 +00:00