-
Notifications
You must be signed in to change notification settings - Fork 33.5k
[Feature]: Kanban Delete archived jobs #19913
Copy link
Copy link
Closed as not planned
Labels
P3Low — cosmetic, nice to haveLow — cosmetic, nice to havecomp/cliCLI entry point, hermes_cli/, setup wizardCLI entry point, hermes_cli/, setup wizardcomp/pluginsPlugin system and bundled pluginsPlugin system and bundled pluginssweeper:implemented-on-mainSweeper: behavior already present on current mainSweeper: behavior already present on current maintype/featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
P3Low — cosmetic, nice to haveLow — cosmetic, nice to havecomp/cliCLI entry point, hermes_cli/, setup wizardCLI entry point, hermes_cli/, setup wizardcomp/pluginsPlugin system and bundled pluginsPlugin system and bundled pluginssweeper:implemented-on-mainSweeper: behavior already present on current mainSweeper: behavior already present on current maintype/featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem or Use Case
In some of my initial playing with Kanban jobs, I had a few misconfigurations that failed badly. I archived them to remove them from the KB board, but to be honest, they add no value and I'd like to delete them.
I don't want to play around with SQLite to remove them, but if there's no harm, then this is an option.
Ideally, I'd like to something like "hermes kanban archive --rm t_60441238"
Proposed Solution
Perhaps add a "hermes kanban archive --rm t_60441238"
In the kanban UI, perhaps have a trash-can icon to remove an archived job
This would restrict it to archived entries only, so a user would have to specifically archive jobs to allow this to happen.
Alternatives Considered
Deleting content within SQLite is an option, but not really good practice.
Feature Type
CLI improvement
Scope
None
Contribution
Debug Report (optional)