Workflow model

This commit is contained in:
2026-03-21 14:02:55 +02:00
parent 5a7cc10f23
commit dbd849589b
6 changed files with 50 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
class TaskStatus < ApplicationRecord
belongs_to :project
belongs_to :workflow
enum :category, { backlog: 100, analysis: 1000, development: 20_000, fulfillment: 60_000 }