Open jvanbaarsen opened 9 years ago
In what way would we add the admin template? Just styling and javascript or also admin namespaces and routes? I'm not sure if every app needs an admin backend so it might be nice to be able to add an option for this.
Also: I think default Bootstrap is good enough for simple scaffold-like admin templates. If we really need a customer facing admin panel, we can always add the licensed one manually.
@michiels At first just admin template, we can expand this later with an option to generate Sorcery/Devise stuff as well.
Ok cool. In that case, I'm in favor with just using stock Bootstrap as our admin template. We could provide a generic layout with menu navigation etc. for this.
@michiels :+1: That still means we have to create the bootstrap theme though.
@jvanbaarsen How do you mean create the bootstrap theme? You mean include the Bootstrap gems and create a app/views/layouts/admin.html.erb
standard template?
@michiels Yeah but that doesn't include navigation etc, right?
This one is kinda tricky, since we can't use the one we are currently using due to license limitations. So we either have to find one that is opensource (https://bootswatch.com/ maybe?). Or not do this. What do you think @joshuajansen / @michiels