Skip to content

Commit

Permalink
implemented workflows for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
vextorspace committed Jul 15, 2024
1 parent 90978ab commit cfeee6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composeApp/src/commonMain/kotlin/viewmodel/GtdModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ object GtdModel {
projects.addWorkflow(ItemWorkflow(projects.id, waiting.id, ActionType.MOVE))
projects.addWorkflow(ItemWorkflow(projects.id, todo.id, ActionType.COPY))


val root = Item("Root")
root.subItems.addAll(itemList)

Expand Down

0 comments on commit cfeee6f

Please sign in to comment.