Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue chains decision #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rsolovjov
Copy link
Contributor

Added decision note.

Issues

Closes #17

@rsolovjov
Copy link
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
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