I have an entire range of Mnt TODOs.
Modules, websites, vaporware, etc.
So my question is this:
How do you keep track of your TODO list?
Traditionally a lot of my things
get hashed out on scrap paper
and stashed away in my file ladder,
never to be heard from again.
I also tend to send mail to myself
with an idea or two.
This doesn't work too well.
I've searched SourceForge, Freshmeat,
DaveCentral, etc. and found nothing
satisfactory although I don't know
quite what I'm looking for. I'd like
something lightweight, incredibly
simple interface, with a central data
store and remote access. Any ideas?
If it doesn't exist I might create it,
but I've been unable to flesh out a
good model myself.
Requirements (Score:1)
I'm tempted to do the 'start a committee' approach, make a mailing list (can do myself; with web archive), invite people and see what people want in a TODO program. I, for one, also wouldn't mind on
---ict / Spoon
Re:Requirements (Score:1)
One reason I tend to email myself so many little
notes is I have a custom CLI mailer I wrote
(http://web.mit.edu/belg4mit/bin/mailer)
It ought to be about that easy to add an entry.
(I should add the ability to invoke EDITOR)
So there might be multiple interfaces, given
the requirements of incredible ease of use,
and access form anywhere. I'd guess a web interface, and some kind of CLI that might
map over it.
Another thing is that management
Were that I say, pancakes?
Re:Requirements (Score:1)
over a web interface (security in the web
(outside of exploits) is left to the end user)
then one needs to take some kind of security
into consideration. Entering a user/pass
everytime could be optional, but is not
convenient (or even say path to a key).
Probably an INI File for storing the info.
Likewise, perhaps the ability to bypass the
web interface if the database is local,
or the database is listening to an
socket that is accessible from the client.
Hrmm, ssh-tunnel?
I sup
Were that I say, pancakes?
Re:Requirements (Score:1)
Hmm. Sod it. Mailing list time. subscribe [mailto], archive [anu.edu.au], post [mailto] --- closed to non-members (don't yet have SpamAssassin installed).
---ict / Spoon
Re:Requirements (Score:2)
I've only just started doing it, so I'll know better how it's going in about 6 months!
Re:Requirements (Score:2)
I haven't gotten much done with this project.
I was just thinking about it today, and decided
to start working on the transports soon. Had
some other ideas too. Like using GPG. And maybe
using MH mail as a possible backend/interface.
Were that I say, pancakes?
Re:Requirements (Score:2)
RT. Rocks. (Score:2)
Re:RT. Rocks. (Score:1)
more than I am hoping for. It also
seems to be lacking some of the other
interfaces (mail etc.). What probably
makes it seem like a good fit are
things like priority and completion
date, but those are not key features.
thanks though.
PS> When's the modulre request list coming?
Were that I say, pancakes?