Add workflow timeline #300

Merged
itzaname merged 1 commits from feature/timeline into staging 2025-12-27 08:04:02 +00:00
Owner

Closes !232

image.png
Closes !232 <img width="763" alt="image.png" src="attachments/559715f5-630e-4029-a19b-c9f4cf4c7270">
129 KiB
itzaname added the frontend label 2025-12-27 07:50:10 +00:00
itzaname added 1 commit 2025-12-27 07:50:10 +00:00
Add workflow timeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a792e28ba4
itzaname requested review from Quaternions 2025-12-27 07:50:10 +00:00
Quaternions approved these changes 2025-12-27 08:00:38 +00:00
@@ -0,0 +68,4 @@
}
];
const mapfixWorkflow: WorkflowStep[] = [
Owner

100% code duplication of submissionWorkflow

100% code duplication of submissionWorkflow
@@ -0,0 +169,4 @@
// Check if rejected or released
const isRejected = currentStatus === Status.Rejected;
const isReleased = currentStatus === Status.Release || currentStatus === Status.Releasing;
Owner

I'm an idiot for making the 'Release' typo in the enum

I'm an idiot for making the 'Release' typo in the enum
itzaname merged commit cf0cf9da7a into staging 2025-12-27 08:04:02 +00:00
itzaname deleted branch feature/timeline 2025-12-27 08:04:03 +00:00
Sign in to join this conversation.