mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 08:07:11 +02:00
23 lines
815 B
JavaScript
23 lines
815 B
JavaScript
module.exports = [
|
|
{
|
|
id: "main-window",
|
|
title: "Main Window",
|
|
image: "/assets/screenshots/main-window.png",
|
|
alt: "KST4Contest ON4KST contest chat client main window",
|
|
caption: "Contest-oriented ON4KST chat workflow with candidate awareness."
|
|
},
|
|
{
|
|
id: "priority-candidates",
|
|
title: "Priority Candidates",
|
|
image: "/assets/screenshots/priority-candidates.png",
|
|
alt: "Priority candidate list in KST4Contest",
|
|
caption: "Score-based candidate ranking for faster operator decisions."
|
|
},
|
|
{
|
|
id: "timeline",
|
|
title: "Timeline View",
|
|
image: "/assets/screenshots/timeline.png",
|
|
alt: "KST4Contest AP timeline view",
|
|
caption: "Timeline support for AP windows and candidate timing."
|
|
}
|
|
]; |