You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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:
Dependencies
When this card "depends on" (or is a "child of" in some way) card #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:
The text was updated successfully, but these errors were encountered: