Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Simple Web Based task/job/todo Manager?

by Corion (Patriarch)
on Nov 03, 2004 at 11:30 UTC ( [id://404863]=note: print w/replies, xml ) Need Help??


in reply to Simple Web Based task/job/todo Manager?

As long as you're not aiming for anything complicated, Maypole as a frontend to a database is enough. It'll give you a view of the rows of some tables, and (clickable) links between the tables. Adding more functionality to it is possible, but if you require actual workflow, I'd go with RT instead of baking my own solution.

  • Comment on Re: Simple Web Based task/job/todo Manager?

Replies are listed 'Best First'.
Re^2: Simple Web Based task/job/todo Manager?
by techgirl (Beadle) on Nov 09, 2004 at 19:30 UTC
    Why rebuild? Basecamp is the best thing I've ever used -- although not written in Perl. It has a limited free version as well... I love it.
Re^2: Simple Web Based task/job/todo Manager?
by Taulmarill (Deacon) on Nov 03, 2004 at 13:01 UTC
    imho Maypole is capable of some more complex things, as long as the db-table->method logic make sense.
    for all the other complex tasks i would assume you wait for the next incarnation of Maypole, which should be mutch more versatile.

      I'm not saying that Maypole is not capable of complex things, but there are quickly diminishing returns once you stack more complexity on Maypole. Maypole gives you a quick start if your application fits well into the Maypole model of things. It makes no sense to use Maypole instead of writing your own framework if you have to either bend your requirements to make them fit to Maypole or if you have to bend Maypole to have it fit your requirements.

      And as there already is a good ticketing/tracking solution, I would not waste the time by writing and expanding my own solution but rather use the existing solution.

        i totaly agree with that. all i tried was explaining, when to use maypole. i tried that in one sentence because i'm lazy, and of corse that was going to fail...
        so here's what i wanted to say ... just a little more verbose.

        Maypole tries to build every action you can perform by applying methods to tables. so you can create, remove, update and display entrys from a table, list or search complete tables and so on. however, starting with these simple build-in actions you can build quite complex things.
        but if your application in some sort of way has problems with that architecture, maybe maypole is not realy what you want .... or maybe you just didn't yet find a nice way of building you app with that model :-)
        agreed with that corion?

        however, the next incarnation of maypole will bring you a more versatile version of what maypole is now. so it will be able to do virtualy everithing.

        i think time will tell what maypole is able to do and where development will go in the future. at the moment i'm involved in some big (but not complex) projects and i'm using maypole successfully. but ASP.net coders say/think that, too.....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://404863]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-16 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found