From a1284d24e200d3bf7fb0d52df7413e95fd9d9999 Mon Sep 17 00:00:00 2001 From: thomasyu888 Date: Tue, 29 Oct 2019 00:21:56 -0700 Subject: [PATCH 1/3] Add information about leaderboard renderers --- articles/evaluation_queues.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/articles/evaluation_queues.md b/articles/evaluation_queues.md index 1478e2b4..8ac6d3d4 100644 --- a/articles/evaluation_queues.md +++ b/articles/evaluation_queues.md @@ -181,6 +181,15 @@ Clicking **Refresh Columns** will add these default columns. +#### Leaderboard renderers + +* userid: Renders any Synapse user id to a Synapse user profile +* date/epochdate: Renders epochtime in milliseconds to local time +* markdown link: Support link in markdown format `[my link](url.com)` +* synapseid: Renders any Synapse Entity id to the actual Synapse entity +* cancelcontrol: Allows for cancellation of submissions. + + ### Saving Leaderboard Widget If you are happy with your leaderboard configurations, save both the configurations and the wiki page to see the Leaderboard. From bac41adcdeb9636b0d725698b4975825bceedd37 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Wed, 30 Oct 2019 23:02:34 -0700 Subject: [PATCH 2/3] Update articles/evaluation_queues.md --- articles/evaluation_queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/evaluation_queues.md b/articles/evaluation_queues.md index a9f8a9f5..fd98fde0 100644 --- a/articles/evaluation_queues.md +++ b/articles/evaluation_queues.md @@ -184,7 +184,7 @@ Clicking **Refresh Columns** will add these default columns. * userid: Renders any Synapse user id to a Synapse user profile * date/epochdate: Renders epochtime in milliseconds to local time -* markdown link: Support link in markdown format `[my link](url.com)` +* markdown link: Support Synapse wiki markdown format` * synapseid: Renders any Synapse Entity id to the actual Synapse entity * cancelcontrol: Allows for cancellation of submissions. From 585473769d48a1041e39bc6a80e4edadd1037c6e Mon Sep 17 00:00:00 2001 From: thomasyu888 Date: Thu, 14 Nov 2019 10:59:36 -0800 Subject: [PATCH 3/3] Update --- articles/evaluation_queues.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/articles/evaluation_queues.md b/articles/evaluation_queues.md index fd98fde0..f0ba73be 100644 --- a/articles/evaluation_queues.md +++ b/articles/evaluation_queues.md @@ -181,12 +181,14 @@ Clicking **Refresh Columns** will add these default columns. #### Leaderboard renderers - -* userid: Renders any Synapse user id to a Synapse user profile -* date/epochdate: Renders epochtime in milliseconds to local time -* markdown link: Support Synapse wiki markdown format` -* synapseid: Renders any Synapse Entity id to the actual Synapse entity -* cancelcontrol: Allows for cancellation of submissions. +The appearance of columns in a leaderboard can be modified by changing the renderer used. You can change this by changing the value for the 'Renderer' attribute when configuring the leaderboard widget. These are the available renderers: + +* userid: Renders a Synapse user ID to a Synapse user profile badge +* date: Renders epochtime in milliseconds to local time. The user can also select to show dates in UTC (in user settings) rather than local time. +* epochdate: Deprecated +* markdown link: Renders text added as Synapse Wiki Markdown +* synapseid: Renders any Synapse Entity ID to a clickable Synapse entity badge +* cancelcontrol: Renders a button that allows for the cancellation of submissions ### Saving Leaderboard Widget