Commit Graph

5049 Commits

Author SHA1 Message Date
Ross 0c6d33e26a Enhance user uploads view by grouping series by StudyInstanceUID and adding a partial template for displaying common DICOM tags 2026-03-02 10:31:04 +00:00
Ross b43d441da1 Refactor authentication for DICOM endpoints to use TokenAuth and enhance error handling in upload process 2026-03-02 10:02:17 +00:00
Ross b7cf022622 Refactor import_dicoms_helper to accept explicit queryset and enhance upload_dicom_case with detailed upload status reporting 2026-02-23 13:16:32 +00:00
Ross 419063fdeb Enhance BearerAuth to set request.user from api_token and improve series author assignment in import_dicoms_helper 2026-02-23 12:52:55 +00:00
Ross a6205c95cb Update authentication method to BearerAuth for DICOM endpoints 2026-02-23 12:48:58 +00:00
Ross c00e08d63e Refactor token authentication: streamline bearer token validation and improve error handling 2026-02-23 12:41:58 +00:00
Ross a3ac91437f Implement API token authentication: add BearerAuth and SessionOrBearer classes, create endpoints for token generation and validation 2026-02-23 12:35:29 +00:00
Ross d7f3ebf950 Add API token management: implement APIToken model, views, and templates for creating and revoking tokens 2026-02-23 11:57:57 +00:00
Ross 83d1b48213 Add DICOM upload and case retrieval endpoints: implement upload_dicom_case and get_cases_available functions 2026-02-23 10:45:34 +00:00
Ross 65db1220d8 Fix button formatting in series image size partial template 2026-02-23 10:34:18 +00:00
Ross 3cdfba0acf Add image size display to series viewer: implement HTMX endpoint and partial template for total image size 2026-02-23 09:55:35 +00:00
Ross d899d0d86a Enhance ProcedureForm and ProcedureCreate: add form helper initialization, update procedure form action URL, and implement logging in dispatch method 2026-02-16 14:24:07 +00:00
Ross 44d23801b2 Add Procedure model integration: create views, forms, and templates; update URLs and search functionality 2026-02-16 14:15:28 +00:00
Ross 6e3ab7de41 Add procedures filter to NormalCaseFilter; update fields and queryset handling 2026-02-16 14:08:37 +00:00
Ross a51a5c8d54 Add Procedure model and integrate into CaseForm; update views and templates for procedure handling 2026-02-16 14:04:37 +00:00
Ross c61f92ae9e Refactor exam search widget: streamline filtering logic and enhance queryset efficiency 2026-02-16 13:49:17 +00:00
Ross 6e30fcc19f Enhance exam search widget: refactor query handling to support wildcard searches and improve filter options rendering 2026-02-16 13:46:09 +00:00
Ross 36da045d71 Enhance NormalCase functionality: prepopulate age fields on edit, update author handling in create case normal view, and refine template logic for editing permissions 2026-02-16 13:45:10 +00:00
Ross 0b6661c018 Refactor NormalCase model: remove 'added_by' field, add 'author' ManyToManyField; update related views and templates for editing functionality 2026-02-16 13:32:06 +00:00
Ross 64103cac1e Enhance exam search widget: improve filter handling and parsing in JavaScript 2026-02-16 13:17:08 +00:00
Ross 990f4534bd Update case display block: replace plain text with links for findings, structures, and conditions 2026-02-16 12:12:18 +00:00
Ross 4382c6070e Enhance exam search widget: add error handling for model retrieval and improve query parsing 2026-02-16 12:10:00 +00:00
Ross 8ba9543c89 Refactor exam search widget: simplify model retrieval and remove redundant code 2026-02-16 12:03:57 +00:00
Ross f2eaf6197e Refactor exam management: update exam edit form and add exam links partial 2026-02-16 11:47:49 +00:00
Ross b19eefa60d Change button text from "Add" to "Save" in exam edit form 2026-02-16 11:27:20 +00:00
Ross 0718ea82b2 Add AddExamForm and update exam_edit_fragment for exam management 2026-02-16 11:21:51 +00:00
Ross fb9952e7aa Replace FilteredSelectMultiple with ExamSearchWidget for exams field in multiple forms 2026-02-16 10:54:39 +00:00
Ross ed1a33ac89 Add conditional rendering for edit buttons in question detail and suggest incorrect templates 2026-02-16 10:51:42 +00:00
Ross eddfb85d7b Enhance navbar tap targets for touch devices in mobile view 2026-02-16 10:48:43 +00:00
Ross f133fc3fd0 Add viewport meta tag for responsive design 2026-02-16 10:47:26 +00:00
Ross 2f90a21abe Reduce popup window width for improved content display 2026-02-16 10:44:05 +00:00
Ross 98ce450f11 Increase popup window width for better content display 2026-02-16 10:42:01 +00:00
Ross 6734036477 Add conditional rendering for delete option in question actions dropdown 2026-02-16 10:41:08 +00:00
Ross 5243100d7e Add conditional rendering for edit options in question actions dropdown 2026-02-16 10:40:30 +00:00
Ross fa82d81a96 Update data-edit_annotation attribute to use conditional rendering based on edit permissions 2026-02-16 10:38:48 +00:00
Ross 726057b51e Refactor image annotation help section for improved readability and conditional rendering 2026-02-16 10:35:28 +00:00
Ross 647081a7d6 Add conditional rendering for save annotations button based on edit permissions 2026-02-16 10:31:16 +00:00
Ross 57b9c712c2 Add delete functionality for image annotations in question detail view 2026-02-16 10:28:32 +00:00
Ross 4d78a6b63a Add visual indicators for answer statuses and enhance warning message for missing image annotations 2026-02-16 10:01:29 +00:00
Ross 941c599d24 Add warning alert for missing image annotations in question detail view 2026-02-16 09:54:45 +00:00
Ross 2df789735c Refactor button and style indentation in primary answer display for improved readability 2026-02-16 09:51:05 +00:00
Ross 37812921b8 Enhance primary answer display with edit functionality and conditional rendering based on user permissions 2026-02-16 09:50:52 +00:00
Ross 4cdddcf288 Refactor HTML structure and JavaScript indentation in primary answer templates for improved readability 2026-02-16 09:47:03 +00:00
Ross 17d3b4206a Implement primary answer management with HTMX support, including form for selecting or creating answers and display templates 2026-02-16 09:46:57 +00:00
Ross ec03def164 Alter primary_answer and structure fields in AnatomyQuestion model for improved clarity and categorization 2026-02-16 09:36:06 +00:00
Ross f72ec82525 Add primary_answer field to AnatomyQuestion model and create migration to backfill existing values 2026-02-16 09:32:25 +00:00
Ross 90c96333a1 Add help text for AnatomyQuestion structure field and enhance form instructions 2026-02-16 09:22:00 +00:00
Ross 19eb10c089 Add user content management views and templates for content review 2026-02-13 22:26:41 +00:00
Ross 2ab5a8e3b5 Add author parameter to My Questions link in frcr_index.html 2026-02-10 22:19:22 +00:00
Ross c2f12f384a Add questions section with navigation links to frcr_index.html 2026-02-10 22:05:06 +00:00