You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/11/04 07:37:14 UTC

[GitHub] [incubator-devlake] narrowizard commented on issue #3674: [Feature][Domain] Issue tracking - add IssueStatus domain entity to manage std status

narrowizard commented on issue #3674:
URL: https://github.com/apache/incubator-devlake/issues/3674#issuecomment-1303074245

   ## Plan of attack
   ### issue_statuses
   column_name | type | remarks
   -- | -- | --
   name | varchar | name of status, **primary_key**
   color | varchar | color of status, used by metric charts
   sort | int | order of status, used by metric query
   enable | int | 1-enabled 2-disbaled
   predefined | int | 1-predefined 2-customized
   status_category | varchar | TODO IN_PROGRESS DONE, used by metric calculation
   
   ### Apis
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org