Skip to content

Commit

Permalink
Update for go live of v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czf committed Apr 18, 2021
1 parent 951f47f commit 9a3787f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions RadiocomDataViewApp/Components/Sitewide/WelcomeModal.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,24 @@
<CloseButton Clicked="@CloseClick"></CloseButton>
<!--!-->
<Paragraph>
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 <a href="https://www.radio.com/kisw/listen">radio.com</a>. 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 <a href="https://www.audacy.com/kisw/listen">audacy.com</a>(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.
</Paragraph>
<Paragraph>
The source code for the various components of the application are available on github:
</Paragraph>
<ul>
<li><a href="https://github.com/czf/RadiocomDataViewApp">This UI</a> (built using <a href="https://blazorise.com/">Blazorise</a>)</li>
<li><a href="https://github.com/czf/RadiocomDataCollector">Data Collector</a></li>
<li>Data Aggregator</li>
<li>Aggregated Data API</li>
<li><a href="https://github.com/czf/RadiocomDataAggregationEngine">Data Aggregator and Aggregated Data API</a></li>
</ul>

<Paragraph>
Latest Updates

<ul>
<li>v1.0 - wire up api with clients</li>
<li>v0.1.6 - updated the things</li>
<li>v0.1.5 - updated the things</li>
<li>v0.1.4 - updated the things</li>
<li>v0.1.3 - updated the things</li>
<li>v0.1.2 - updated the things</li>
<li>v0.1.1 - updated the things</li>
<li>v0.1.0 - updated the things</li>

</ul>

</Paragraph>
Expand Down
2 changes: 1 addition & 1 deletion RadiocomDataViewApp/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Layout>
<LayoutHeader Fixed="true">
<Bar Class="font-weight-bold" Breakpoint="Breakpoint.Desktop" Background="Background.Primary" ThemeContrast="ThemeContrast.Light">
This site is in preview. Data is mocked.
@*This site is in preview. Data is mocked.*@

</Bar>
</LayoutHeader>
Expand Down
2 changes: 1 addition & 1 deletion RadiocomDataViewApp/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
@@ -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/"
}

0 comments on commit 9a3787f

Please sign in to comment.