We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task B can't start before task A is finished how to impletement this with dependancy
The text was updated successfully, but these errors were encountered:
implement relationship like this dependencies: task['dependencies']&.map { |dep| { id: dep, relationship: 'finish-to-start' } }
Sorry, something went wrong.
So progress of task B should be uneditable as long as the progress of Task A isn't 100?
No branches or pull requests
Task B can't start before task A is finished how to impletement this with dependancy
The text was updated successfully, but these errors were encountered: