This app enables Yukon Government to record and analyze data on ~230 indicators for the Our Clean Future initiative.
We live in a world that’s rapidly changing. Climate change is threatening ecosystems, subsistence harvesting, infrastructure, leisure activities, and many other aspects of our lives.
Yukon’s population is growing, along with our need for reliable, affordable and renewable energy to continue to power our lives, our work and our economy. New economic opportunities are emerging in the sustainable, green economy.
Our Clean Future is our answer to the climate emergency.
The Government of Yukon developed Our Clean Future in partnership with Yukon First Nations, transboundary Indigenous groups and Yukon municipalities over the course of 3 years. During this time, the partner group gathered 4 times to establish a vision and values for Our Clean Future and to prioritize the areas we should focus on over the next 10 years to respond to the climate emergency. As a result of this collaborative process, the strategy reflects multiple perspectives, worldviews and ideas.
- UI Component Library: MudBlazor
- Web Framework: ASP.NET Core 6 and Blazor Server
- Authentication: OpenID Connect
- Data Access: Entity Framework Core
- Data Store: SQL Server
- Logging: Serilog
App: https://ourcleanfuture.ynet.gov.yk.ca
Database: [sql-apps4-prd.ynet.gov.yk.ca].[EnvOurCleanFuture]
App: https://ourcleanfuture-test.ynet.gov.yk.ca
Database: [sql-apps4-tst.ynet.gov.yk.ca].[EnvOurCleanFuture]
See https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations if you are new to Entity Framework Core.
Ensure that you have LocalDB installed, or override the "AppContext" connection string in appsettings.json
Using the .NET CLI:
dotnet build
.NET CLI:
dotnet ef database update
Or, using VS Package Manager Console (PowerShell):
Update-Database
.NET CLI:
dotnet run