Skip to content

Add issue chains decision - #63

Open
rsolovjov wants to merge 1 commit into
wemake-services:masterfrom
rsolovjov:issue-17
Open

Add issue chains decision#63
rsolovjov wants to merge 1 commit into
wemake-services:masterfrom
rsolovjov:issue-17

Conversation

@rsolovjov

Copy link
Copy Markdown
Contributor

Added decision note.

Issues

Closes #17

@rsolovjov

Copy link
Copy Markdown
Contributor Author

I can't understand how will chains be created? Commands to bot or from webhooks? Or they both?
One issue cannot be indifferent chains at the same time?
Therefore, I do not quite understand what types of operations will be used most often.

@sobolevn

Copy link
Copy Markdown
Member

@rsolovjov thanks!

Chains will be created as discussed in #23
One issue can be in multiple chains:

# First task to do -> Next task to do
A -> B
C -> B

In this example B is blocked by A and C.

We will use:

  1. Give me next not-blocked issue
  2. Build the whole graph of tasks for visualisation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Think about how we can express issue chains in the database

2 participants