Ross
6f50c53519
.
2025-12-08 12:37:24 +00:00
Ross
53aefa29df
.
2025-12-08 12:35:13 +00:00
Ross
4617a643d2
Refactor exam collection form layout for improved readability and structure
2025-12-08 12:34:23 +00:00
Ross
d7afab15e1
Refactor templates and views for improved structure and maintainability
2025-12-08 12:31:58 +00:00
Ross
ad5e7aeed8
.
2025-12-08 12:17:16 +00:00
Ross
b4cf5b9d70
Refactor exam collection templates to improve navigation structure and enhance user experience
2025-12-08 12:12:54 +00:00
Ross
f156f4c85e
Refactor navbar styles and improve dropdown accessibility for better mobile usability
2025-12-08 12:12:00 +00:00
Ross
4ab2e3a15e
Enhance ExamSearch widgets to support customizable default filters and improve metadata display
2025-12-08 12:11:24 +00:00
Ross
6daa643df8
Refactor navigation structure for improved readability and maintainability
2025-12-08 12:07:24 +00:00
Ross
f8874a2556
Refactor navigation to use Bootstrap navbar with dropdowns for better organization and accessibility
2025-12-08 12:07:00 +00:00
Ross
b4f5992986
.
2025-12-08 11:56:39 +00:00
Ross
9a3a8b932a
.
2025-12-08 11:51:36 +00:00
Ross
eb06e63f77
.
2025-12-08 11:18:47 +00:00
Ross
a4f4ba464a
Add advanced search help panel and functionality to ExamSearchSelectMultipleWidget
2025-12-08 11:15:03 +00:00
Ross
6fafccc907
.
2025-12-08 11:10:55 +00:00
Ross
d96dd77cdc
Add user authentication to index and user collections views; update CSRF trusted origins and internal IPs
2025-12-08 10:57:38 +00:00
Ross
4e47083fcd
.
2025-12-08 10:35:58 +00:00
Ross
bf895e516e
.
2025-12-08 10:32:30 +00:00
Ross
49229b0408
Enhance local-up script to ensure Loki and nginx log directories exist with appropriate permissions
2025-12-08 10:30:00 +00:00
Ross
997b5374c2
.
2025-12-08 10:29:52 +00:00
Ross
9d434ec80d
Merge branch 'dockerprod' into master
2025-12-08 10:13:08 +00:00
Ross
af616a9f4a
Add tooltips for open access settings and improve UI elements in exam overview
2025-12-08 10:05:44 +00:00
Ross
d29c23a799
.
2025-12-08 09:54:15 +00:00
Ross
0917947a98
.
2025-12-08 09:52:18 +00:00
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