Hello Everyone,
I'm starting my journey with pw admin module development so i hope i'm not asking to much newbie questions. :*)
I have to handle some classic tabular datas coming from an csv file and manage them in an admin module
I am hesitating to use the page system to stores them as i will have to make a lot of statistics on them.
I'd rather plan to use a dedicated table and direct SQL queries for it as the "selector approach" seems more for finding and filtering stuff rather than for complex stats.
First: am i wrong and selectors are way more powerful than i think ?
Second, i get a little lost in the admin module GUI classes. I followed the available tutorials on process module creation, form creation, datatable, etc but i have no clue how to handle simple stuff like tabs panel navigation , putting a "new item" button upright, displaying some filters, etc. like in the User module. Is there some available doc on that topic ? I could do it all "by hand" but i'm sure there is a better approach.
Third : Is there some kinda CRUD module that could handle external table datas ?..worth asking, right ?
Thank you in advance for anyhelp
Emmanuel