Navigate to moved record #500
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#500
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a user of the security tracker, whenever I change the state of a suggestion or issue (e.g. to "draft" or "dismissed"), I want to be able to view that new state immediately, in order not to have to search for it in a different place.
Acceptance criteria
New -> Dismissed
Given there's a new suggestion,
When I dismiss it,
Then there's a way to navigate directly to the dismissed suggestion.
Dismissed -> Draft
Given there's a dismissed suggestion,
When I mark it as draft,
Then there's a way to navigate directly to the draft issue.
New -> Draft
Given there's a new suggestion,
When I mark it as draft,
Then there's a way to navigate directly to the draft issue.
Draft -> Dismissed
Given there's a draft issue,
When I mark it as dismissed,
Then there's a way to navigate directly to the dismissed suggestion.
Draft -> Published
Given there's a draft issue,
When I publish it,
Then there's a way to navigate directly to the published GitHub issue and to the security tracker issue.
Implementation notes
Since we also support a pure HTML workflow, these are actually two things to keep parity. To make that somewhat tractable there currently needs to be a bit of cleanup to separate the htmx and the pure HTML code paths and test them separately.