Simple Dashboards

Simplifies C# based Umbraco Dashboards

NuGet package icon for Umbraco.Community.SimpleDashboards

Easy C# Configuration

Define it all in one C# class!

  • Access Rules
  • Sections
  • Name

Language Variant Support

Define culture based names using C# => SetName("Name", "cy-GB")

You can still use lang files if required.

No Manifest File

No package.manifest or lang/lang.xml files are required to get a dashboard up and running.

Readme

Umbraco.Community.SimpleDashboards

Umbraco Marketplace GitHub License NuGet Downloads Project Website

This packages aims to help developers quickly put together Umbraco Dashboards using C# only.

Features

  • C# dashboard creation
  • No javascript or umbraco-package.json files required
  • Supports both Views & View Components
  • Easy to define section permissions

Quick Start

Install Package
dotnet add package Umbraco.Community.SimpleDashboards 
Register Dashboard

By default, this will display in the content section for Admins only.

using Umbraco.Community.SimpleDashboards.Web; 
public class BasicDashboard : SimpleDashboard { }
Create View
  • Your view must go in /Views/Dashboard
  • You view must be the name of your C# class (without Dashboard)
    • For example: BasicDashboard.cs => /Views/Dashboard/Basic.cshtml
@inherits Umbraco.Community.SimpleDashboards.Web.DashboardViewPage

<uui-box headline="Hello Umbraco">
    <p>My Dashboard is: @Model.Dashboard.Alias</p>
</uui-box>
More Examples

docs/examples.md

Contributing

Contributions to this package are most welcome! Please read the Contributing Guidelines.

Acknowledgments (thanks!)

Releases

Umbraco 15

Umbraco 15 is supported until 14/11/2025

one month ago

| View release

15.0.0

Latest Version

Release Notes

Changes in 15.0.0

Compare

  • ๐Ÿ“„ feature Umbraco 15 support 7cc6e0d
  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0002 8c0c671
  • ๐Ÿงน chore: update to Umbraco 15rc2 6f1f7c0
  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0003 98e9226
  • ๐Ÿงน chore: update front end dependencies 1ecdef2
  • ๐Ÿž fix: front end build issue 06610ec
  • ๐Ÿ refactor: code cleanup c433609
  • ๐Ÿ refactor: rename test site 924e569
  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0007 2dc070a
  • ๐Ÿงน chore: update front end dependencies a1abdc4
  • ๐Ÿž fix: build issue 4e999d2
  • ๐ŸŒŸ feature: Umbraco v15 support 7a34136
  • ๐Ÿงน chore: update front end dependencies a5c983c
  • ๐Ÿ“– - ๐Ÿ“– docs: add SECURITY.md 22736ff

one month ago

| View release

15.0.0-alpha0013

Pre-release

Release Notes

Changes in 15.0.0-alpha0013

Compare

  • ๐ŸŒŸ feature: Umbraco v15 support 7a34136
  • ๐Ÿงน chore: update front end dependencies a5c983c

one month ago

| View release

15.0.0-alpha0011

Pre-release

Release Notes

Changes in 15.0.0-alpha0011

Compare

  • ๐Ÿ refactor: code cleanup c433609
  • ๐Ÿ refactor: rename test site 924e569
  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0007 2dc070a
  • ๐Ÿงน chore: update front end dependencies a1abdc4
  • ๐Ÿž fix: build issue 4e999d2

one month ago

| View release

15.0.0-alpha0006

Pre-release

Release Notes

Changes in 15.0.0-alpha0006

Compare

  • ๐Ÿงน chore: update front end dependencies 1ecdef2
  • ๐Ÿž fix: front end build issue 06610ec

2 months ago

| View release

15.0.0-alpha0004

Pre-release

Release Notes

Changes in 15.0.0-alpha0004

Compare

  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0003 98e9226

2 months ago

| View release

15.0.0-alpha0003

Pre-release

Release Notes

Changes in 15.0.0-alpha0003

Compare

  • ๐Ÿงน chore: update jcdcdev.Umbraco.Core to 15.0.0-alpha0002 8c0c671
  • ๐Ÿงน chore: update to Umbraco 15rc2 6f1f7c0

2 months ago

| View release

15.0.0-alpha0001

Pre-release

Release Notes

Changes in 15.0.0-alpha0001

Compare

  • ๐Ÿ“„ feature Umbraco 15 support 7cc6e0d

Umbraco 14

Umbraco 14 is supported until 30/05/2025

one month ago

| View release

14.1.4

Latest Version

Release Notes

Changes in 14.1.4

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities af13993 @snyk-bot
  • ๐Ÿž fix: upgrade lit from 3.2.0 to 3.2.1 cbf9a09 @snyk-bot

one month ago

| View release

14.1.4-alpha0008

Pre-release

Release Notes

Changes in 14.1.4-alpha0008

Compare

  • ๐Ÿž fix: upgrade lit from 3.2.0 to 3.2.1 cbf9a09 @snyk-bot

one month ago

| View release

14.1.4-alpha0003

Pre-release

Release Notes

Changes in 14.1.4-alpha0003

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities af13993 @snyk-bot

2 months ago

| View release

14.1.3

Release Notes

Changes in 14.1.3

Compare

2 months ago

| View release

14.1.2

Release Notes

Changes in 14.1.2

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities be74ab8 @snyk-bot

2 months ago

| View release

14.1.2-alpha0003

Pre-release

Release Notes

Changes in 14.1.2-alpha0003

Compare

  • ๐Ÿž fix: src/TestSite.14/TestSite.14.csproj to reduce vulnerabilities be74ab8 @snyk-bot

2 months ago

| View release

14.1.1

Release Notes

Changes in 14.1.1

Compare

  • ๐Ÿงน chore(deps): bump Umbraco.Cms ad3408a
  • ๐Ÿงน chore(deps-dev): bump vite 129e15e
  • ๐Ÿž fix: upgrade lit from 3.1.3 to 3.2.0 dc97342 @snyk-bot

2 months ago

| View release

14.1.1-alpha0018

Pre-release

Release Notes

Changes in 14.1.1-alpha0018

Compare

  • ๐Ÿงน chore(deps): bump Umbraco.Cms ad3408a
  • ๐Ÿงน chore(deps-dev): bump vite 129e15e
  • ๐Ÿž fix: upgrade lit from 3.1.3 to 3.2.0 dc97342 @snyk-bot

5 months ago

| View release

14.1.0

Release Notes

Compare

Changes in 14.1.0

  • ๐Ÿž fix: ensure render request has backoffice claim token af816ca
  • ๐Ÿ refactor: cleanup front end 806e88b
  • ๐Ÿงน chore(deps): bump jcdcdev.Umbraco.Core d603c24
  • ๐Ÿž fix: dashboard view naming convention cdc87e4
  • ๐Ÿ refactor: simplify SimpleDashboard model c0d7b74
  • ๐Ÿ“– doc: iframe example 79b7701
  • ๐Ÿ“– doc: update code examples 8103a23

5 months ago

| View release

14.1.0-alpha0014

Pre-release

Release Notes

Compare

Changes in 14.1.0-alpha0014

  • ๐Ÿž fix: ensure render request has backoffice claim token af816ca
  • ๐Ÿ refactor: cleanup front end 806e88b
  • ๐Ÿงน chore(deps): bump jcdcdev.Umbraco.Core d603c24
  • ๐Ÿž fix: dashboard view naming convention cdc87e4
  • ๐Ÿ refactor: simplify SimpleDashboard model c0d7b74
  • ๐Ÿ“– doc: iframe example 79b7701
  • ๐Ÿ“– doc: update code examples 8103a23

6 months ago

| View release

14.0.1

Release Notes

Compare

Changes in 14.0.1

  • ๐Ÿงน chore(deps): bump jcdcdev.Umbraco.Core 30376c1

6 months ago

| View release

14.0.1-alpha0003

Pre-release

Release Notes

Compare

Changes in 14.0.1-alpha0003

  • ๐Ÿงน chore(deps): bump jcdcdev.Umbraco.Core 30376c1

6 months ago

| View release

14.0.0

Release Notes

Compare

Changes in 14.0.0

  • ๐ŸŒŸ feature: v14 support (WIP) 8b6f09e
  • ๐Ÿž fix: icon 61874d9
  • ๐Ÿ“– - ๐Ÿ“– docs: README & examples 2f5cc94
  • ๐ŸŒŸ feature: v14 backoffice UI support 6b23bd7
  • ๐ŸŒŸ feature: v14 management api 61c963b
  • ๐Ÿงน chore(deps-dev): bump vite e011aa1

6 months ago

| View release

14.0.0-alpha0009

Pre-release

Release Notes

Compare

Changes in 14.0.0-alpha0009

  • ๐Ÿงน chore(deps-dev): bump vite e011aa1

6 months ago

| View release

14.0.0-alpha0007

Pre-release

Release Notes

Compare

Changes in 14.0.0-alpha0007

  • ๐Ÿž fix: icon 61874d9
  • ๐Ÿ“– - ๐Ÿ“– docs: README & examples 2f5cc94
  • ๐ŸŒŸ feature: v14 backoffice UI support 6b23bd7
  • ๐ŸŒŸ feature: v14 management api 61c963b

3 months ago

| View release

14.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 14.0.0-alpha0001

  • ๐ŸŒŸ feature: v14 support (WIP) 8b6f09e

Umbraco 13

Umbraco 13 is supported until 14/12/2026

one month ago

| View release

13.0.2

Latest Version

Release Notes

Changes in 13.0.2

Compare

  • ๐Ÿž fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities 4c5c857 @snyk-bot

7 months ago

| View release

13.0.1

Release Notes

Compare

Changes in 13.0.1

  • ๐Ÿž fix: icon fe431df

one month ago

| View release

13.0.1-alpha0009

Pre-release

Release Notes

Changes in 13.0.1-alpha0009

Compare

  • ๐Ÿž fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities 4c5c857 @snyk-bot

7 months ago

| View release

13.0.1-alpha0002

Pre-release

Release Notes

Compare

Changes in 13.0.1-alpha0002

  • ๐Ÿž fix: icon fe431df

7 months ago

| View release

13.0.0

Release Notes

Compare

Changes in 13.0.0

  • ๐ŸŒŸ feature: v13 support 4b765d5

7 months ago

| View release

13.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 13.0.0-alpha0001

  • ๐ŸŒŸ feature: v13 support 4b765d5

Umbraco 10

Umbraco 10 is supported until 16/06/2025

one month ago

| View release

10.0.2

Latest Version

Release Notes

Changes in 10.0.2

Compare

  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 01cada0 @snyk-bot

one month ago

| View release

10.0.2-alpha0008

Pre-release

Release Notes

Changes in 10.0.2-alpha0008

Compare

  • ๐Ÿž fix: src/TestSite.10/TestSite.10.csproj to reduce vulnerabilities 01cada0 @snyk-bot

7 months ago

| View release

10.0.1

Release Notes

Compare

Changes in 10.0.1

  • ๐Ÿž fix: icon 2a2c77b

7 months ago

| View release

10.0.0

Release Notes

Compare

Changes in 10.0.0

  • ๐Ÿงน chore: prepare multi version cc38df0
  • ๐ŸŒŸ feature: v10 support bcf789a

7 months ago

| View release

10.0.0-alpha0002

Pre-release

Release Notes

Compare

Changes in 10.0.0-alpha0002

  • ๐Ÿž fix: icon 2a2c77b

7 months ago

| View release

10.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 10.0.0-alpha0001

  • ๐Ÿงน chore: prepare multi version cc38df0
  • ๐ŸŒŸ feature: v10 support bcf789a

Unsupported Versions

Version 12.X.X

7 months ago

| View release

12.0.1

Release Notes

Compare

Changes in 12.0.1

  • ๐Ÿž fix: icon c084d02

7 months ago

| View release

12.0.0

Release Notes

Compare

Changes in 12.0.0

  • ๐ŸŒŸ feature: v12 support 273eea1

7 months ago

| View release

12.0.0-alpha0001

Pre-release

Release Notes

Compare

Changes in 12.0.0-alpha0001

  • ๐ŸŒŸ feature: v12 support 273eea1

Version 0.X.X

7 months ago

| View release

0.2.4

Release Notes

Compare

Changes in 0.2.4

  • ๐Ÿงน chore(deps): bump Umbraco.Cms from 10.8.4 to 10.8.5 d093b3d

9 months ago

| View release

0.2.3

Release Notes

Compare

Changes in 0.2.3

  • ๐Ÿ’ข ci: update github actions 259f2b6
  • ๐Ÿงน chore(deps): bump Microsoft.ICU.ICU4C.Runtime from 68.2.0.9 to 72.1.0.3 b65eede
  • ๐Ÿงน chore(deps): bump Umbraco.Cms, Umbraco.Cms.Core and Umbraco.Cms.Web.BackOffice d5b3866
  • ๐Ÿงน chore(deps): bump jcdcdev.Umbraco.Core a8d7332

one year ago

| View release

0.2.2

Release Notes

Compare

Changes in 0.2.2

  • ๐ŸŒŸ feature: multi target (Umbraco 10-13) 2084660

one year ago

| View release

0.2.1

Release Notes

Compare

Changes in 0.2.1

  • ๐Ÿ’ข ci: templated build process 216acb8
  • ๐Ÿ“– doc: improve readme 5f11a49

one year ago

| View release

0.2.0

Release Notes

Compare

Changes in 0.2.0

  • ๐Ÿ“„ jcdcdev.Umbraco.Core de9bd47
  • ๐Ÿ“„ update release.yml 0aa6997

8 months ago

| View release

0.1.2

Release Notes

Compare

Changes in 0.1.2

  • ๐Ÿ“„ improve readme; view not found template 2733ec7
  • ๐Ÿ“„ fix lang version and constants 83e68cf

8 months ago

| View release

0.1.1

Release Notes

Compare

Changes in 0.1.1

8 months ago

| View release

0.1.0

Release Notes

Compare

Changes in 0.1.0

๐Ÿ’–