-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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}