Workflow SI

This commit is contained in:
2026-02-23 11:13:43 +04:00
parent 4e3ef93cad
commit 85a11c0d2c
3 changed files with 27 additions and 129 deletions

View File

@@ -9,6 +9,7 @@ const {
participants,
summary,
status,
circle,
type,
image,
} = frontmatter;
@@ -18,6 +19,10 @@ const categoryColors = {
Festival: "#f59e0b",
IRL: "#a1be18",
Amical: "#8b5cf6",
SI_Arbitrage: "violet",
SI_Applicatif: "#5ca6e8",
SI_Logistique: "Gold",
SI_Strategie: "Grey",
default: "#ec4899",
};
@@ -40,7 +45,7 @@ const accentColor = categoryColors[type] || categoryColors["default"];
</div>
<div class="event-info-line">
Projet prévu pour : <strong>{target_date}</strong>
Projet détecté le : <strong>{target_date}</strong>
</div>
<div class="event-body">
@@ -62,9 +67,9 @@ const accentColor = categoryColors[type] || categoryColors["default"];
<footer class="event-footer">
<div class="date-recorded">
Détecté le : {new Date(date).toLocaleDateString("fr-FR")}
Prévu le : {new Date(date).toLocaleDateString("fr-FR")}
</div>
<div class="social-impact">+3 SOC</div>
<div class="social-impact">+3 {circle}</div>
</footer>
</div>
</article>