-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
196 changed files
with
13,609 additions
and
2,021 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
|
||
* итеративный подход к разработке | ||
* первоначально мы решаем недочёты, а уже затем дорабатываем функционал | ||
* приоретизация и порядок доработки остаются на усмотрение команды SilverBulleters, LLC | ||
* приоретизация и порядок доработки остаются на усмотрение команды контрибьюторов | ||
|
||
однако это можно изменить 3-мя способами: | ||
|
||
|
@@ -128,7 +128,11 @@ git checkout -b feature/issue-9999 | |
* после всех доработок можете запустить в каталоге проекта `opm run vanessa` для проверки на управляемых формах, что ничего не сломали из стандартного функционала. | ||
* или прогоните тесты `opm run xdd` | ||
|
||
* **При готовности зафиксировать изменения** необходимо теперь сделать обратную операцию в виде разборки *.epf на исходники: | ||
Можно воспользоваться Чек-листом создания фичи для самотестирования Vanessa-ADD. | ||
|
||
- [Как быстро написать проверочную фичу для новой возможности, реализуемой внутри самого Vanessa.ADD или его плагина?](/F.A.Q.MD#2-как-быстро-написать-проверочную-фичу-для-новой-возможности-реализуемой-внутри-самого-vanessaadd-или-его-плагина) | ||
|
||
**При готовности зафиксировать изменения** необходимо теперь сделать обратную операцию в виде разборки *.epf на исходники: | ||
1. Массово выполните команду `opm run depf` | ||
* все обработки будут разобраны на исходники | ||
> ВНИМАНИЕ: возможно будет долгая операция, т.к. скрипт найдет все epf-файлы во всех подкаталогах и попробует их разобрать на исходники | ||
|
@@ -191,17 +195,6 @@ git checkout -b feature/issue-9999 | |
* участвуйте, обосновывайте, приводите примеры | ||
* используйте ТРИЗ для построения непротиворечивых решений | ||
|
||
### Enterprise-поддержка | ||
|
||
если вы бизнесмен или менеджер | ||
|
||
* обратитесь по адресу `[email protected]` | ||
* заключите контракт на Enterprise-поддержку с гарантией по SLA и c контролем NPS | ||
* публикуйте любые запросы на доработку и консультацию - они будут выполнены или по ним будет выдан ответ в первом приоритете | ||
* на данный момент за последние год мы поддерживаем следующие медианы: | ||
* время реакции - 24 минуты, | ||
* время решения - 23 часа | ||
|
||
# BSD v3 License | ||
|
||
Наша лицензия поощряет коллективное участие в разработке всего стэка продуктов `Vanessa Stack`, однако не поощряет использование брендов (с) `SilverBulleters`, `vanessa-stack`, `vanessa-behavior`, `vanessa-add` и остальных для развития своих неофициальных имплементаций. | ||
|
@@ -223,5 +216,3 @@ git checkout -b feature/issue-9999 | |
|
||
* используйте [форум XDD](https://xdd.silverbulleters.org) для того, чтобы задать вопрос | ||
* запишитесь на практические занятия по правильной разработке 1С | ||
|
||
```(c) SilverBulleter, LLC - последнее обновление: 20.07.2018``` |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
сделанные изменения | ||
|
||
- | ||
- | ||
- | ||
|
||
|
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
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
Oops, something went wrong.