mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Add generic issue-linked board approvals
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
6b4f3b56e4
commit
365b6d9bd8
10 changed files with 345 additions and 39 deletions
|
|
@ -200,7 +200,12 @@ export const PROJECT_COLORS = [
|
|||
"#3b82f6", // blue
|
||||
] as const;
|
||||
|
||||
export const APPROVAL_TYPES = ["hire_agent", "approve_ceo_strategy", "budget_override_required"] as const;
|
||||
export const APPROVAL_TYPES = [
|
||||
"hire_agent",
|
||||
"approve_ceo_strategy",
|
||||
"budget_override_required",
|
||||
"request_board_approval",
|
||||
] as const;
|
||||
export type ApprovalType = (typeof APPROVAL_TYPES)[number];
|
||||
|
||||
export const APPROVAL_STATUSES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue