Skip to content

Commit 3fafc6a

Browse files
Merge pull request #714 from Screenly/feat/demo-dashboard
Rename Fake Dashboard to Demo Dashboard
2 parents ce9e6a2 + 14062ca commit 3fafc6a

File tree

18 files changed

+13
-26
lines changed

18 files changed

+13
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are not familiar with Edge Apps, we suggest you review our [developer doc
1616
- [CharlieHR App](https://github.com/Screenly/Playground/tree/master/edge-apps/charlie-hr-app) - Displays employee birthdays, work anniversaries and other HR events from CharlieHR.
1717
- [Clock App](https://github.com/Screenly/Playground/tree/master/edge-apps/clock) - A simple clock app.
1818
- [Countdown Timer](https://github.com/Screenly/Playground/tree/master/edge-apps/countdown-timer) - A simple countdown timer app.
19-
- [Fake Dashboard](https://github.com/Screenly/Playground/tree/master/edge-apps/fake-dashboard) - A simple fake dashboard screen to display simulated website analytics, including live visitor count, traffic sources, and device usage.
19+
- [Demo Dashboard](https://github.com/Screenly/Playground/tree/master/edge-apps/demo-dashboard) - A collection of demo dashboards.
2020
- [Flying Toasters App](https://github.com/Screenly/Playground/tree/master/edge-apps/flying-toasters) - A simple toaster app that flies around the screen.
2121
- [Google Calendar App](https://github.com/Screenly/Playground/tree/master/edge-apps/google-calendar) - A simple calendar app that shows events from Google Calendar.
2222
- [Grafana Dashboard](https://github.com/Screenly/Playground/tree/master/edge-apps/grafana) - Displays Grafana dashboards as images on Screenly screens with automatic refresh intervals.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fake Dashboard App
1+
# Demo Dashboard App
22

33
A collection of simulated digital signage dashboards. Choose from four distinct views, site analytics, workplace safety, manufacturing operations, or production quality, each with realistic, auto-refreshing data.
44

@@ -43,7 +43,7 @@ The active dashboard is controlled by the **Dashboard View** setting (`dashboard
4343
## Run Locally
4444

4545
```bash
46-
$ cd edge-apps/fake-dashboard
46+
$ cd edge-apps/demo-dashboard
4747
$ screenly edge-app run --generate-mock-data
4848
#generate mock data file under the mock-data.yml
4949
$ screenly edge-app run
@@ -52,9 +52,9 @@ $ screenly edge-app run
5252
## Installation
5353

5454
```bash
55-
$ cd edge-apps/fake-dashboard
55+
$ cd edge-apps/demo-dashboard
5656
$ screenly edge-app create \
57-
--name fake-dashboard \
57+
--name demo-dashboard \
5858
--in-place
5959
$ screenly edge-app deploy
6060
[...] # You can tweak settings here.
@@ -64,4 +64,4 @@ $ screenly edge-app instance create
6464
# Alternatively, you can use --latest in place of --revision.
6565
```
6666

67-
For more details, please check the [Fake Dashboard Edge App Page](https://www.screenly.io/edge-apps/fake-dashboard/).
67+
For more details, please check the [Demo Dashboard App Page](https://www.screenly.io/edge-apps/demo-dashboard/).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Fake Dashboard Screenly Edge App</title>
5+
<title>Demo Dashboard App</title>
66
<script src="screenly.js?version=1"></script>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<link rel="stylesheet" href="static/css/styles.css" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
syntax: manifest_v1
33
id: 01JVC8XG3G41PBQJW5F9D5QNJG
4-
description: Fake Dashboard Edge App
5-
icon: https://playground.srly.io/edge-apps/fake-dashboard/static/img/icon.svg
4+
description: Demo Dashboard App
5+
icon: https://playground.srly.io/edge-apps/demo-dashboard/static/img/icon.svg
66
author: Screenly, Inc.
77
categories:
88
- Dashboards
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
syntax: manifest_v1
33
id: 01JZAZAF1XGC2DPEEDPAEM7K87
4-
description: Fake Dashboard Edge App
5-
icon: https://playground.srly.io/edge-apps/fake-dashboard/static/img/icon.svg
4+
description: Demo Dashboard App
5+
icon: https://playground.srly.io/edge-apps/demo-dashboard/static/img/icon.svg
66
author: Screenly, Inc.
77
categories:
88
- Dashboards
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

edge-apps/fake-dashboard/static/fonts/NotoColorEmoji-Regular.woff2 renamed to edge-apps/demo-dashboard/static/fonts/NotoColorEmoji-Regular.woff2

File renamed without changes.

0 commit comments

Comments
 (0)