StartBootstrap / startbootstrap-sb-admin

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/template/sb-admin/
MIT License
3.23k stars 2.01k forks source link

Issue Title Fixing the frontend/homepage of the dasboard. #147

Closed dylzeee closed 3 years ago

dylzeee commented 4 years ago

Get the homepage content area of the dashboard fully operational with real incoming data from API and Wordpress functions.

Issues.

  1. Fix the cards. Currently broken. Need to pass the function data to the twig template and add conditionals to add hard-coded data if empty or null

  2. Make the graphs operational with real JSON data from API response

  3. Fix the tables to show real ticket data and in the case of no tickets, display an 'open new ticket' button.

davidtmiller commented 3 years ago

From a functionality standpoint, these are things that would need to be done on the user end rather than included within the base template.