Customizing AppGini with dashboard

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
User avatar
bruceholt
Veteran Member
Posts: 100
Joined: 2016-07-30 20:16
Location: Australia

Customizing AppGini with dashboard

Post by bruceholt » 2016-08-13 06:39

Wondering if any one knows or has managed to customize the look of their project with an admin type dashboard such as the one here: https://almsaeedstudio.com/preview and here: https://colorlib.com/polygon/gentelella/index.html. I have searched but haven't found any solutions. I am not sure which files need to be modified or where inside those files.

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: Customizing AppGini with dashboard

Post by grimblefritz » 2016-08-13 13:40

I think that would be layering a custom app on top of the AppGini database, rather than customizing AppGini itself. AppGini is a CRUD tool, with some application goodies added to make it a decent database-centric application builder. The tools you cite are not focused on data, but rather on interface and presentation. One excels at data management, the other at visualization. Meaning one is lacking in visualization abilities, and the other in data management.

If I wanted to spend the time on it, I would determine how to access the AppGini data manipulation and membership code, without using the UI code. With that, I would populate the various screens and widgets in one of these dashboards. The big decision would be, do I use the dashboard to write my own CRUD interface (high of time requirement), or do I limit the dashboard to a display tool and jump to AppGini for CRUD functions (low time requirement.) It would depend on my objective as to which way I'd go.

Yep, none of that helps, but maybe it puts a little more flesh around the matter.

User avatar
bruceholt
Veteran Member
Posts: 100
Joined: 2016-07-30 20:16
Location: Australia

Re: Customizing AppGini with dashboard

Post by bruceholt » 2016-08-13 21:00

Thanks. Maybe I should be looking at something as simple as a side menu like on this page: http://forums.appgini.com/phpbb/viewtop ... 4157#p4157
Only problem is there are that many pages that it is doing my head in trying to work out which one I should implement the code in.

DevGiu
AppGini Super Hero
AppGini Super Hero
Posts: 151
Joined: 2016-05-27 09:08

Re: Customizing AppGini with dashboard

Post by DevGiu » 2016-08-14 06:31

And maybe this can work for you about dashboard part https://github.com/ModelN/sDashboard
/Giuseppe
Professional Outsourcing Services

User avatar
bruceholt
Veteran Member
Posts: 100
Joined: 2016-07-30 20:16
Location: Australia

Re: Customizing AppGini with dashboard

Post by bruceholt » 2016-08-15 08:15

Thanks for that DevGiu.

Post Reply