jordanlev / c5_boilerplate_crud

Boilerplate code for basic dashboard CRUD operations in Concrete5
35 stars 16 forks source link

frontend display+editing #15

Open zpartakov opened 9 years ago

zpartakov commented 9 years ago

hello jordanlev,

thank you for this excellent package, which is a good tutorial too; my only regret is that it is made only for the backend (dahboard)

what do you think about integrating in this plugin a frontend block with :1234: default page = list of the datas search page link for each line of the list to a view, including editing (and even a complete CRUD) if the user is registrated with an admin status?

it would be ergonomically nice and in the "frontend philosophy" of c5

I may try to do it, but I'm not good as you...

zpartakov

jordanlev commented 9 years ago

Glad you like this code. Unfortunately putting it on the front-end is not something I can do for you because it would require a massive amount of time (mostly because a lot of this code relies on the c5 dashboard theme being used, which is only applicable to dashboard pages). I've never required that kind of functionality myself, so I can't justify the time involved. But if you are able to get that working and want to contribute back with a pull request, that would be great.

Thanks, Jordan

On Nov 19, 2014, at 3:11 AM, Fred Radeff notifications@github.com wrote:

hello jordanlev,

thank you for this excellent package, which is a good tutorial too; my only regret is that it is made only for the backend (dahboard)

what do you think about integrating in this plugin a frontend block with
default page = list of the datas search page link for each line of the list to a view, including editing (and even a complete CRUD) if the user is registrated with an admin status?

it would be ergonomically nice and in the "frontend philosophy" of c5

I may try to do it, but I'm not good as you...

zpartakov

— Reply to this email directly or view it on GitHub.

zpartakov commented 9 years ago

thanks for the quick answer! I understand quite well your position if I have a working code I'll made a pull with pleasure -it's always a pleasure to work with c5 best regards, zpartakov