From: alex b. <en...@tu...> - 2001-09-24 16:59:13
|
> What do you think of making all this (<entity:>, xml confis, queries, etc) > part of bcc at a later point? So we can just run bcc over every textfile, it > will detect what file it is (based upon name or internal grammatical > criteria), and run the related compilers for each tag. I agree. BCC should eventually handle all tags, and xml2php :) I'll write that down somewhere... > >I'd like to get people's thoughts on that plan... but here's the > >sequence of events that I see from here: > > > > -Complete bcc & tag modules > > -Complete Multi-site make > > Agreed. This should be done before. I've similar intentions like Jason. Use > the system as soon as possible, even is there is no advanced data handling > (entity). And therefore Make should work, caus I hate copying the files over > and over and writing php in templates. Good. > But entitymanager is very important too. So making bcc work for very basic > tags that don't require much related handling (module, js, url, href, and > maybe img) first and doing then multi-site make should happen before > etymanager (at least from my point of view). I agree there. I would like to be structurally complete before the Managers are started. > > -Create simple test dataset for a test entity. > > (populated schema file) > > -Create a 'shell' entity manager and a small set > > of modules designed each to test insert, update, > > delete, select capabilities of entity manager. > > -Complete and test basic methods necessary to get > > and post data to the DB. > > -Add validator support to entitymanager, build a > > couple sample validators based on existing code > > (avalances of it :) > > -Add processor support to entityManager, and samples > > -Finish off other complex additions: entity pointers, etc. > > Agreed. > > > Andi > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |