umccr / orca-ui

MIT License
0 stars 0 forks source link

[Feature] General Comment system for wfr entiries #63

Open raylrui opened 2 weeks ago

raylrui commented 2 weeks ago

Context

Currently, comments are only implemented for WorkflowRun entities. We need a more flexible commenting system that allows users to add comments to any entity within the workflow manager (e.g., AnalysisRuns, States, etc.).

Current Limitations

Proposed Solution

Create a generic comments system that can be attached to any entity in the system using a Generic Foreign Key relationship.

Palaning of General comments

image