Kevin Yu
Kevin Yu
Right now, the color map that is used to determine which cells are colored what based on cell types is completely recalculated after certain events are fired in the cellTypes...
I prototyped DCL supporting Zarr storage on S3 on [this branch ](https://github.com/vanvalenlab/deepcell-label/tree/zarr-test), which is now outdated, but the backend code changes should still be useful. Zarr storage could potentially be...
There are certain features in cell types that require the user to wait, namely running calculation or visualization of the channel expressions. It would be good to make these asynchronous...
It may be useful, particularly in conjunction with #495, to allow the user to give projects names (they can default to 'Untitled Project' or their project ID). The name can...
@rossbar and I tried to set up github actions to automatically deploy deepcell-label on any merges into main, but did not end up succeeding. This could be a worthwhile feature...
See #348, but on top of those mentioned tests, more of the cell types functionality and UI should be covered with Cypress tests, especially with the feature addition slowing down...
See #267 for most of the details, but this sentiment has arisen again. It would be very useful if engineering effort was put towards having a local or password protected...
This is definitely very much a "nice to have" but making theming / design choices very tightly consistent (eg. the Plotly fonts and colors mismatching with the rest of the...
A sort of followup to #460, there doesn't necessarily appear to be a memory *leak* anymore, but there is definitely unnecessary duplication of data allocated due to the way the...
The dependencies are pinned with ~= which means many packages are pretty old now, but it is difficult to update everything without breaking things