From 943d14cfc133a970e1c0bc7fc777203bb9935b43 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Fri, 3 Oct 2025 09:11:24 +0200 Subject: [PATCH] feat: add discreet info on story points calculation in Jira dashboard - Included a new info banner in the overview tab explaining the use of story points in Jira. - The banner provides default values for different task types when story points are not defined. --- src/app/jira-dashboard/JiraDashboardPageClient.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/jira-dashboard/JiraDashboardPageClient.tsx b/src/app/jira-dashboard/JiraDashboardPageClient.tsx index 2b166c6..b1a22a3 100644 --- a/src/app/jira-dashboard/JiraDashboardPageClient.tsx +++ b/src/app/jira-dashboard/JiraDashboardPageClient.tsx @@ -251,6 +251,7 @@ export function JiraDashboardPageClient({ initialJiraConfig, initialAnalytics }: + {/* Contenu principal */} {error && ( + {/* Info discrète sur le calcul des points */} +
+ 💡 Points : Utilise les story points Jira si définis, sinon Epic(13), Story(5), Task(3), Bug(2), Subtask(1) +
{/* Graphiques principaux */}