Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas #202

Closed
neoshadybeat opened this issue Jul 26, 2012 · 13 comments
Closed

Ideas #202

neoshadybeat opened this issue Jul 26, 2012 · 13 comments

Comments

@neoshadybeat
Copy link
Contributor

Using the admingenerator I'm viewing several things to change

  • The routing, if you create a high backend, your routing.yml will be so large, I think that it's better use annotations in the controller.
  • Theme, using bootstrap theme for admin panel (I will try to do this)
  • Datetime form picker as this photo
  • Better console commands, with a loop for generate all the entities generator, or view all entities and select it (style cakephp)

Best regards ;-)

@neoshadybeat
Copy link
Contributor Author

More ideas,

  • Give a extra level of templates for rewrite part's globally
  • Mobile theme (responsive bootstrap)

@cedriclombardot
Copy link
Member

Hi,

You can import routing.yml in the other one using :

_page:
    resource: "@CompoagnyPageBundle/Resources/config/routing_page.yml"

I not use annotation because it add a dependency to doctrine-common
AnnotationRegistry, not mandatory else.

Cedric

@cedriclombardot
Copy link
Member

For theme there is a lot of propositions about boostrap https://groups.google.com/forum/?hl=en&fromgroups#!forum/symfony2admingenerator

And for picker the widget is probably already implemented in another bundle, so with formType configuration it already usable. But i agree to add an optionnal deps to this bundle if code is code and mantained to make it as default field when bundle is installed

You can already rewrite parts of templates with :

admingenerator:
  templates_dirs: [ YourDir ]

in config.yml cedriclombardot@3b643f5 doc not yet written cedriclombardot/cedriclombardot.github.com#21

@neoshadybeat
Copy link
Contributor Author

  • Debugger mode

A mode where all files generated where cleared every time you load the web

@cedriclombardot
Copy link
Member

Just set :

admingenerator_generator:
overwrite_if_exists: true

In config.yml

2012/7/29 NeoShadybeat <
[email protected]

  • Debugger mode

A mode where all files generated where cleared every time you load the web


Reply to this email directly or view it on GitHub:

https://github.com/cedriclombardot/AdmingeneratorGeneratorBundle/issues/202#issuecomment-7353916

@neoshadybeat
Copy link
Contributor Author

  • the id field musn't show in edit or create crud operations
  • change the field "field" in generator.yml, adding add and remove fields, for faster code.

@cedriclombardot
Copy link
Member

@neoshadybeat i don't understand what you mean by change the field "field" in generator.yml, adding add and remove fields, for faster code.

@neoshadybeat
Copy link
Contributor Author

@cedriclombardot

field:
        add: ~ (by default all)
        remove: id

@neoshadybeat
Copy link
Contributor Author

  • add a view of row

@cedriclombardot
Copy link
Member

I don't understant this point : add a view of row

2012/8/11 NeoShadybeat [email protected]

  • add a view of row


    Reply to this email directly or view it on GitHubhttps://github.com/Ideas #202#issuecomment-7667618.

@neoshadybeat
Copy link
Contributor Author

in a list, you can click on and row, and view the full entity, and at the list, view a summary

@neoshadybeat
Copy link
Contributor Author

-add an wysiwyg by default in textareas

@cedriclombardot
Copy link
Member

No i think thats not the admingenerator job, because you can choose to have
textarea for markdown, with tinyMCE, ckEditor or others

2012/8/13 NeoShadybeat [email protected]

-add an wysiwyg by default in textareas


Reply to this email directly or view it on GitHubhttps://github.com//issues/202#issuecomment-7693706.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants