Vik S Kumar wrote: > > I need something like an activity tracker on my plone site. > > requirement is : there should be a page showing : > > Task Owner Start_Date End_Date Additional_info > > > In this page records could be added/deleted or updated. This wil solve > the purpose of an activity tracker for me. like > who is working on what and when he started when is the deadline. as well > as if some supporting things there like links or doc > that i could put in additional_info field.
Nothing out-of-the-box available that I know of. Easiest is probably to turn your requirements into a UML class diagram. Brainstorm a bit about it with some colleagues and try to keep it simple. Use ArchGenXML to turn it into a plone product (right from your UML diagram). That should give you a good idea about the workability of it all. Reinout -- Reinout van Rees r.van.rees @ zestsoftware.nl http://vanrees.org/weblog/ http://zestsoftware.nl/ "Military engineers build missiles. Civil engineers build targets." _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
