Hi Alex! On 03/07/2008 11:30 AM Alexandru Stanoi wrote:
> I don't know much about Gantt charts, but I think interoperability > should be more important than how the chart will look like. What I mean > is that it should be possible to import data from MS Project and other > programs which create Gantt charts. > As Gantt charts can get very big, it would become awkward to set the > data by using arrays, so support to load datasets from files should be > added (similar with ezcGraphDatabaseTiein I guess). So why not also load > an MS Project file as a dataset? And also save a dataset as an MS > Project file. I agree with you that importing data is an important point. However, we should first create a common data structure (like a PHP object structure or, if necessary, nested arrays) that will be the only one direcly processed by Graph. The importing is later just a top-up for this and can be realized by creating this data structure e.g. from XML. It is a good idea to realize this via tie-ins. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
