This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var EasySax = require("easysax"); | |
var FS = require('fs'); | |
var xmlFile = './xxx.xml'; | |
var parser = new EasySax(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feGaussianBlur stdDeviation=\'2\' in=\'SourceGraphic\'/><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); | |
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feGaussianBlur stdDeviation=\'2\' /><feColorMatrix type=\'saturate\' values=\'0.2\' /></filter></svg>#grayscale"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+el("img") | |
&.-image | |
margin: 1px 0 0 | |
height: 50px | |
width: 50px | |
&:before, &:after | |
background-image: url("https://img-fotki.yandex.ru/get/4525/83772615.38/0_d6c99_88838cfa_orig.png") | |
background-size: contain | |
content: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Отдельная доска для основных(корневых) задач, отдельная доска для рабочих. | |
В корневой задаче: требования, описания, комментарии. И связи задач для работы | |
В рабочей только заголовок. (возможно в начале заголовка номер корневой) | |
-- номера задач корневой и рабочей должны визуально отличаться | |
Для рабочей достаточно столбцов: | |
анализ (чтоб подумать кто будет выполнять) -> готов к работе -> в работе -> ревью -> тест (только этой задачи, опционально) -> выполнено (по идеи на доске она не нужна и задачу можно закрывать) |