feat(project_management): add priority field to project model, form and api endpoint

ref: #293 #299
This commit is contained in:
2024-09-17 13:50:06 +09:30
parent 17bed1ef7a
commit 1315cc584b
6 changed files with 62 additions and 8 deletions

View File

@ -46,6 +46,7 @@ class ProjectSerializer(
'organization',
'state',
'project_type',
'priority',
'name',
'description',
'code',