From 428db3e55c3571c5f6c5c6901b509aa3a34c4237 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 May 2026 13:39:56 +0100 Subject: [PATCH] add todo --- todo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 index 00000000..9967bbba --- /dev/null +++ b/todo @@ -0,0 +1,12 @@ +whilst the dv3d viewer is rendering an image we should show a muted loading text in the middle of the viewport. +the cine button in the viewer should just be an icon, it would be better placed under the viewports fullscreen icon. + +when we update a series image stack we should also recalculate the total image size. +on the setries detail page please group the order by buttons into a nested menu so that they take less space. +on the case details page whew a series inopened in the viewer from an external element it still triggers a full set of 206 requests and the viewer does not update until this has happened. we should instead just load the exsiting stack (and not trigger any more requests than is absolutely necessary). + +on the collections overview page when adding a case via the add case widget if the item is clicked on (not the add button) we get a dialog that offers to add the caes but results in a 500 error. the add button works as intended. we do not want clicking on a case outside fo the buttons to do anything in the widget (please check this won't break the widget in any other locations). + +please add a admin case overview page that displays the number of cases that each user has created and other pertinant information. this should have easy access to a list of recently added cases and a summary of the largest cases that a user has (these may be best loaded as required via htmx partials). + +on the condition details pages we should have an easier way to set parents and children \ No newline at end of file