--- title: 'Проект' description: meta description image: https://hackmd.io/screenshot.png tags: features, cool, updated disqus: hackmd --- Автоматизация системы документооборота и бизнес-процессов === ![downloads](https://img.shields.io/github/downloads/atom/atom/total.svg) ![build](https://img.shields.io/appveyor/ci/:user/:repo.svg) ![chat](https://img.shields.io/discord/:serverId.svg) ## Table of Contents [TOC] Начало --- Поскольку я начинающий ГМ, то начну с этого: 1. Visit hackmd.io 2. Click **"Sign in"** 3. Choose a way to sign in 4. Start writing note! User story --- ```gherkin= Feature: Guess the word # The first example has two steps Scenario: Maker starts a game When the Maker starts a game Then the Maker waits for a Breaker to join # The second example has three steps Scenario: Breaker joins a game Given the Maker has started a game with the word "silky" When the Breaker joins the Maker's game Then the Breaker must guess a word with 5 characters ``` > I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it. [name=Антон Палихов] ```gherkin= Feature: Shopping Cart As a Shopper I want to put items in my shopping cart Because I want to manage items before I check out Scenario: User adds item to cart Given I'm a logged-in User When I go to the Item page And I click "Add item to cart" Then the quantity of items in my cart should go up And my subtotal should increment And the warehouse inventory should decrement ``` > Более подробно про Gherkin: https://docs.cucumber.io/gherkin/reference/ Потоки --- ```sequence Title: Обычные будни Лена->Юра: Привет, Юра, как дела? Note right of Юра: Юра качается Юра-->Лена: Прекрасно, вот в зал иду. Note left of Лена: Лена собирается петь в караоке Лена->Юра: Хватит гнать, берем 4 литра безалкогольной пепси и идем! ``` > Read more about sequence-diagrams here: http://bramp.github.io/js-sequence-diagrams/ Таймлайн проекта --- ```mermaid gantt dateFormat YYYY-MM-DD title График проекта excludes weekdays 2021-01-02 section A section Оценка :done, des1, 2021-01-01,2021-01-20 Написание ТЗ :active, des2, 2021-01-21, 25d Построение прототипа : des3, after des2, 25d Запуск : des4, after des3, 23d ``` > Read more about mermaid here: http://mermaid-js.github.io/mermaid/ ```mermaid journey title Рабочий день section Поехать на работу Сделать кофе: 5: Я Сходить покурить 1: Я Ебошить: 5: Я, Бэтмен section Поехать домой Go downstairs: 3: Я Sit down: 6: Я ``` ```mermaid erDiagram iiii ||--o{ aaaa : oooo aaaa ||--|{ cccc : kkkk iiii }|..|{ dddd : bbbb ``` Приложение --- :::info **Find this document incomplete?** Leave a comment! ::: Ссылки --- 1. [Диаграмма последовательностей в хакмд](https://bramp.github.io/js-sequence-diagrams/) 2. https://docs.cucumber.io/gherkin/reference/ 3. http://mermaid-js.github.io/mermaid/ ###### tags: `Проект автоматизации документооборота и СЭД`, `Documentation` https://github.com/ikatyang/emoji-cheat-sheet