[ale] OSS web based task manager?

Alex Carver agcarver+ale at acarver.net
Tue Mar 12 18:15:40 EDT 2013


I'm going to pass on AngularJS.  Number one is that it has to be 
self-contained with no cloud (proprietary and in some cases ITAR 
data/information may be present).  That means not including remote 
libraries that I can't control.(*)  Number two is lightweight(ish).  The 
machine already runs PHP/MySQL for other basic pages so adding one more 
is easy.

I just loaded dotProject and it seems like it will do just fine.  I'll 
test it out with a couple people and see if it fits.  If not it looks 
like I'll have to just churn one out during lunch breaks.


(*) I also have a strong distrust of the cloud in general.  I don't mind 
doing certain things like shopping and limited banking online (to 
certain limits and all closely monitored) but I don't like using or 
creating applications that wander off pulling unknown code in.  Granted 
this could happen with shopping and banking but I have side-channels to 
ensure that nothing fishy happens.



On 3/12/2013 14:54, Richard Bronosky wrote:
> I suggest rolling your own in about an hour with AngularJS. This Tutorial
> walks you through creating a todo list.
> http://angularjs.org/#add-some-control The next step is to "Wire up a
> backend" for which they use (and I strongly recommend)
> https://mongolab.comBut, you could host your own mongo internally
> too.The web has changed.
> http://www.youtube.com/watch?v=WuiHuZq_cg4
>
>
> On Tue, Mar 12, 2013 at 2:04 PM, Jim Lynch <ale_nospam at fayettedigital.com>wrote:
>
>> On 03/12/2013 11:37 AM, Alex Carver wrote:
>>
>>> Hey everyone,
>>>
>>> Do any of you have a recommendation for an OSS web based task manager?
>>> I'm looking for something easy to use for a small group of people that will
>>> keep track of tasks for various projects.  The big thing is that it has to
>>> support tasks being assigned to multiple people at once.  Other than that I
>>> don't really need much more.  I don't need a bug tracker, either, just a
>>> project, task, person(s), and a date or two (start and completed for
>>> example). I'd be running it on an internal LAMP server
>>>
>>> I'd write my own if I had the time but I've got my own tasks to do. :)
>>> ______________________________**_________________
>>>
>> I used dotProject a while back and it seemed to work well and was pretty
>> easy to install and use.  No big learning curve.  It has a lot of bells and
>> whistles if you need them but they don't get in the way of a simple task
>> manager.  It's open source, PHP/Mysql.
>>
>> Jim.
>


More information about the Ale mailing list