collaboration of domain practitioners and software practitioners; and speak a ubiquitous language within an explicitly bounded context — Eric Evans youtube.com/watch?v=R2IAgnpkBck
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Появляются сложные концепции
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Варианты использования
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Контексты
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Сервисы
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Запросы
`User`s to the most important tasks. We mean `Issue` and `Merge Request` by tasks. Different tasks have different priorities. """ operation(Kira.Projects.Services.FindTaskToAssign) operation(Kira.Accounts.Queries.FindFreeDeveloper) operation(Kira.Accounts.Commands.AssignDeveloper) end Команды
have information about Gitlab issues So that I can overview and track the issues' progress Scenario: new valid issue webhook is received Given issue webhook is valid And issue webhook is authenticated When it is received Then a new issue is created Scenario: new invalid issue webhook is received Given issue webhook is not valid When it is received Then no issue is created