<aside> 💡 Say you would like to place an ad selling your car online and that's one item in your to-do list but you realize you haven't even taken pictures of the car yet.

</aside>

<aside> 🤔 What would you do? Would you add more tasks to your already cluttered task management system? Would you keep this info only in your mind?

</aside>

<aside> 🙌🏼 Special thanks to redditors u/MathMan1234567890 and u/duduc4 for supporting my idea to post this template!

</aside>

<aside> 🔁 Maybe you just need a way to differentiate sequential and parallel tasks. This is what some sequential tasks look like. 👉🏼

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/035eefea-c0bf-4a83-a8a9-0d020073dfd4/yc7imvVss2.gif

<aside> 🔢 And this is what sequential and parallel tasks look like when working together. 👉🏼

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3ad6fd2b-d948-488f-a504-534a3ffc552c/169Agt98YA.gif

<aside> 🤯 If the GIFs above look confusing, this **ℹ** - Sequential Status ****might be of help.

Your focus should be the ✅ - Ready to be done! :) tasks, shouldn't it? Those are the ones you will most often see (and worry about).

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fbe2a935-99cd-47fb-8234-23eb9c88b255/n4J54fPsJL.gif

<aside> 😎 This is it. Good job! Now see the table yourself. Remember to check the 🪟 other views as well.

</aside>

Demo Tasks Dashboard

<aside> 🛠 Open the table above as a page (or click here to do that) and click on the Duplicate button to add a copy of it to your own notion workspace!

</aside>

<aside> ➕ Optionally, you may have a look below to better understand how everything works. The following info might also be interesting and useful if you plan on building this setup from scratch or adding it to your already-in-use tasks management system.

</aside>

Field

Settings

Description

⏮ - Previous

⏭ - Next

<aside> 🔁 Epic Relation (same database)

</aside>

<aside> 🔁 Allows user to relate entries to previous or following entries on the same database.

</aside>

⏮📊 - Previous Status

⏭📊 - Next Status

<aside> 🔎 Rollup:

Relation: ⏮ - Previous & ⏭ - Next Property: Done Calculate: Percent checked

</aside>

<aside> 📊 Pulls the status (done = 100% or not done = 0%) ****of the previous and following entries and uses it in the formula below. It can be hidden.

</aside>

ℹ - Sequential Status

<aside> 🗒️ Formula

</aside>

if(and(prop("Done") == false, or(empty(prop("⏮ - Previous")), prop("⏮📊 - Previous Status") == 1)), "✅ - Ready to be done! :)", if(and(prop("Done") == true, prop("⏭📊 - Next Status") == 0), "⏭ [" + prop("⏭ - Next") + "] can be started!", if(and(prop("Done") == false, prop("⏮📊 - Previous Status") == 0), "⛔ [" + prop("⏮ - Previous") + "] is blocking this task!", if(and(prop("Done") == true, empty(prop("⏭ - Next"))), "😎 - This is it. Good job!", ""))))

<aside> 🗒️ Determines the status of the entry according to the values above and sets itself to one of the following options:

✅ - Ready to be done! :)

⛔ - [Previous task "X"] is blocking this task!

⏭ - [Next task "X"] can be started!

😎 - This is it. Good job!

</aside>

Filters and Views