revampix / homemade_rum

Real User Monitoring aka. Homemade RUM
4 stars 2 forks source link

Backoffice basics #2

Open ceckoslab opened 6 years ago

ceckoslab commented 6 years ago

Hello Dear team,

I just pushed the initial concept of the Home Made Rum backoffice. The code is located under: "proof of concpet/backoffice" in this repository.

I need your help wherever you have time. Basically I need the backoffice part wrapped in a framework you think is good. On this stage I don't need any login functionality because this admin panel will have public usage.

I also added SQL dump of my live tracking Database for https://www.darvart.de This Database can be found here: "proof of concpet/backoffice/test_data/rum_darvart.sql"

I have hardcoded Database credentials in 2 places in backoffice:

My focus was basically at the Dashboard and functionality for rendering waterfall diagrams. I wrote SQL query that fetches last 20 recorder page views and I show a list of those page views at Dashboard.

This is a screenshot how it looks so far:

homemade rum dashboard