klesh commented on code in PR #7224:
URL:
https://github.com/apache/incubator-devlake/pull/7224#discussion_r1540412979
##########
backend/server/services/task.go:
##########
@@ -377,3 +379,15 @@ func getTaskStatus(statuses []string) string {
return status
}
+
+func sortTasks(tasks []models.SubtasksInfo) {
Review Comment:
It is hard to tell what this function does and what for.
Please add comments to explain to help others understand.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]