Cloud Photo

Azure Data Architect | DBA

Bootstrap Database Dashboard Mock-ups

I have been working on mock-ups of a database health dashboard. The idea is to get a quick glimpse at database health and quickly identify where to start looking for problems. The goal of each design is to contain the same information but present it in the most informative and easily-accessible manner.

This first design contains too much text and doesn’t convey severity as clearly as a more graphical solution.

Database Dashboard Mockup
A more textual dashboard.

The second design still needs a few more data elements added. However, it is my favorite so far. The health of each database is communicated much more efficiently with the addition of the bootstrap progress bars with contextual classes added for success, warning and danger. Unfortunately, this design will not scale as well if more than four or five databases are being monitored. It may require a tabbed navigation bar to split out database instances by platform so that each tab can contain four to five databases and tabs will have a visual indicator of severe status issues.

Database Dashboard Mock-up 2
My favorite of the two.

Finally, in both designs, the user can click on a database name to view a collapsible details panel showing more information.

Database Dashboard Details Mockup
Both mock-ups contain a collapsible details section.

These mock-up designs are available on github at https://github.com/markfennell/bootstrap-db-dashboard.

 

Leave a Reply