To Think About . . .

Nothing is foolproof because fools are ingenious. Anon

 

 

 

My Latest Book

Product Details

Also available on Amazon.com, Amazon.fr, and other Amazons and bookshops worldwide! 

Search This Site
Log-in
Latest Comments
My Other Books

Product Details

Product Details

Product Details

The Pathway to Awesomeness

Click to order other recommended books.

Find Us on Facebook Badge

FV and FVP Forum > Introducing web version of AFv4(support FV)

Hi everyone.

I started this project to learn rails for personal purpose. After I made basic functions of AFv4 and used it for few months, I could say that using AFv4 was different from using Remember The Mink, Wunderlist, and OmniFocus. After removing priority, due date, and other optional functions, it became much easier to add, cancel, and re-enter tasks. It was not about ‘managing tasks’ but ‘being in the flow of tasks’. The developing site became fun and I have added more functions, tweaked UI (the site works fine with iPhone by using bootstrap css framework from twitter) and got to the point where I should share it with everyone.

Please visit http://keepfocustodo.com

* There are only 4 functions available, which are entering, starting, ending, and re-entering tasks. Other distracting elements are all removed. http://d37ovo5gdkzyl5.cloudfront.net/assets/kftd-overview.png
* It was developed for AFv4, but it also supports preselection which Final Version requires.
* Simultaneously managing several projects with one list was inconvenient, so I added multi-context support.
* It works well with iPhone and iPad. http://d37ovo5gdkzyl5.cloudfront.net/assets/kftd-iphone.png
* It provided the punchcard chart to check at which day and time you performed the most. http://d37ovo5gdkzyl5.cloudfront.net/assets/kftd-punchcard.png
* Tasks are entered inverse order. When you write tasks on a paper, the latest tasks goes at the bottom of the page. However, it is more familiar to use when the newest content is on top in the website.

I want to provide other statistics and a graph other than punchcard, but I didn’t know which one will help the performance review so it has not been developed. Your suggestions will be very helpful for me.

I wish as many people to use it and after using it please let me know what is uncomfortable and need to improve for better service.

Thank you very much.
March 16, 2012 at 16:02 | Registered CommenterYunkyung Lee
Yunkyung -

I'm surprised no one has commented on your work. I'm very impressed with your implementation of Mark's work. Two things I would love to see (1 is convienient, 1 would be a deal breaker (for me anyway)):

1. The deal-breaker: Without an offline option (iPhone app), I can't trust that would work for me if I'm unable to access WIFI or have low 3G coverage

2. A notes section for tasks (with the possibility of a note being carried over when a task is unfinished.

In the meantime, kudos to you for coding something that faithfully captures Mark's ideas.
March 17, 2012 at 1:26 | Registered Commenteravrum
Just tried your http://keepfocustodo.com. Simple 4 functions;(i) entering, (ii) starting, (iii) ending, and (iv) re-entering. The last 2 only seen after starting the task.

How do you pre-select? Is it by just starting multiple tasks? Wouldn't that screw up the starting/ending times stats?

Deal-breaker missing features for me ...
(1) Offline option. Perhaps HTML5 offline storage mode?
(2) Long notes section per tasks. Should be carried forward when re-entered.
(3) Export of tasks into convenient format; one line per task, xml, jason.
March 18, 2012 at 4:02 | Unregistered Commentersabre23t
@avrum, @sabre23t Thanks for your feedbacks

About the missing features,

1. Offline mode.
Although we do have a plan to make a native iPhone application that supports Offline mode, it seems to be difficult to develop HTML5 Offline mode. Supporting html5 offline mode requires developing the application from scratch, but we do not have enough forces for such development.

2. Notes, and file export.
I'll do it right now. Maybe you can use it this weekend.

Answering about the pre-selection, you can just 'start' the task. Starting task is just for marking which task you are doing or want to do rather than for time tracking. Punchcard chart use completion time of tasks, and new statistics I'll add won't use start time of tasks too.

I know many features are missing, words are weird, but I'll continuously improve it. Thank you again for your feedback.
March 19, 2012 at 13:26 | Registered CommenterYunkyung Lee
Thanks Yunkyung Lee. I'll try kft further later.

BTW, you got competition, http://www.blanclist.com/ :-)
March 20, 2012 at 14:15 | Registered Commentersabre23t
Follow-up:

I've been using Evernote & FV with excellent results. For now, I won't be trying any other software solutions re; FV.
March 20, 2012 at 15:40 | Registered Commenteravrum
Remember the Mink — I like that! :-)
April 4, 2012 at 15:00 | Unregistered CommenterEurobubba
Hi all,

I’m happy to announce an upgrade of the Keep Focus Todo functions. With this upgrade, you’ll see the following enhancements:

* The Final Version is completely compatible. The task list is now divided into three areas (“Todo,” “Doing,” and “Done”). When you select a task to work on, it moves to the top of the “Doing” list. Note that if you want to use FV, you should create other contexts; however, any contexts you previously created still support AFv4 mode. http://d37ovo5gdkzyl5.cloudfront.net/assets/kftd-demo-47879d4fe21135ceec40cc41b9d81b19.png
* You can now create up to three free contexts.
* Want to capture details within a task? You can now write notes in tasks.

To. avrum, Eurobubba, sabre23t :)
Please try these new features and let me know how you like them. Thanks!
April 6, 2012 at 16:03 | Registered CommenterYunkyung Lee
@avrum: ditto, great application, and I've tried OneNote and a lot of others as well, Evernote is THE one for me as well. And Mark uses it now!
April 6, 2012 at 16:44 | Unregistered CommenterRoger J
Great work, Yunkyung Lee. As has been stated, an iDevice (and even Mac) native app would be fantastic. I can't stand web apps.
April 7, 2012 at 5:55 | Unregistered CommenterZack Allen
Hi Yunkyung Lee,

I had a quick look again at my testing FV list on http://keepfocustodo.com .

(1) I see you now have "long notes" using markdown syntax. Great. :-)
(2) The context feels like separate list. Is therea way to change the context of an existing task?
(3) One thing it does better than EN Windows for FV, is the "auto re-enter" that "strikes out" a done task, and automatically re-create the re-entered task. So the list feels even more like the paper version.
(4) What about "offline mode"?
(5) What about exporting? Even more important now that you have "long notes" in each task.

Overall, KFT looks good. However, for now I'm sticking with EN WIndows and EN Android combo, that allows for offline mode, also xml export.
April 7, 2012 at 9:21 | Unregistered Commentersabre23t
@sabre23t

I really appreciate your review.

1. I thought Markdown was the simplest way to provide rich text editing. Thank you for noticing that.

2-1. Hmm. As I’m not a native English speaker, I had a hard time deciding on a name (Context). I needed more than one task list to represent “project” or “location.” I thought “context” has that kind of meaning. If it’s not clear what “context” means, I can change the name. Do you have any suggestions?

2-2. I intentionally didn’t implement that function, but I am realizing that an Inbox function(in GTD) may be needed. If I implement Inbox, I’ll add a function to move tasks.

3. Thank you! “Like the paper version” is exactly what I wanted to implement. So many electronic task managers exist out there, but none of them are useful to me. I think that’s why they are not like paper. If I wrote something wrong on paper, I don’t erase and edit it—I just strike it out and then write the task again. I do the same for completed tasks. Completed tasks remain in the list; they are not removed. This gives me a chance to see what I’ve done before; as the paper fills up with tasks, I feel I’m making progress. That’s what I was missing in the other electronic task managers.

4. I don’t yet have any plans for building HTML5 offline mode, but I’ll find a way to make a crossplatform (iPhone, Android) native application.

5. I’m working on this. I haven’t had enough time to code, but starting this week I will have more free time to build more functionality into KFT.

Thank you for your feedback again. I’ll try to address your needs.
April 9, 2012 at 0:59 | Registered CommenterYunkyung Lee
Thanks for the detailed response, Yunkyung Lee. I just like to warn you, that I'm only likely to move over to KFT, if it is really "better" than my current EN Windows and EN Android combo.

But, I would surely do some testing on any new updates you come up with, just because I really like the "minimalist" and "paper" feel of working with KFT. ;-)

About item 2-1, I don't mind using the word "context" for that. However, when working a task in a specific context I expect to be able to change its context when necessary. For example, a task originally in "work" context, that I later find is usually worked on in "home" context. On FV paper implementation, I would just strike out from "work" notebook(context) and re-enter in "home" notebook(context).
April 9, 2012 at 9:01 | Unregistered Commentersabre23t
Is it down, today? Is it coming back up?
May 7, 2012 at 15:10 | Unregistered Commentergyakusetsu
Gyakusetsu, I just tried my test http://keepfocustodo.com/tasks/Final%20Version . It's up.

Reminded me about two features KFT have over similar FV webapp ...
(1) Long notes per task (with Markdown rich markups)
(2) Can have multiple context lists (home vs office etc)

One cons that you indirectly raised. Will it continue to be up? KFT appears to be a personal site supported by Yunkyung Lee. It has Congruent Works in the copyright notice, but no further corporate/commercial info.
May 8, 2012 at 2:50 | Unregistered Commentersabre23t
@gyakusetsu

I am very sorry for the service outage that you have experienced. It is caused by a network problem of the hosting company, (http://status.gorazor.net/129224038). I will add an offline mode next week, and after that, I am sure that this kind of network outage will not be a problem anymore. Be reassured that I will find a way to provide a more reliable service.

@sabre23t

I am almost finished preparing the offline mode. I will deploy it next week. Please try KFT again.

To address your concern, KFT will continue to be up and running! I had a difficult time finding a reliable hosting company, with good servers, and there are some problems with fiber networks that I wasn’t able to handle. If I cannot provide any more services, I will open source KTF and provide a detailed guide to help set up KFT on the heroku platform (http://www.heroku.com). With that you can setup your own KTF within 10 minutes and use it free.

Congruent Works is a private company, (similar to LLC), in Korea. We have only 3 people in our company. We mainly perform outsourcing jobs for a living, and are also trying to develop our own products and services, e.g. http://itunes.apple.com/us/app/the-clien/id441744932?mt=8 . We do not have enough resources to prepare any corporate information page in English yet, but after deploying the offline mode we will proceed with that kind of work.
May 9, 2012 at 12:48 | Registered CommenterYunkyung Lee
@sabre23t, @avrum

I've finished addressing all of your deal breakers. I added "Offline mode" to KFT, as well as more new features like moving tasks and reordering preselected tasks. Please try Keep Focus Todo again. And keep the feedback coming!
May 19, 2012 at 3:20 | Registered CommenterYunkyung Lee
Okay, I've just tested your latest version of http://keepfocustodo.com . Some comments ...

(0) Don't seem to be any command to show current version. Perhaps either the Support dialog or the Account menu can show the current version number.

(1) Offline mode (storage in browser) now available. How do you sync to the cloud when mainly using offline mode? There's no sync command/button. Do you just go Online then back to Offline?

(2) Move task from "Final Version" at work to "Home" context, and vice versa now works. I note it will mark done then create a copy of the task into the target context. Looks good.

(3) The preselection "Start" multiple tasks, now works differently. I remembered that previously clicking the start button for each task, doesn't move the tast in the list. Now it moves to the middle between todo tasks and done tasks. I don't really like that. At least there should be an option for "separate todo/started/done tasks" or "sorted by entry time". I don't prefer the started tasks to immediately move, because I lose my place in the list of todo tasks to consider for preselection. I like the way http://www.blanclist.com shows preselection (dimming unselected tasks and linking the selected tasks).

(4) The sorting of tasks in the todo/started/done areas are a bit funky. New tasks is sorted at the top, old tasks at the bottom. But if you just change context to another and back again, you'll find that new tasks goes to somewhere in the middle of the list. Sort changes each time you context switch to another and back. The started/done areas are not affected.

(5) Talking about sorting, there is a "sort" command on tasks already started, but not on todo tasks. I guess this to allow for when you start an urgent tasks in the middle of processing .

(6) There is no way to delete started/done task. Or hide done tasks.

That's it for now. Item #4 above is critical, makes KFT not really usable.
May 19, 2012 at 9:59 | Unregistered Commentersabre23t
@sabre23t

Thanks for your fast and detailed feedback.

First of all, # 4 was a JavaScript-related bug, which I missed. I have now fixed it. Thanks for your bug report.

(0) KFT is a Web-based site. Regarding the Web, I think the version number is meaningless. It always serve last version.

(1) Offline mode means you can use it even though you are offline. If an Internet connection is available, data is synchronized in the background.

(2) Like paper. :)

(3) That is the behavior of the AFv4 mode. The AFv4 mode has a list-closing function that hardly understandable and that cannot work in offline mode. Therefore, I dropped support for the AFv4 version of KFT. But I think you have pointed out exactly what the FV mode of KFT is missing. I will add that option, which should not take too long.

(6) Done/Canceled tasks remain in the list until you refresh the page or change the context. If you refresh the page, the done list shows only the most recent 10 tasks.
May 19, 2012 at 16:28 | Registered CommenterYunkyung Lee
Hi! I see today that keepfocustodo.com does not working and here I find a place I may be can ask and receive some news. I like so much this simple and effective way to manage everyday tasks! Is it off temporarily or it is over with this website?
Thank you :)
June 18, 2013 at 17:01 | Unregistered Commenterdaniela