TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Intention – DAG Todo App

119 pointsby DaveWMabout 5 years ago

20 comments

DaveWMabout 5 years ago
Hey HN! I've just launched my latest side-project, Intention. Intention's an app to help you achieve your goals. The idea is that you create a graph of goals/tasks (intentions), with your high-level goals at the top and actionable tasks at the bottom. That allows you to create a collection of actionable tasks you can work on, and to visualise how they relate to your high-level goals. Any feedback would be much appreciated!
评论 #22604219 未加载
评论 #22602015 未加载
评论 #22596953 未加载
评论 #22602381 未加载
评论 #22603037 未加载
andrey_utkinabout 5 years ago
The concept of viewing activities as DAG is going to be huge and ubiquitous, I think.<p>This applies to any activities of humans, organizations and computer systems, and hybrids of those three. One of the most fascinating epiphanies I&#x27;ve had recently is exactly that the purposeful behavior of these three kinds of actors can be decomposed as DAG with a relationship meaning &quot;contributes to fulfillment of a need&quot;.<p>So congrats on the launch to the author, and expect a lot of competition, including me :)<p>I am working on a FOSS tool storing TODO actions and activities in an SQL table, and enabling DAG relations between entries. <a href="https:&#x2F;&#x2F;github.com&#x2F;andrey-utkin&#x2F;taskdb&#x2F;wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andrey-utkin&#x2F;taskdb&#x2F;wiki</a><p>I have actually built my DAG (or, as I like to call it, a semilattice) going all the way up to fundamental categories of needs as described by Maslow.<p>Sorry that I have no live demo container or juicy screenshots yet, that will be in place in a week or two, please email me at (my HN username) at fastmail.com if you want an update when I publish the containerized demo system.
评论 #22606161 未加载
评论 #22604407 未加载
评论 #22604843 未加载
timwisabout 5 years ago
It’s always amazes me how few of the task management tools out there have the concept of task dependencies (the core feature of this app). I use OmniFocus but even there I had to setup a custom view.<p>Good luck with the app!
评论 #22592395 未加载
评论 #22601755 未加载
评论 #22601829 未加载
lhdjabout 5 years ago
Looks really good!<p>Here is an open-source version I made called TaskGraph [1], a fork from uber&#x2F;react-digraph[2]. I made it for my startup [3] because I didn&#x27;t really like Jira in the context of 3 people.<p>We have been using it for a couple of months and it works really well. Apologies in advance for the lack of documentation. If you have any questions by all means.<p>TaskGraph has:<p>- Task status (todo&#x2F;in-progress&#x2F;done)<p>- Task completion estimation (admittedly it assumes you can work perfectly in parallel which is a bit of a stretch.)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;openquery-io&#x2F;taskgraph&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openquery-io&#x2F;taskgraph&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;uber&#x2F;react-digraph" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;uber&#x2F;react-digraph</a><p>[3] <a href="https:&#x2F;&#x2F;www.openquery.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.openquery.io&#x2F;</a>
评论 #22604951 未加载
评论 #22604127 未加载
teekertabout 5 years ago
I love DAGs. I first came into contact with them through Snakemake [0].<p>Pretty soon after starting to use it (as a Next Generation Sequencing data analysis framework), I noticed that if a task that is not in some way linked to an end goal, that task does not get started&#x2F;executed. It sort of blew my mind and I felt strongly that my projects, perhaps even my life should be run and build exactly like that.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;snakemake&#x2F;snakemake" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;snakemake&#x2F;snakemake</a>
h0h0h0h0111about 5 years ago
Love this! Had a similar idea a while ago but never executed on it - DAGs make so much sense for goals&#x2F;todos, but the existing todo apps make it sorta fiddly to organise things in such a way. Will be sure to check this out
thanatropismabout 5 years ago
I&#x27;ve never used Todo graphs, but I&#x27;ve spent hours using Yed, a free (but not Free if you&#x27;re into that kind of thing) point-and-click graph editor with various layout algorithms.<p>I&#x27;ve found many times that the visual outcome of laying out my concept graphs in say, hierarchical or force-directed layouts. Mainly to show me that I was missing certain links. This is not formal concept analysis (which uses formal lattices), mind you, it&#x27;s just using the visual realization of graphs as Gestalt.<p>I actually should be doing that a lot more...<p>---<p>That said, we should always be wary of the &quot;A&quot; in &quot;DAG&quot;. That&#x27;s a deep ontological assumption that restricts the universe we are able to think about. Sometimes, like in the Judea Pearl approach, this enables maths to get done. Sometimes we should just cope with cycles or resolve them at the appropriate time when enough information and wisdom is available.
cormacrelfabout 5 years ago
What about when my tasks are cyclic?<p>1. can’t get up because haven’t eaten and too hungry<p>2. can’t cook because can’t get up<p>3. can’t eat because can’t cook<p>Didn’t think of that did ya buddy! Day 2 of quarantine is going very well.
评论 #22602730 未加载
评论 #22637356 未加载
JoshTriplettabout 5 years ago
Odd prompt when I try to sign up for an account in the web (i.ntention.app): after filling in an email and password, I get a prompt &quot;Intention is requesting access to your dwmartin41 account.&quot;
评论 #22602816 未加载
kelseydhabout 5 years ago
When I tried to log in to use this app on Safari I got stuck in a endless log in loop.
评论 #22603250 未加载
评论 #22606064 未加载
bdgabout 5 years ago
Really cool, it would be nice if I could add costs for each edge on the graph too.
评论 #22602903 未加载
splitbrainabout 5 years ago
Signing in with Google fails in the app:<p>403. That’s an error.<p>Error: disallowed_useragent<p>Google can’t sign you in safely inside this app. You can use Google sign-in by visiting this app’s website in a browser like Safari or Chrome.
评论 #22602743 未加载
评论 #22601968 未加载
stewbrewabout 5 years ago
A DAG isn&#x27;t a tree. It&#x27;s acyclical wrt the direction of the edges. Since this basically is an outliner, the name (or title of the submission) is misleading.
评论 #22602159 未加载
layoutIfNeededabout 5 years ago
&quot;Get it on Google Play&quot;<p>meanwhile the screenshot shows an iPhone 6
daloreabout 5 years ago
I use <a href="https:&#x2F;&#x2F;zenkit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zenkit.com&#x2F;</a> to create a mind map and then turn it into tasks.
AbuAssarabout 5 years ago
Do you plan for an ios release anytime soon?
评论 #22602768 未加载
rozapabout 5 years ago
The ads block buttons in the UI, on a pixel 3a. Is there a paid version without ads?
评论 #22609899 未加载
foolinaroundabout 5 years ago
this is really nice...<p>Can a few pre-made templates be shared?<p>Folks can then then &#x27;fork&#x27; it out github-style.<p>Eg, financial independence - it has a couple of sub-topics - like understand current state, identify goals, etc... and then finally an actionable set of tasks.
评论 #22604590 未加载
godwhoaabout 5 years ago
I&#x27;m just looping in the auth flow when using Github to sign in.
评论 #22602824 未加载
data_dersabout 5 years ago
Does the DAG use k8 as an orchestrator? &#x2F;s