TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Checklistomania makes it easy to keep track of relative tasks

127 点作者 hugs大约 9 年前

15 条评论

ArnoldP大约 9 年前
It isn't clear from the description, but does this allow you to have tasks become 'triggered' for lack of a better term once a task has been completed? eg I want my task list in the morning to say make eggs and bacon, then once I've done that a new task pops up for me to do the dishes.
评论 #11550073 未加载
评论 #11549774 未加载
评论 #11549728 未加载
nathantotten大约 9 年前
In case you want to quickly try out your own version. I created a fork that uses Auth0 for authentication so you can use any identity provider plus it has a deploy to heroku button. You can try it out here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;auth0-samples&#x2F;checklistomania" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;auth0-samples&#x2F;checklistomania</a>
jawns大约 9 年前
&quot;When a new hire joins the federal government, existing employees complete over 60 tasks to bring them on board.&quot;<p>&quot;This is particularly useful in government, because we need to complete quite a few training sessions and pieces of paperwork.&quot;<p>I can see the value in building a tool to track all of the moving pieces in what appears to be a bureaucratic, inefficient system ... but I would love to see more work put into resolving those inefficiencies.<p>Can any of those tasks be automated?<p>Is there any way to reduce the amount of paperwork required?<p>Can the training sessions be replaced with online tutorials?<p>Etc.
评论 #11550944 未加载
评论 #11550335 未加载
评论 #11550078 未加载
devonkim大约 9 年前
This could be applicable for user-side documentation of any form of bureaucracy as either an employee or a customer (most enterprise fiefdoms basically have to consider other employees their customers) because it tends to follow a really long Gantt chart combined with a digraph (potentially cyclical, unfortunately I found). It also happens to address the usual problems I have with most to-do systems where I can have so many unforeseen problems that it is pretty much impossible to set and achieve goals within a certain allotted timeframe (the GTD system, for example, makes zero promises that you&#x27;ll be able to achieve any of your set goals even if you follow it perfectly and to your best abilities, after all). It reminds me all too much of writing a nasty mess of nested asynchronous calls where the instant anything went wrong you&#x27;d probably wind up at square one.<p>It&#x27;s unfortunate how this kind of to-do list is something I&#x27;ve almost never seen considered in an enterprise workflow for UX design because it shows a great deal of integration points that are weak and could use improvement, potentially with minimal resourcing. In my limited practice, I&#x27;ve only ever seen the Fortune 500 basically write pie-in-the-sky Visual Studio sticks and boxes or the equivalent of a nasty nested asynchronous call stack.
zhynn大约 9 年前
After running a local version, I thought I would add some notes about my experience:<p>- This seemed really cool since we have various processes and this would let us both document and operationalize the processes. Things like: add&#x2F;change user permissions or create a new vm&#x2F;container, etc. We could make it easy to show where documentation is and what should be updated.<p>- Installation is simple, but it is hardcoded to authenticate against Github and look and see if you are a member of the 18F group. If not, you are refused access. Changing the group is just a simple edit to the app.js file, but changing authentication from Github to another source would require adding another passport config file into api&#x2F; (as far as I can tell), and possibly additional dev.<p>- The checklists are all json files, there&#x27;s no UI for creating the checklist. In fact, there&#x27;s no CRUD for checklists at all, they are flatfile managed with a text editor. This is not ideal, but building an editor might not be too rough. The main thing is that checklist creation is a developer operation.<p>- There is no UI for associating checklists with role&#x2F;users or grouping the checklists. Everyone sees all of the checklists and then self-selects which checklist they want to add to their plate. It looks like the tasks are all user-specific, so you couldn&#x27;t have a checklist that was divided up amongst a team, it is all single-user focused. I suppose you could create a dummy team user that multiple people had access to, but that seems icky. Similarly, while you can see other user&#x27;s tasks, you can&#x27;t take one of their tasks and help them out by doing it.<p>- There&#x27;s no context for the tasks. If you had two new employees or two VMs to provision, you would have to do them one at a time. Adding a second checklist while you have a first in progress just gives you a pile of duplicated tasks that have no context as to which initial action they are related to. You can add a note to the initial checklist assignment like &quot;SE3: Jane Doe&quot; which will give some context for that assignment, but I don&#x27;t see where that is related to the tasks. If the tasklist showed &quot;Checklist Name - Checklist Note&quot; in the table, then at least you could keep them separate.<p>Otherwise, I would <i>love</i> for this to work. I am in academia where we have two problems that this impacts: 1) we have lots of bureaucracy 2) we have lots of turnover in IT staff because we pay poorly. For both of these reasons, having a checklist tool would be fantastic.<p>Devs: please comment!
评论 #11552317 未加载
评论 #11553103 未加载
评论 #11552274 未加载
评论 #11553183 未加载
trestletech大约 9 年前
My tax dollars paid for 94% test coverage??
评论 #11552527 未加载
lcall大约 9 年前
FWIW, a related product, more general but less mature (I&#x27;m the author): <a href="http:&#x2F;&#x2F;onemodel.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;onemodel.org&#x2F;</a> (AGPL). Highly efficient at managing lists but doesn&#x27;t yet share data between accounts except by exporting the data as txt or html. I use it heavily, daily, to manage checklists&#x2F;tasks and notes on many subjects.<p>I see it as the beginning of a platform to change how individuals (or mankind) manage knowledge overall. Future features involve exploiting the internals for collaboration (linking instances, sharing data, subscribing to each others&#x27; data, mobile, etc)<p>Feedback or participation are appreciated. If one has any interest at all, I suggest signing up for the (~monthly?) announcements list at least.
cuchoi大约 9 年前
Is this easy to deploy in your own shared server such as GoDaddy and HostGator?
评论 #11549299 未加载
tedmiston大约 9 年前
A few years ago I worked in a research lab for the DoD. They definitely aren&#x27;t joking about the amount of onboarding tasks, training, verifications, etc. It took most of my time over the first two weeks. Some of the offices are only open for very limited hours and only on certain days and so they&#x27;re always backed up. This will be very useful. Even just having access to modern web apps is a welcome change.
bodine30大约 9 年前
This is fantastic, thanks for sharing! This gives me so many ideas I&#x27;d like to fork and try out. Does this support recurring tasks?
评论 #11553227 未加载
xigency大约 9 年前
Don&#x27;t forget about TopChart.io (YC) and Trello, two other very easy ways to make checklists.
评论 #11553311 未加载
jack9大约 9 年前
How is this different from Asana or Wrike or the glut of tasks-as-a-service products?
评论 #11553308 未加载
评论 #11561452 未加载
soyiuz大约 9 年前
I hope something like that can be used in medical applications.
jcoffland大约 9 年前
&quot;When a new hire joins the federal government, existing employees complete over 60 tasks to bring them on board&quot;<p>They sound down right proud of their bureaucracy.
评论 #11550608 未加载
评论 #11551005 未加载
评论 #11550647 未加载
评论 #11551047 未加载
评论 #11552622 未加载
xigency大约 9 年前
Not far different from the name of our list tracker - <a href="http:&#x2F;&#x2F;youresam.team-duck.com&#x2F;listomania&#x2F;" rel="nofollow">http:&#x2F;&#x2F;youresam.team-duck.com&#x2F;listomania&#x2F;</a>
评论 #11549363 未加载