From: Andrew H. <hu...@ll...> - 2003-07-21 15:18:01
|
At 12:12 AM 7/21/2003 -0400, Chris Winters wrote: >Andrew Hurst wrote: >>... > >For purely selfish reasons I'd like you to use OI2 so you can let me know >what problems you have with it :-) But if you're implementing it in three >weeks then I'd probably say OI 1.x, agreeing entirely with the comments >Andreas put forth. Sounds good. Now on to actual implementation details and questions, in the interest of doing this in the "OpenInteract" way :) Its possible we could be able to release this code back. (Well, maybe. After all the hubub about whether we can get code back to the community easy from here, my boss comes in with this job and says "hey, we need this done quick, you can do it however you like. And we can probably open source it as well") But we can't make any promises until its actually released back to the community, of course ;) The way that I'm probably going to implement this is with a generic 'story' type mechanism. I think of one big document that people can comment on much as a multi-part story on a site like kuro5hin or slashdot. So this would probably require a few new pages, to post the full text and parse for comment sections (the current code looks for certain html tags and puts comments when it finds them), a page to show it all at once with comment links, and the ability to show only one section at a time with comments for that section. I seem to recall you (Chris) talking about the comment module being able to attach to any object in the system, which is why I thought this way might work well. Is that the case? I will also need to add some features to the comment mechanism like topics for the comments, ability for a logged in user to only see their own comments, and a display of only comments in topics a person has permission for. Thanks for the input! -Andrew >Chris > >-- >Chris Winters (ch...@cw...) >Building enterprise-capable snack solutions since 1988. > > > >------------------------------------------------------- >This SF.net email is sponsored by: VM Ware >With VMware you can run multiple operating systems on a single machine. >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the >same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 >_______________________________________________ >openinteract-dev mailing list >ope...@li... >https://lists.sourceforge.net/lists/listinfo/openinteract-dev |