update todo

This commit is contained in:
Ross
2026-05-28 22:14:32 +01:00
parent 797c002e8b
commit 6368f525e1
+6 -2
View File
@@ -2,8 +2,10 @@ whilst the dv3d viewer is rendering an image we should show a muted loading text
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 seties detail page please group the order by buttons into a nested menu so that they take less space.
on the case details page when a series is opened 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).
@@ -12,3 +14,5 @@ please add a admin case overview page that displays the number of cases that eac
on the condition details pages we should have an easier way to set parents and children
the casecollection form should use a widget for the prerequisites that supports autocomplete searching to allow for easy case selection. the selection options should be restricted to those cases that the user is an author of.
if a user has multiple uploads from the same patient waiting to be imported on the uploads page and more than one study in selected to import we should be able to import them and automatically create a set of cases with appropriate case series relations (by setting the model previous_case field appropriately). the workflow should be, multiple studies are selected -> enable the import into cases series button. clicking this should open a dialog that allows a user to set the fields from the CaseForm that will be duplicated across the series. a button at the bottoms should trigger the creation of the cases and import the series appropriately.