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:28:05 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #3674: [Feature][Domain] Issue tracking - add IssueStatus domain entity to manage std status

narrowizard opened a new issue, #3674:
URL: https://github.com/apache/incubator-devlake/issues/3674

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   Now we have 3 std statuses in issue tracking domain. They are `TODO`, `IN_PROGRESS`, `DONE`.  
   We can (and we did) aggregate issues and calculate issue metrics based on these statuses.  
   What we want next is to expand the std statuses, make std statuses user-definable. So that we can get more accuracy and detail metrics. For example, `time spent in design stage vs it in development stage`.
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   Nope
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
narrowizard closed issue #3674: [Feature][Domain] Issue tracking - add IssueStatus domain entity to manage std status
URL: https://github.com/apache/incubator-devlake/issues/3674


-- 
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


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

Posted by GitBox <gi...@apache.org>.
narrowizard commented on issue #3674:
URL: https://github.com/apache/incubator-devlake/issues/3674#issuecomment-1305134962

   I will implement this feature in my devlake plugin. 
   Closed for not trace here.


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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