• Joined on 2023-04-22
ross pushed to master at ross/penracourses 2025-11-16 23:30:39 +00:00
b47bb141e8 Enhance case search functionality: exclude cases already in the collection from search results to prevent duplication
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
0193daf166 Refactor case search widget: update hx-get attribute and include collection in hx-vals for improved search functionality
279d6344f1 Enhance case search functionality: display recent cases in search results and adjust initial load behavior
8c8d484dce Enhance exam order editing: hide edit button during editing, improve save button attributes, and clean up controls after saving
Compare 16 commits »
ross pushed to master at ross/penracourses 2025-11-15 23:14:31 +00:00
e407326c25 Refactor collection headers: convert to responsive navbar layout with dropdown actions
0d8177f0b4 Remove exam review link from exams template for cleaner navigation
3312f3058a Enhance CaseCollectionForm: replace collection_type field with radio buttons and add custom styling
478dcb7217 Add success URL redirection for CaseCollectionCreate after successful creation
Compare 4 commits »
ross pushed to master at ross/penracourses 2025-11-14 22:12:04 +00:00
a1aba7836a Fix link to series detail page in series viewer template
80b1ef3817 Enhance series case addition: update details element for better accessibility and close functionality
835d0382ba Refactor series cases handling: extract cases list to a partial and enhance HTMX integration for dynamic updates
8096a36a11 Reorganize finding form placement in series viewer for improved layout
97d65f0caa Refactor series viewer template for improved layout and usability; enhance findings display and action buttons
Compare 12 commits »
ross pushed to master at ross/penracourses 2025-11-13 22:36:09 +00:00
a2e9d5e681 Refactor NormalCase model to use age_days instead of age_years, update forms, filters, and templates accordingly for improved age handling
8da2dd27da Enhance normals list display and update case state handling in views
970242e1fb Refactor NormalCaseForm to prevent nested forms and enhance logging in case_normal_form and create_case_normal views
f8be1918f6 Fix indentation for the "Mark as normal" button in the normal toggle template
5ac998454b Add NormalCase form and related views for managing normal cases
Compare 10 commits »
ross pushed to master at ross/penracourses 2025-11-12 22:24:49 +00:00
7fa08037f0 Remove unnecessary comments from bulk add groups form template
f786e88de9 Refactor bulk add groups form to use HTMX for submission and enhance button functionality
9441541feb Add grade display to selected users in UserUserGroupForm
5cca1b079a Fix syntax error in user group form and enhance logging in bulk add groups view
2e551d411a Add grade information to user search results and enhance user addition functionality
Compare 18 commits »
ross pushed to master at ross/penracourses 2025-11-11 14:04:57 +00:00
87dde70fd3 Enhance AnatomyQuestion string representation; improve formatting and handle missing attributes for better readability
c69eecc1ec Refactor mark2 overview page layout; enhance question display and button functionality for improved user interaction
6c149bb2ae Add mark2 overview page and update navigation for improved marking workflow
1232c3af32 Comment out suggestion section for incorrect answers in the marking template
05a2b2357c Enhance word suggestion functionality for incorrect answers; improve button layout and toggle behavior for better user experience.
Compare 18 commits »
ross pushed to master at ross/penracourses 2025-11-10 22:42:16 +00:00
70430b2593 Refactor mark view to improve question handling and user answer management, enhancing overall exam experience.
e989a18d31 Enhance create_anatomy_questions management command with optional image generation and improved argument handling
e39539fb99 Add management commands for creating anatomy questions with customizable options
44ca49899a Refactor button styles for previous and next actions to use secondary color, enhancing visual consistency across the exam interface.
4246713ee8 Refactor styles for physics finish list and overview question buttons to improve responsiveness and layout on various screen sizes.
Compare 19 commits »
ross pushed to master at ross/penracourses 2025-11-10 20:36:20 +00:00
eebbe8b759 Enhance question feedback in exam review by adding answers and feedback details for each part
d176288607 Refactor response badges in exam review to use border colors based on correctness percentage for improved visual feedback
bd71c669f0 Refactor exam review response handling to include structured items with optional per-part breakdown for multi-part answers
f3a0a9fd8a Add per-part true/false breakdown to exam review summary for enhanced clarity
66899b54bd Enhance exam review question fragment to display parts and responses with HTMX support for improved interactivity and user experience
Compare 52 commits »
ross pushed to master at ross/penracourses 2025-11-09 22:29:59 +00:00
3c31246636 Update progress bar colors to use bg-danger for incorrect answers in exam review summary
dd55f999f7 Remove unnecessary check for defined exam_user_answers in responses fragment
a6f5ed4c88 Enhance exam review UI with detailed response summaries and progress bars for answer choices
d482b77430 Add HTMX-based response summary and user responses display for exam questions
3e9a96d99f Add HTMX-based aggregated response summary for exam questions
Compare 21 commits »
ross pushed to master at ross/penracourses 2025-11-07 22:16:50 +00:00
b424defd57 Optimize exam collection queries by annotating exam counts and prefetching authors to improve template performance
00a675b715 Refactor exam collections list to use Bootstrap cards for improved layout and add total exam count display
bd0859cce0 Add HTMX indicator for import form to enhance user feedback during submission
2bf74ea297 Fix event listener closure in LLM prompt view for proper feedback handling
71e9b47c6b Enhance button labels for clarity in exam collection detail view
Compare 24 commits »
ross pushed to master at ross/penracourses 2025-11-03 16:54:10 +00:00
d3669e8316 Uncomment table control creation logic to ensure selectable tables have row-selection controls
b92a969a3b Refactor index and view templates to improve layout; remove unnecessary details tag for cleaner code
c45d7a5464 Update navbar dropdown toggle to maintain active state for improved user experience
b08154f804 Refactor index.html layout for improved responsiveness and user navigation; update QuestionForm to use responsive columns for better display on small screens.
6d02b35f86 Add Crispy Forms integration to QuestionForm and update question_form template for improved layout and usability
Compare 28 commits »
ross pushed to master at ross/penracourses 2025-11-03 10:35:45 +00:00
8dbc39a317 Refactor filter bar implementation for consistency and improved usability across case and question views
Compare 2 commits »
ross pushed to master at ross/penracourses 2025-11-03 09:38:57 +00:00
7eeb989b9e Enhance supervisor email handling and input format options in bulk user creation
ross pushed to master at ross/statdx 2025-11-02 21:46:02 +00:00
ross pushed to master at ross/penracourses 2025-11-01 22:19:36 +00:00
206f0afd32 Refactor QuestionTable to inherit Meta options from SelectionTable for consistency
0e7307de18 Remove row selection controls from case and question table views for cleaner UI
09d9befceb Implement row selection controls in templates and refactor related JavaScript functionality
62c26d199e Refactor table row selection logic and remove associated CSS styles for improved clarity and maintainability
cbf4c3497d Ensure selection column is always placed last in the column order for improved table layout
Compare 38 commits »
ross pushed to master at ross/statdx 2025-10-29 21:11:40 +00:00
ross pushed to master at ross/penracourses 2025-10-28 07:32:24 +00:00
4cce444153 Refactor exam_take.html for improved layout, accessibility, and user experience
f462002162 Update Django version to 5.2.7 in requirements.txt
b10110d50f Refactor question_form.html for consistent formatting and improved readability
640f1841e6 Refactor docker-compose.yml for improved context and volume mounts; update question_form.html to conditionally include question details
Compare 5 commits »
ross pushed to master at ross/penracourses 2025-10-27 20:38:15 +00:00
a491337a2e Add merge category functionality for admin users with confirmation prompt
65e95b698d Include active filters in navigation for review-next and skip actions
e503576e7a Enhance trainees table with sortable columns and improved bulk edit options
fba8d5ab05 Add supervisor search functionality with HTMX support for manual selection in bulk updates
be94ed8d0f Refactor HTML structure and indentation in trainees bulk update template for improved readability
Compare 27 commits »
ross pushed to master at ross/penracourses 2025-10-26 21:30:52 +00:00
4f72de6be9 Add styling for correct-answer badge to allow text wrapping
9c68c4ff1c Add HTMX trigger to close review modal after saving
b26d31b216 Refactor docker-compose.yml to mount the entire repository and update question_review_form.html to render radio buttons for status choices.
c2d6cfa78e add local dev docker
Compare 4 commits »
ross pushed to master at ross/penracourses 2025-10-25 16:29:01 +00:00
e687b55e6a Enhance QuestionReviewForm by adding autofocus to comment field and improve status button rendering with active state
d19e937bd4 Enhance QuestionReviewForm layout with Bootstrap styling for status buttons and improve comment field presentation
fa68034f03 Add 'In Progress' status to QuestionReview model for enhanced tracking
68f45c8561 Refactor QuestionReviewForm to use RadioSelect for status and update template for improved layout
be68fcd0b9 Add QuestionReviewForm for handling question review submissions and update views for form integration
Compare 52 commits »