Display when a channel was last updated #436

Open
opened 2024-12-09 13:37:20 +00:00 by fricklerhandwerk · 2 comments
fricklerhandwerk commented 2024-12-09 13:37:20 +00:00 (Migrated from github.com)

Since evaluations run asynchronously, it's not evident how up-to-date the evaluation data for a given package is. As a security team member triaging matching suggestions (and also before posting an issue) I want to be able to judge if I'm making decisions based on recent-enough data.

Since evaluations run asynchronously, it's not evident how up-to-date the evaluation data for a given package is. As a security team member triaging matching suggestions (and also before posting an issue) I want to be able to judge if I'm making decisions based on recent-enough data.
erictapen commented 2024-12-09 13:41:24 +00:00 (Migrated from github.com)

This should probably only display the age if it's older than some reasonable interval (e.g. 24 hours) to only alert users when necessary.

This should probably only display the age if it's older than some reasonable interval (e.g. 24 hours) to only alert users when necessary.
fricklerhandwerk commented 2024-12-09 13:56:54 +00:00 (Migrated from github.com)

Highlighting would be cherry on top, but the general information should be accessible through the UI at any time. But also, very out of date evaluations would be an operations problem, so that should be covered by alerts to maintainers.

Evaluations have created_at and updated_at; the challenge here is to figure out where to stuff in that little detail so it's not intrusive but still easy-enough to access when needed.

Highlighting would be cherry on top, but the general information should be accessible through the UI at any time. But also, very out of date evaluations would be an operations problem, so that should be covered by alerts to maintainers. Evaluations have `created_at` and `updated_at`; the challenge here is to figure out where to stuff in that little detail so it's not intrusive but still easy-enough to access when needed.
Sign in to join this conversation.
No description provided.