lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
131 stars 50 forks source link

Add Card type widget #347

Open dgvirtual opened 1 year ago

dgvirtual commented 1 year ago

For showing freely structured data on the admin Dashboard. Two examples are included: group list and most recent logins list. Please review if it is a proper implementation.

dgvirtual commented 1 year ago

Also added permissions to this widget type.

dgvirtual commented 1 year ago

Hi @lonnieezell, could you review this code and decide if it is worth including? One drawback that I am thinking of could be, that this code runs even when the dashboard is not to be displayed (as the code of other widgets does as well). So it could perhaps be improved if the idea itself is fine.