Sort dismissed and selected views by last update #356
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#356
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?
When triaging matching suggestions and inspecting dismisses/selected entries, I want to see those items I most recently moved around at the top of the list.
(Currently they are sorted in seemingly unpredictable order.)
Discussed with @erictapen and @RaitoBezarius :
updated_at
if and only if the state was changed, and sort byupdated_at
in the viewSmall addition: we need to override the update_ad field, as the one inherited by the super class is auto-updating otherwise.
Note from @alejandrosame: Currently there seems to be no transaction around the combination of change state and removing derivations; need to look into that.