radzikowski / dashboard-widgets-dashboard

Sample working dashboard for dashboard-widgets system. See Dashboard Widgets in action.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard for Dashboard Widgets system

Example dashboard for Dashboard Widgets component.

Instalation

The recommended way to install Dashboard for Dashboard Widgets is through composer. Just run the composer:

curl -s https://getcomposer.org/installer | php
php composer.phar create-project newscoop/dashboard-widgets-dashboard path/to/install

It will download Dashboard Widgets component and Sample Hello World widget.

How it looks

GitHub Logo

Goals:

  • display widgets in dashboard
  • provide frontend for widgets controllers actions
  • provide manager for widgets (add/remove)

TODO:

  • widgets manager (add/remove widgets per user and context)

About

Sample working dashboard for dashboard-widgets system. See Dashboard Widgets in action.