Closed Nandika-A closed 1 year ago
@PriyavKaneria I have reset the migrations folder deletions and provided the default color code. Please check if any changes are required.
@Nandika-A Build is failing due to flake8 linting Please resolve the minor lint issue so I can merge
@Nandika-A Build is failing due to flake8 linting Please resolve the minor lint issue so I can merge
Sir this lint failure is because one line has more than 119 characters in project-models/issues. When I break it into 2 lines, it shows invalid syntax in python.
FREE_COLOR, VERY_EASY_COLOR, EASY_COLOR, MEDIUM_COLOR, HARD_COLOR = "#f2f2f2", "#39c0ed", "#00b74a", "#ffa900", "#f93154" \
Should I assign these values individually?
@PriyavKaneria I have now put these level colors in different lines.
resolves #161
A color is linked with each level by declaring the tuple LEVEL_COLORS in project-models/issues. This tuple is given as a choice at the field "levelcolor". The values in this field are filled automatically using project-views/populate_issues, by assigning the level number to the levelcolor field. The following colors are linked with the levels: