Mon, 01 Jun 2020 14:46:58 +0200
improves issue overview and adds progress information
81 | 1 | insert into lpit_issue_phases (status, phase) values |
2 | ('InSpecification', 0), | |
3 | ('ToDo', 0), | |
4 | ('Scheduled', 1), | |
5 | ('InProgress', 1), | |
6 | ('InReview', 1), | |
7 | ('Done', 2), | |
8 | ('Rejected', 2), | |
9 | ('Withdrawn', 2), | |
10 | ('Duplicate', 2); |