mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 21:04:49 -04:00
Allow projects to auto-assign managers and reviewers
This commit is contained in:
parent
e51cc4395e
commit
4596aeb007
12 changed files with 116 additions and 21 deletions
7
lib/Enums/ProjectRoleType.php
Normal file
7
lib/Enums/ProjectRoleType.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum ProjectRoleType: string{
|
||||
case Manager = 'manager';
|
||||
case Reviewer = 'reviewer';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue