CoolFace
Apppublic

opaolilo/sqlite-data-viz-delight

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
50 commits on main
ecce89510mo ago

Promote version e6515ed to main

opaolilo
f984b8910mo ago

Do not apply any changes on dashboard page and current functions. From "Monitoring" page delete the following charts: Status Count by Date, Events by Source ID and Events Count by Source ID

opaolilo
bd75e4210mo ago

Promote version e6515ed to main

opaolilo
6f518d710mo ago

delete this block

opaolilo
e6515ed10mo ago

Do not apply any changes on dashboard page and current functions. From "Monitoring" page delete the following charts: Status Count by Date, Status Proportion, Events by Source ID and Events Count by Source ID

opaolilo
139eaaa10mo ago

Promote version e2d3558 to main

opaolilo
e58b09a10mo ago

Do not apply any changes on dashboard page and current functions. Add Overview block to "Monitoring" page with the same design and functions

opaolilo
ba9645410mo ago

Do not apply any changes on dashboard page and current functions. Add Overview block to "Monitoring" page with the same design and functions from the same block listed on "Dashboard" page

opaolilo
ca55b4410mo ago

Do not apply any changes on dashboard page and current functions. From "Monitoring" page delete the following charts: Status Count by Date, Status Proportion, Status Trend, Events by Source ID and Events Count by Source ID

opaolilo
eb00a7d10mo ago

Promote version e2d3558 to main

opaolilo
e92604b10mo ago

from Monitoring page remove the following charts: Status Count by Date, Status Proportion, Status Trend, Events by Source ID and Events Count by Source ID

opaolilo
e2d355810mo ago

copy "Dashboards" page to a new page called "Monitoring". Keep same layout, design and functions

opaolilo
4bcdac510mo ago

Promote version 52bdfbd to main

opaolilo
8f6860410mo ago

copy "Dashboards" page to a new page called "Alarms"

opaolilo
52bdfbd10mo ago

delete "Alarms" page

opaolilo
9821bdd10mo ago

create the same block on "Alarms" page

opaolilo
4e4359c10mo ago

Do not apply any changes on dashboard page and current functions. Create a new function to monitor the count of status_api per specific amount of time using the query below, where "-30" must be a variable input listed on "Alarms" page and the possible status_api are

opaolilo
9a6d6a410mo ago

add the option to Upload SQLite Database same as listed on "Dashboard" page. also add the time range option for the last 2160 hours

opaolilo
e40364d10mo ago

Do not apply any changes on dashboard page and current functions. Create a monitoring dashboard on "Alarms" page to monitor the count of status_api per specific amount of time using the query below, where "-30" must be a variable input listed on "Alarms" page. Query:

opaolilo
340ba1010mo ago

Promote version 78d9cf8 to main

opaolilo
897eafd10mo ago

Do not apply any changes on dashboard page and current functions. Create a new function to monitor the count of status_api per specific amount of time using the query below, where "-30" must be a variable input listed on "Alarms" page. Update "Alarms" page to have a monitoring dashboard with options to set the monitoring amount of time and status_api count thresholds to trigger alarms per status_api listed in expectedStatus. Query: SELECT

opaolilo
63bcaea10mo ago

Promote version 78d9cf8 to main

opaolilo
09199b110mo ago

on the "Alarms" page, create a monitoring dashboard that monitors the number of status_api count per specific amount of time using the query above, where "-30" should be a variable set on "Alarms" page. Query: SELECT

opaolilo
ab60ab810mo ago

Promote version 78d9cf8 to main

opaolilo
cf1b2f610mo ago

create a new function to monitor the status_api count for a specific amount of time using the following query: SELECT

opaolilo
78d9cf810mo ago

create a header with modern menu that should contain 3 pages: Dashboard, Alarms and Configuration. Dashboards should be the home page.

opaolilo
d6ccddb10mo ago

add options to automatically refresh every 5 , 15 and 60 seconds

opaolilo
b49797310mo ago

add a new function to count the number of events per source_id using the following query: SELECT source_id, COUNT(*) as total

opaolilo
3b8b20310mo ago

create a new function to count the number of events per date and per source using the following query: SELECT

opaolilo
9f706ed10mo ago

Promote version b769815 to main

opaolilo
8fa5bee10mo ago

create a new function to count the number of events per source per day using the following query:

opaolilo
b76981510mo ago

delete the icon and the test listed in this block

opaolilo
9e7555110mo ago

delete this block

opaolilo
7c6857210mo ago

remove this block

opaolilo
e438e8f10mo ago

Promote version 6584cdd to main

opaolilo
9f6d04110mo ago

the filter from Status Count by Date chart is not working. Please fix the filter

opaolilo
e83416e10mo ago

Promote version 9dc3e2a to main

opaolilo
c910b0b10mo ago

the filter must list only the lines related to the status selected

opaolilo
9dc3e2a10mo ago

add a filter by status appliable only in the chart from this block

opaolilo
054be1910mo ago

Promote version 6584cdd to main

opaolilo
f3570b810mo ago

add a filter by status

opaolilo
6584cdd10mo ago

add a space between this block and the next block

opaolilo
e960a4610mo ago

move this block to be just after Upload SQLite Database block

opaolilo
220861610mo ago

Promote version 49c089e to main

opaolilo
0f8786c10mo ago

move Status Count by Date chart to above Request Status Distribution chart

opaolilo
49c089e10mo ago

update Status Count by Date chart to have the same style as Status Trend chart, where vertical values should vary based on the status_api count value and horizontal value should list the dates listed in month_day response from dateStatusQuery. Every status_api count value should be shown as a line in the chart

opaolilo
d9b0f8910mo ago

Promote version 8424544 to main

opaolilo
970538010mo ago

update "Status Count by Date" to list in the horizontal only the dates from "month_day" listed in dateStatusQuery. The status_api count value must be listed as line chart

opaolilo
842454410mo ago

add a new function to extract and list the status count per date. Use the following query to get the data from DB: SELECT

opaolilo
1a075cc10mo ago

Promote version 3116728 to main

opaolilo