Ross
02a9118faf
.
2025-12-08 09:29:30 +00:00
Ross
63c6a648d7
Add Loki, Promtail, and Grafana services for observability stack
2025-12-04 20:06:24 +00:00
Ross
517c30ba0e
Enhance Docker setup with logging and monitoring features
...
- Added logging configuration to WSGI for persistent log collection.
- Updated Docker Compose files for local and development environments, including Redis, PostgreSQL, and Grafana services.
- Introduced Promtail configuration for log scraping and integration with Loki.
- Created application log directory in Dockerfile for log persistence.
2025-12-01 16:43:40 +00:00
Ross
590e0b76ed
Add series images endpoint and template for HTMX integration
2025-12-01 14:50:11 +00:00
Ross
e9a04e823c
more docker improvements
2025-12-01 14:01:46 +00:00
Ross
9ed789ba90
more docker updates
2025-12-01 13:31:08 +00:00
Ross
fd6e25d55e
more ninja fixes
2025-12-01 13:31:02 +00:00
Ross
f074e5b086
fix some ninja issuse
2025-12-01 13:30:43 +00:00
Ross
2157b6f781
some fixes?
2025-12-01 11:12:01 +00:00
Ross
359682a0cd
start prod docker migration
2025-12-01 10:36:58 +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
e8c35efd83
Refactor collection_case_questions function to use case_number instead of case_id for improved clarity and consistency in case retrieval
2025-11-24 12:02:43 +00:00
Ross
0badca4c4f
Add default error value to context in collection_case_priors view to prevent variable resolution issues
2025-11-24 11:58:53 +00:00
Ross
25f4e478b3
Add edit permission check for collection case priors view
2025-11-24 11:53:50 +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
f713632fdd
Refactor Condition, Finding, and Structure tables: remove legacy primary field from displayed fields to streamline data representation.
2025-11-24 11:02:51 +00:00
Ross
785638ee23
Add cancel button to ConditionForm for easier navigation
2025-11-24 10:49:13 +00:00
Ross
e8020c5d8f
Update ConditionForm to use AJAX/autocomplete for canonical field selection
2025-11-24 10:42:38 +00:00
Ross
5ccf755e72
Refactor Condition model: remove legacy synonym and primary fields, introduce canonical field for aliasing. Update related documentation.
2025-11-24 10:31:13 +00:00
Ross
6308fbfcd7
Refactor Finding and Structure models: remove legacy primary and synonym fields, introduce canonical field for aliasing. Update filters and forms accordingly.
2025-11-24 10:18:26 +00:00
Ross
8a871d6332
Replace legacy primary filter with is_canonical and add synonym filter in ConditionFilter
2025-11-23 23:29:39 +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
21de543313
Enhance ConditionForm: add Crispy Forms integration for consistent submit button rendering
2025-11-17 23:15:21 +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
2f1e2f6abe
Refactor collection_case_details: simplify case retrieval logic and improve parameter naming for clarity
2025-11-17 22:33:10 +00:00
Ross
ffa717a9ef
Refactor exam overview header: move author display earlier and remove duplicate block for improved clarity
2025-11-17 22:16:08 +00:00
Ross
2dd9f4af32
Refactor exam overview: enhance question display with improved layout and feedback visibility
2025-11-17 22:09:49 +00:00
Ross
feb5a85af2
Refactor dropdown menus: enhance action items with icons and improve visual hierarchy for better user experience
2025-11-17 12:20:46 +00:00
Ross
292f81ad74
Refactor question link header: update text for clarity in exam context
2025-11-17 12:16:26 +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
681a7560ba
Refactor question form layout: improve indentation and formatting for better readability
2025-11-17 12:12:31 +00:00
Ross
aa90ae5e09
Add QuestionForm and related views: implement form for creating questions with user context and exam association
2025-11-17 12:12:06 +00:00
Ross
f55bb1b18e
Refactor exam navigation: enhance layout and accessibility by replacing links with a responsive navbar structure
2025-11-17 12:02:21 +00:00
Ross
5e78cc4603
Refactor exam overview headers: comment out unused div for improved code clarity
2025-11-17 11:54:35 +00:00
Ross
a9cbb1303a
Refactor exam navigation: restructure HTML for improved layout and accessibility, adding dropdown menu for exam actions
2025-11-17 11:52:53 +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
81cd109449
Refactor dark mode styles: update CSS variables for dark mode theme and set default background and text colors
2025-11-17 10:49:31 +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