From 9a3787fa41ad5c6348ce9c1cfe4710e5bce7f5e4 Mon Sep 17 00:00:00 2001
From: czf <2455501+czf@users.noreply.github.com>
Date: Sun, 18 Apr 2021 13:46:18 -0700
Subject: [PATCH] Update for go live of v1.0
---
.../Components/Sitewide/WelcomeModal.razor | 13 ++++---------
RadiocomDataViewApp/Shared/MainLayout.razor | 2 +-
RadiocomDataViewApp/wwwroot/appsettings.json | 2 +-
3 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/RadiocomDataViewApp/Components/Sitewide/WelcomeModal.razor b/RadiocomDataViewApp/Components/Sitewide/WelcomeModal.razor
index 27fb908..55f579c 100644
--- a/RadiocomDataViewApp/Components/Sitewide/WelcomeModal.razor
+++ b/RadiocomDataViewApp/Components/Sitewide/WelcomeModal.razor
@@ -7,7 +7,7 @@
- Welcome to my music dashboard for 99.9 KISW Seattle. This dashboard shows a break down of the artists and songs played on 99.9FM and is sourced from the recently played list at radio.com. The data is updated and aggregated every 4 hours or so and made available on this site. I have noticed that not every song played ends up in the recently played list so songs could be missing.
+ Welcome to my music dashboard for 99.9 KISW Seattle. This dashboard shows a break down of the artists and songs played on 99.9FM and is sourced from the recently played list at audacy.com(formerly radio.com). The data is updated and aggregated every 4 hours or so and made available on this site. I have noticed that not every song played ends up in the recently played list so songs could be missing.
The source code for the various components of the application are available on github:
@@ -15,21 +15,16 @@
Latest Updates
+ - v1.0 - wire up api with clients
- v0.1.6 - updated the things
- - v0.1.5 - updated the things
- - v0.1.4 - updated the things
- - v0.1.3 - updated the things
- - v0.1.2 - updated the things
- - v0.1.1 - updated the things
- - v0.1.0 - updated the things
+
diff --git a/RadiocomDataViewApp/Shared/MainLayout.razor b/RadiocomDataViewApp/Shared/MainLayout.razor
index 5b2d4d2..7a6c373 100644
--- a/RadiocomDataViewApp/Shared/MainLayout.razor
+++ b/RadiocomDataViewApp/Shared/MainLayout.razor
@@ -6,7 +6,7 @@
- This site is in preview. Data is mocked.
+ @*This site is in preview. Data is mocked.*@
diff --git a/RadiocomDataViewApp/wwwroot/appsettings.json b/RadiocomDataViewApp/wwwroot/appsettings.json
index b5ef386..e36b961 100644
--- a/RadiocomDataViewApp/wwwroot/appsettings.json
+++ b/RadiocomDataViewApp/wwwroot/appsettings.json
@@ -1,5 +1,5 @@
{
- "welcome": "2021-01-24T00:00:00.000-08:00",
+ "welcome": "2021-04-18T00:00:00.000-08:00",
"useMocks": false,
"endpointAddress": "https://czf-radiocom-dataaggregation.azurewebsites.net/api/"
}
\ No newline at end of file