Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: add more taskactions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Jan 7, 2024
1 parent fe5736e commit 9067c1f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions tm_admin/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,21 @@
- UPLOAD

- taskaction:
- RELEASED_FOR_MAPPING
- LOCKED_FOR_MAPPING
- MARKED_MAPPED
- LOCKED_FOR_VALIDATION
- STATE_CHANGE
- COMMENT
- AUTO_UNLOCKED_FOR_MAPPING
- AUTO_UNLOCKED_FOR_VALIDATION
- EXTENDED_FOR_MAPPING
- EXTENDED_FOR_VALIDATION
- RELEASED_FOR_MAPPING
- MARKED_MAPPED
- VALIDATED
- MARKED_INVALID
- MARKED_BAD
- SPLIT_NEEDED
- RECREATED
- COMMENT

- taskstatus:
- READY
Expand Down Expand Up @@ -129,7 +134,7 @@
- TEAM_READ_ONLY
- TEAM_MAPPER
- TEAM_VALIDATOR
- PROJECT_MANAGER
- TEAM_MANAGER

- teammemberfunctions:
- MANAGER
Expand Down Expand Up @@ -182,3 +187,11 @@
- PROJECT_CHAT_NOTIFICATION
- PROJECT_ACTIVITY_NOTIFICATION
- TEAM_BROADCAST

- mapping_status:
- READ
- UNREAD

- sort_directions:
- ASC
- DESC

0 comments on commit 9067c1f

Please sign in to comment.