WuWi Lists
WuWi Lists
Status: In the development incubator Development: Dormant
Project Description
WuWi is a to-do list application that is inspired by Dave Allen's Getting Things Done system. The application's name, "WuWi" derives from the Taoist concept of Wu Wei, roughly translated as, "Effortless effort, action-less action." I built Wu Wei after looking for a web based GTD application. I used Nexty (another open source application) and found it to be adequate, but noticed that it focused more on organization than on enhancing flow. What I wanted was an application that didn't care so much about how I structured things, but was really good at keeping track of my next tasks.
Nexty was entirely PHP based, which originally drew me to it, because I love PHP. However, my goal was to create an application that the user would forget they were using and I knew that the page-to-page transitions caused by server-side only code were going to break that state of mind. Due to this, WuWi heavily utilizes Javascript and Ajax. In the process of uploading and installing WuWi there is only one page change, from the installation screen to the list management area.
List management is what WuWi is good at. You can create as many lists as you want and each list has a switch that will either feed it an item at a time into a main action list or keep it's items separate. If you complete items on a list, your main action list will reflect it. If you complete items in the main action list, they will update the lists that are feeding it. This simple little system streamlines the collection and processing of limitless items and because you're not waiting on pages to load, it's a pleasure to use.
