Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] General Comment system for wfr entiries #63

Closed
raylrui opened this issue Nov 1, 2024 · 1 comment
Closed

[Feature] General Comment system for wfr entiries #63

raylrui opened this issue Nov 1, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@raylrui
Copy link
Contributor

raylrui commented Nov 1, 2024

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

  • Comments are tightly coupled to WorkflowRun
  • Code duplication would be needed to add comments to other entities
  • Limited flexibility for future entity types

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

@raylrui raylrui added the feature New feature or request label Nov 1, 2024
@raylrui raylrui self-assigned this Nov 1, 2024
@raylrui
Copy link
Contributor Author

raylrui commented Feb 4, 2025

comment system has been added in wfm

@raylrui raylrui closed this as completed Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant