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

PowerCard: Links and Dependencies #3

Open
zachkinstner opened this issue May 29, 2013 · 0 comments
Open

PowerCard: Links and Dependencies #3

zachkinstner opened this issue May 29, 2013 · 0 comments
Assignees

Comments

@zachkinstner
Copy link
Member

For dependencies/links between cards, I'm considering a simple syntax that must be present in the card's description.

Links

When this card has a bi-directional relationship with card #1234:

{Link:Related to #1234}
{Link:ImplementTogether to #1234}
{Link:AnyNameYouWant to #1234}

Dependencies

When this card "depends on" (or is a "child of" in some way) card #1234:

{Depends on #1234}
{Child:Depends of #1234} //equivalent to the above
{Child:Subtask of #1234}
{Child:AnyNameYouWant of #1234}

If a card needs to specify the relationship in the opposite direction -- i.e. this card has a "dependency of" (or is a "parent of" in some way) card #1234:

{Dependency of #1234}
{Parent:Depends of #1234} //equivalent to the above
{Parent:Subtask of #1234}
{Parent:AnyNameYouWant of #1234}
@ghost ghost assigned zachkinstner May 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant