symfony2admingenerator / symfony2-admingenerator-demo-edition

Symfony project demo for GeneratorBundle features.
MIT License
8 stars 3 forks source link

ROADMAP #9

Open ioleo opened 9 years ago

ioleo commented 9 years ago

This issue is to discuss ideas how to improve the demo project.

ioleo commented 9 years ago

Ideas:

sescandell commented 9 years ago

I think something important too is: for each "new feature" made into the demo, create a step-by-step documentation on how it have been implemented? What do you think?

ioleo commented 9 years ago

A good idea. Also each "presentation of feature" should probably have a seperate Entity and genetator.yml file, that focuses only on showing how to configure this feature (so, it will be easier for new users to read the generator.yml and see "how this feature is configured", without haveing to analyse which lines are for which feature).

So, the demo would contain series of "tutorial bundles", each with its own Entities. Eg. "BasicDemoBundle" presents basic list/show/edit/new CRUD functionality. Eg. "TreeDemoBundle" presents the nested tree functionality. Eg. "AjaxDemoBundle" presents how to use Ajax calls to update only "parts" of the page.

Etc etc /cc @sescandell

ioleo commented 9 years ago

Add DoctrineODM / Propel versions of each demo, which could also act as test cases to check things like #63 Or is the propel implementation broken?