Ross
|
7e72f731b3
|
Move "Add New Case" link to dropdown for superusers in collection actions
|
2025-11-16 21:37:03 +00:00 |
|
Ross
|
e407326c25
|
Refactor collection headers: convert to responsive navbar layout with dropdown actions
|
2025-11-15 23:12:58 +00:00 |
|
Ross
|
0d8177f0b4
|
Remove exam review link from exams template for cleaner navigation
|
2025-11-15 23:09:59 +00:00 |
|
Ross
|
3312f3058a
|
Enhance CaseCollectionForm: replace collection_type field with radio buttons and add custom styling
|
2025-11-15 23:02:12 +00:00 |
|
Ross
|
478dcb7217
|
Add success URL redirection for CaseCollectionCreate after successful creation
|
2025-11-15 22:47:37 +00:00 |
|
Ross
|
a1aba7836a
|
Fix link to series detail page in series viewer template
|
2025-11-14 22:11:47 +00:00 |
|
Ross
|
80b1ef3817
|
Enhance series case addition: update details element for better accessibility and close functionality
|
2025-11-14 21:56:40 +00:00 |
|
Ross
|
835d0382ba
|
Refactor series cases handling: extract cases list to a partial and enhance HTMX integration for dynamic updates
|
2025-11-14 21:55:28 +00:00 |
|
Ross
|
8096a36a11
|
Reorganize finding form placement in series viewer for improved layout
|
2025-11-14 21:52:37 +00:00 |
|
Ross
|
97d65f0caa
|
Refactor series viewer template for improved layout and usability; enhance findings display and action buttons
|
2025-11-14 21:48:06 +00:00 |
|
Ross
|
b73e89393b
|
.
|
2025-11-14 21:21:45 +00:00 |
|
Ross
|
ec036a6266
|
Add open_access field to Resource model for access control
|
2025-11-14 21:16:55 +00:00 |
|
Ross
|
14e6514b90
|
Update ResourceDelete view to require AuthorOrChecker permissions for deletion
|
2025-11-14 21:14:58 +00:00 |
|
Ross
|
639e91fc1e
|
Add created_date and modified_date fields to Resource model; update resource detail and list templates for improved display
|
2025-11-14 21:12:03 +00:00 |
|
Ross
|
74765e70a2
|
Add created_date and modified_date fields to Resource model; enhance resource navigation with dropdown menu in base template
|
2025-11-14 21:01:25 +00:00 |
|
Ross
|
ca2b7feb5b
|
Add Resource filtering and table display functionality
|
2025-11-14 20:56:49 +00:00 |
|
Ross
|
453fbf91be
|
Add ManyToMany fields for sites and subspecialty in Resource model
|
2025-11-14 20:53:31 +00:00 |
|
Ross
|
a2e9d5e681
|
Refactor NormalCase model to use age_days instead of age_years, update forms, filters, and templates accordingly for improved age handling
|
2025-11-13 22:34:36 +00:00 |
|
Ross
|
8da2dd27da
|
Enhance normals list display and update case state handling in views
|
2025-11-13 22:17:43 +00:00 |
|
Ross
|
970242e1fb
|
Refactor NormalCaseForm to prevent nested forms and enhance logging in case_normal_form and create_case_normal views
|
2025-11-13 22:13:46 +00:00 |
|
Ross
|
f8be1918f6
|
Fix indentation for the "Mark as normal" button in the normal toggle template
|
2025-11-13 22:09:05 +00:00 |
|
Ross
|
5ac998454b
|
Add NormalCase form and related views for managing normal cases
|
2025-11-13 22:08:55 +00:00 |
|
Ross
|
5fb3c98941
|
add a normals feature
|
2025-11-13 21:54:25 +00:00 |
|
Ross
|
345977e2ef
|
Add NormalCase model, views, filters, and templates for managing normal cases
|
2025-11-13 21:44:55 +00:00 |
|
Ross
|
9ebcd24938
|
Refactor image link paths in forms to ensure consistent static file referencing across anatomy, atlas, longs, rapids, and shorts templates.
|
2025-11-11 11:12:03 +00:00 |
|
Ross
|
fd8edd3cc3
|
Refactor exam review fragment inclusion to support app-specific templates and improve HTMX handling
|
2025-11-09 21:41:02 +00:00 |
|
Ross
|
d26cac04a7
|
Add exam review links to navigation in multiple templates
|
2025-11-08 22:05:52 +00:00 |
|
Ross
|
b12a45275c
|
Enhance case search results display to include series modalities and examinations
|
2025-11-05 22:08:54 +00:00 |
|
Ross
|
4f6e9fae9d
|
Enhance case search functionality with loading indicator for improved user experience
|
2025-11-05 22:03:02 +00:00 |
|
Ross
|
22299b9298
|
Refactor case search functionality to include additional fields for improved search accuracy
|
2025-11-05 21:58:43 +00:00 |
|
Ross
|
06df2c4188
|
Enhance case search functionality to include additional fields and related names for improved search results
|
2025-11-05 21:54:28 +00:00 |
|
Ross
|
8c1c7b75e7
|
Refactor case search input and results handling for improved functionality and clarity
|
2025-11-05 21:52:53 +00:00 |
|
Ross
|
03a24615ab
|
Add case search functionality with HTMX support and results partial
|
2025-11-05 21:37:57 +00:00 |
|
Ross
|
89a767034c
|
Update image retrieval in Case model to use get_images method for improved clarity
|
2025-11-05 21:18:15 +00:00 |
|
Ross
|
b92a969a3b
|
Refactor index and view templates to improve layout; remove unnecessary details tag for cleaner code
|
2025-11-03 15:36:15 +00:00 |
|
Ross
|
b08154f804
|
Refactor index.html layout for improved responsiveness and user navigation; update QuestionForm to use responsive columns for better display on small screens.
|
2025-11-03 13:47:03 +00:00 |
|
Ross
|
8dbc39a317
|
Refactor filter bar implementation for consistency and improved usability across case and question views
|
2025-11-03 10:34:07 +00:00 |
|
Ross
|
206f0afd32
|
Refactor QuestionTable to inherit Meta options from SelectionTable for consistency
|
2025-11-01 21:42:33 +00:00 |
|
Ross
|
0e7307de18
|
Remove row selection controls from case and question table views for cleaner UI
|
2025-11-01 21:31:13 +00:00 |
|
Ross
|
09d9befceb
|
Implement row selection controls in templates and refactor related JavaScript functionality
|
2025-11-01 21:20:10 +00:00 |
|
Ross
|
62c26d199e
|
Refactor table row selection logic and remove associated CSS styles for improved clarity and maintainability
|
2025-11-01 21:04:01 +00:00 |
|
Ross
|
0de7c345a2
|
Refactor case display to enhance layout and add subspecialty, pathological process, and diagnostic certainty badges
|
2025-11-01 08:15:30 +00:00 |
|
Ross
|
77edb83688
|
Refactor button group in case display for improved styling and alignment
|
2025-10-31 22:00:07 +00:00 |
|
Ross
|
f921a46b5f
|
Refactor case display buttons for improved usability and styling
|
2025-10-31 21:44:11 +00:00 |
|
Ross
|
7116983e3d
|
Add subspecialty, pathological process, and diagnostic certainty to case display
|
2025-10-31 21:33:25 +00:00 |
|
Ross
|
c0d71dfabc
|
Refactor card layout in case display for improved responsiveness
|
2025-10-31 21:27:57 +00:00 |
|
Ross
|
55371a9d0b
|
Refactor case display layout for improved organization and responsiveness
|
2025-10-31 20:56:33 +00:00 |
|
Ross
|
6bc43135b9
|
Refactor question link header for improved layout and button styling
|
2025-10-30 21:31:53 +00:00 |
|
Ross
|
b294cf310f
|
Refactor condition detail view for improved layout and styling
|
2025-10-30 21:27:38 +00:00 |
|
Ross
|
f4cc3cc5b4
|
Enhance navbar items with icons for improved visual clarity and user experience
|
2025-10-28 21:58:02 +00:00 |
|