From 4d1423134a262efb3bd66f16eb291f8e9662fb3e Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 May 2026 10:38:14 +0100 Subject: [PATCH] Add django-tasks and django-tasks-db to requirements - Updated requirements.txt to include django-tasks and django-tasks-db for task management. --- atlas/templates/atlas/case_display_block.html | 470 +++++++++++++++--- atlas/views.py | 56 ++- rad/static/dv3d/index.js | 366 +++++++------- requirements.txt | 4 +- 4 files changed, 637 insertions(+), 259 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 0d3fc77f..afc87cec 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -2,50 +2,68 @@ {% partialdef case-series %} {% for series in case.get_ordered_series %} - - - Series {{ forloop.counter }}:
- - {{series.get_block}} - -
-
+
+ +
+ + +
- - - Page - - - - Popup - -
- - +
+
{% endfor %} {% endpartialdef %} @@ -484,27 +502,26 @@ data-named-stacks='{{case.get_case_named_stacks}}' >
-
Series: -
-
- {% partial case-series %} -
-
-
+
+
+ Series + Compact cards by default. Open a card for more actions. +
+ {{ case.get_ordered_series|length }} total +
+
+
-
-
- - - -
+
+ + Manage series + +
Create and add new series
@@ -550,6 +567,16 @@ > Remove selected series from case +
{% endif %}
+
+ +
+
+
+
+ {% partial case-series %}
- -
+
-
+
@@ -955,6 +988,37 @@
+ +