Commit Graph

  • 681a7560ba Refactor question form layout: improve indentation and formatting for better readability Ross 2025-11-17 12:12:31 +00:00
  • aa90ae5e09 Add QuestionForm and related views: implement form for creating questions with user context and exam association Ross 2025-11-17 12:12:06 +00:00
  • f55bb1b18e Refactor exam navigation: enhance layout and accessibility by replacing links with a responsive navbar structure Ross 2025-11-17 12:02:21 +00:00
  • 5e78cc4603 Refactor exam overview headers: comment out unused div for improved code clarity Ross 2025-11-17 11:54:35 +00:00
  • a9cbb1303a Refactor exam navigation: restructure HTML for improved layout and accessibility, adding dropdown menu for exam actions Ross 2025-11-17 11:52:53 +00:00
  • 24558f92ce Refactor case prior handling: update function to support case_number instead of case_id for improved clarity and maintainability Ross 2025-11-17 11:15:08 +00:00
  • 0f8bae8a14 Refactor URL patterns: update legacy case_id references to include 'id' for improved clarity and consistency Ross 2025-11-17 11:11:09 +00:00
  • 6e658aca93 Refactor case handling: update URLs and views to support case_number and case_id interchangeably, enhancing backward compatibility and maintainability Ross 2025-11-17 11:05:13 +00:00
  • 81cd109449 Refactor dark mode styles: update CSS variables for dark mode theme and set default background and text colors Ross 2025-11-17 10:49:31 +00:00
  • d86f990be2 Refactor case detail URL references: update template links from 'casedetail' to 'case_detail' for consistency Ross 2025-11-17 10:36:19 +00:00
  • b6478c44dc Refactor case detail references: standardize variable naming from case_detail to casedetail across templates for consistency Ross 2025-11-17 10:34:55 +00:00
  • 12b7fa6629 Refactor CaseDetail references to Casedetail across templates and views Ross 2025-11-17 10:34:27 +00:00
  • 7f4570417e Refactor case navigation: consolidate previous and next links into a reusable partial for improved maintainability and consistency across templates Ross 2025-11-17 10:09:00 +00:00
  • 0098fa5dfc Refactor case prior display: extract prior card markup into a separate partial for improved maintainability and readability Ross 2025-11-17 09:27:02 +00:00
  • 740d013198 Refactor case prior display: enhance layout with Bootstrap cards for improved readability and user interaction Ross 2025-11-17 09:22:17 +00:00
  • b47bb141e8 Enhance case search functionality: exclude cases already in the collection from search results to prevent duplication Ross 2025-11-16 23:28:23 +00:00
  • 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 Ross 2025-11-16 23:25:35 +00:00
  • 0193daf166 Refactor case search widget: update hx-get attribute and include collection in hx-vals for improved search functionality Ross 2025-11-16 23:17:57 +00:00
  • 279d6344f1 Enhance case search functionality: display recent cases in search results and adjust initial load behavior Ross 2025-11-16 23:16:06 +00:00
  • 8c8d484dce Enhance exam order editing: hide edit button during editing, improve save button attributes, and clean up controls after saving Ross 2025-11-16 23:06:33 +00:00
  • 9760be8f27 Enhance case list item links and management actions: update hrefs for dynamic case numbering and improve button structure for better accessibility Ross 2025-11-16 23:03:19 +00:00
  • 5e0068d490 Implement case search functionality and enhance case addition UI in collection view Ross 2025-11-16 22:55:59 +00:00
  • 875744a08a Refactor case management links and add case list item partial for improved organization and rendering in collection detail view Ross 2025-11-16 22:51:22 +00:00
  • c02a46fab1 Refactor collection detail view: enhance layout, improve organization, and add badges for better information display Ross 2025-11-16 22:36:50 +00:00
  • 6b73006122 Refactor collection detail view: enhance layout and improve organization of case management links and collection information Ross 2025-11-16 22:31:00 +00:00
  • 7eb478b111 Refactor case management links: enhance layout and improve button accessibility in collection detail view Ross 2025-11-16 22:26:34 +00:00
  • 10c18bd514 Refactor case management links: move to separate partial for improved template organization and clarity Ross 2025-11-16 22:20:53 +00:00
  • 1407fe83a2 Fix link for case series display and update edit series action in management links Ross 2025-11-16 22:03:14 +00:00
  • e9716f3caf Add per-case management links template for collection detail view Ross 2025-11-16 22:01:30 +00:00
  • 749450b03e Refactor collection detail template: streamline case management links and enhance layout for better usability Ross 2025-11-16 21:57:54 +00:00
  • 7e72f731b3 Move "Add New Case" link to dropdown for superusers in collection actions Ross 2025-11-16 21:37:03 +00:00
  • e407326c25 Refactor collection headers: convert to responsive navbar layout with dropdown actions Ross 2025-11-15 23:12:58 +00:00
  • 0d8177f0b4 Remove exam review link from exams template for cleaner navigation Ross 2025-11-15 23:09:59 +00:00
  • 3312f3058a Enhance CaseCollectionForm: replace collection_type field with radio buttons and add custom styling Ross 2025-11-15 23:02:12 +00:00
  • 478dcb7217 Add success URL redirection for CaseCollectionCreate after successful creation Ross 2025-11-15 22:47:37 +00:00
  • a1aba7836a Fix link to series detail page in series viewer template Ross 2025-11-14 22:11:47 +00:00
  • 80b1ef3817 Enhance series case addition: update details element for better accessibility and close functionality Ross 2025-11-14 21:56:40 +00:00
  • 835d0382ba Refactor series cases handling: extract cases list to a partial and enhance HTMX integration for dynamic updates Ross 2025-11-14 21:55:28 +00:00
  • 8096a36a11 Reorganize finding form placement in series viewer for improved layout Ross 2025-11-14 21:52:37 +00:00
  • 97d65f0caa Refactor series viewer template for improved layout and usability; enhance findings display and action buttons Ross 2025-11-14 21:48:06 +00:00
  • b73e89393b . Ross 2025-11-14 21:21:45 +00:00
  • ec036a6266 Add open_access field to Resource model for access control Ross 2025-11-14 21:16:55 +00:00
  • 14e6514b90 Update ResourceDelete view to require AuthorOrChecker permissions for deletion Ross 2025-11-14 21:14:58 +00:00
  • 639e91fc1e Add created_date and modified_date fields to Resource model; update resource detail and list templates for improved display Ross 2025-11-14 21:12:03 +00:00
  • 74765e70a2 Add created_date and modified_date fields to Resource model; enhance resource navigation with dropdown menu in base template Ross 2025-11-14 21:01:25 +00:00
  • ca2b7feb5b Add Resource filtering and table display functionality Ross 2025-11-14 20:56:49 +00:00
  • 453fbf91be Add ManyToMany fields for sites and subspecialty in Resource model Ross 2025-11-14 20:53:31 +00:00
  • a2e9d5e681 Refactor NormalCase model to use age_days instead of age_years, update forms, filters, and templates accordingly for improved age handling Ross 2025-11-13 22:34:36 +00:00
  • 8da2dd27da Enhance normals list display and update case state handling in views Ross 2025-11-13 22:17:43 +00:00
  • 970242e1fb Refactor NormalCaseForm to prevent nested forms and enhance logging in case_normal_form and create_case_normal views Ross 2025-11-13 22:13:46 +00:00
  • f8be1918f6 Fix indentation for the "Mark as normal" button in the normal toggle template Ross 2025-11-13 22:09:05 +00:00
  • 5ac998454b Add NormalCase form and related views for managing normal cases Ross 2025-11-13 22:08:55 +00:00
  • d259d0e8dd Enhance feedback display in exam review by italicizing and reducing opacity for better visual distinction Ross 2025-11-13 22:07:40 +00:00
  • 5fb3c98941 add a normals feature Ross 2025-11-13 21:54:25 +00:00
  • a70354c18d Refactor UserUserGroupForm to use a reusable UserSearchSelectMultipleWidget for improved user selection and search functionality Ross 2025-11-13 21:48:58 +00:00
  • 345977e2ef Add NormalCase model, views, filters, and templates for managing normal cases Ross 2025-11-13 21:44:55 +00:00
  • 726c7ea401 Enhance user search functionality with advanced search tips and help panel Ross 2025-11-13 21:32:28 +00:00
  • 7fa08037f0 Remove unnecessary comments from bulk add groups form template Ross 2025-11-12 22:23:50 +00:00
  • f786e88de9 Refactor bulk add groups form to use HTMX for submission and enhance button functionality Ross 2025-11-12 22:15:10 +00:00
  • 9441541feb Add grade display to selected users in UserUserGroupForm Ross 2025-11-12 22:11:43 +00:00
  • 5cca1b079a Fix syntax error in user group form and enhance logging in bulk add groups view Ross 2025-11-12 22:06:09 +00:00
  • 2e551d411a Add grade information to user search results and enhance user addition functionality Ross 2025-11-12 21:59:20 +00:00
  • d8055a509c Enhance user search widget with wildcard support and field-specific queries; improve logging in bulk add groups Ross 2025-11-12 21:54:51 +00:00
  • 208252a858 Add grade filter to user search widget and enhance logging for bulk add operations Ross 2025-11-12 21:48:50 +00:00
  • ea9dca5804 Implement user search widget with HTMX for dynamic user selection Ross 2025-11-12 21:40:24 +00:00
  • da04138861 Enhance bulk add groups form with crispy forms for improved styling and usability Ross 2025-11-12 21:23:41 +00:00
  • ec0245fe7c Add bulk add functionality for user and CID groups to exam collections Ross 2025-11-12 21:19:09 +00:00
  • c39d30c746 Refactor anatomy question answer form layout and improve styling for better usability Ross 2025-11-11 21:48:01 +00:00
  • d781508364 Update exam counts to use distinct counts for archived and non-archived exams Ross 2025-11-11 21:31:07 +00:00
  • 06ea87be14 Add shorts exam count to collection annotations and update display logic Ross 2025-11-11 21:26:05 +00:00
  • ce1b439681 Refactor exam counts annotation to respect archived status toggle Ross 2025-11-11 21:09:00 +00:00
  • c8375a28fa Add functionality to filter exam collections by archived status Ross 2025-11-11 21:07:25 +00:00
  • 6be39ab69d Add archived badge to exam list for better visibility of archived exams Ross 2025-11-11 20:55:57 +00:00
  • e9d0e402be Implement bulk archive functionality for exams; add HTMX endpoint and update UI controls for improved exam management Ross 2025-11-11 20:52:44 +00:00
  • dc23dffaf9 Remove instructional text for HTMX marking UI from Mark2 overview page for cleaner interface Ross 2025-11-11 19:51:52 +00:00
  • 87dde70fd3 Enhance AnatomyQuestion string representation; improve formatting and handle missing attributes for better readability Ross 2025-11-11 14:04:46 +00:00
  • c69eecc1ec Refactor mark2 overview page layout; enhance question display and button functionality for improved user interaction Ross 2025-11-11 14:02:41 +00:00
  • 6c149bb2ae Add mark2 overview page and update navigation for improved marking workflow Ross 2025-11-11 13:56:11 +00:00
  • 1232c3af32 Comment out suggestion section for incorrect answers in the marking template Ross 2025-11-11 13:49:10 +00:00
  • 05a2b2357c Enhance word suggestion functionality for incorrect answers; improve button layout and toggle behavior for better user experience. Ross 2025-11-11 13:47:12 +00:00
  • d88a626a76 Implement quick add functionality for incorrect answers; return collapsed partial for quick suggestions in the answers table. Ross 2025-11-11 13:42:34 +00:00
  • e4bab4a509 Add suggestion management for incorrect answers; implement collapsed view and HTMX support for dynamic updates Ross 2025-11-11 13:36:55 +00:00
  • 6e7135823a Implement suggestion feature for incorrect answers; add HTMX support for dynamic candidate rendering and inline editing. Ross 2025-11-11 13:21:32 +00:00
  • a158a6f928 Refactor question detail layout for improved readability; enhance card structure and styling for better user experience. Ross 2025-11-11 13:05:31 +00:00
  • b79d95cd70 Refactor layout of marked answers section for improved responsiveness; update column classes for better display on various screen sizes. Ross 2025-11-11 13:03:44 +00:00
  • 796ac3fb84 Implement edit answer functionality with HTMX support; add new endpoint and template for editing stored answers in the marking UI. Ross 2025-11-11 13:01:51 +00:00
  • 14a54dfa8b Refactor answer click handling to prevent duplicate event listeners on the new mark2 page; streamline state management for answer marking. Ross 2025-11-11 12:49:13 +00:00
  • ac6a8193a3 Refactor answer list item actions to use right-floating icons for improved accessibility and user interaction; streamline code for marked and unmarked answers. Ross 2025-11-11 12:02:22 +00:00
  • 6752f03bf2 Enhance marking UI with new navigation buttons and clipboard functionality; improve answer display with tooltips for clarity Ross 2025-11-11 12:00:04 +00:00
  • 34ef5106f4 Add new endpoints and templates for displaying marked answers in the improved marking UI Ross 2025-11-11 11:53:35 +00:00
  • 1997d013d8 Implement improved marking UI with new endpoints and templates for enhanced user experience Ross 2025-11-11 11:34:05 +00:00
  • 9a9ce11ccb . Ross 2025-11-11 11:12:36 +00:00
  • 9ebcd24938 Refactor image link paths in forms to ensure consistent static file referencing across anatomy, atlas, longs, rapids, and shorts templates. Ross 2025-11-11 11:12:03 +00:00
  • 70430b2593 Refactor mark view to improve question handling and user answer management, enhancing overall exam experience. Ross 2025-11-10 22:35:24 +00:00
  • e989a18d31 Enhance create_anatomy_questions management command with optional image generation and improved argument handling Ross 2025-11-10 22:32:30 +00:00
  • e39539fb99 Add management commands for creating anatomy questions with customizable options Ross 2025-11-10 22:24:44 +00:00
  • 44ca49899a Refactor button styles for previous and next actions to use secondary color, enhancing visual consistency across the exam interface. Ross 2025-11-10 22:21:43 +00:00
  • 4246713ee8 Refactor styles for physics finish list and overview question buttons to improve responsiveness and layout on various screen sizes. Ross 2025-11-10 22:09:02 +00:00
  • 5a4792ea43 Enhance exam take fragment to update global question header with current question number and stem, improving synchronization and user experience. Ross 2025-11-10 22:04:46 +00:00
  • 94d5771a26 Refactor exam overview to use anchor elements for questions, improving HTML validity and accessibility; enhance styles for better layout and responsiveness. Ross 2025-11-10 22:01:15 +00:00