Workflow SI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user