mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
21.43k stars 1.91k forks source link

Feature Idea: New Property: Relations #1250

Open luistiktok opened 3 years ago

luistiktok commented 3 years ago

Summary: What the new capability is. Add a new property that allows me to relate to another page. How important this is to me and why: It allows me to interconnect information that is related to each other. Importance: High/Medium/Low Medium Use cases:

  1. Website creation project.
  2. Blog/podcast post research.

Additional context / similar features: Notion, Obsidian, Logseq.

chris13524 commented 2 years ago

I love this feature from Notion. It allows me to build custom process dashboards that aren't possible with simple cards and properties. For example, linking a task to a Sprint or Epic and then being able to click through and apply filters based on that.

android606 commented 1 year ago

I would take this a step into the abstract and provide an extensible “depends-on” field. In that field, you would select another card (in any board in the system) and the status that card must have before this card’s status can be changed to “complete”.

Nice to have: Ability to select an entire other board in this field, and some way to specify a condition that satisfies this dependency:“75% complete” or “less than 4 hours in backlog”, for example.

Extra nice to have: JavaScript support in field so you can do really custom stuff like satisfy dependency when your website reaches the first page of results on Google, or when Jenkins says a test is passing.