Our.Umbraco.Dashbraco 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Our.Umbraco.Dashbraco --version 0.0.3                
NuGet\Install-Package Our.Umbraco.Dashbraco -Version 0.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Our.Umbraco.Dashbraco" Version="0.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Our.Umbraco.Dashbraco --version 0.0.3                
#r "nuget: Our.Umbraco.Dashbraco, 0.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Our.Umbraco.Dashbraco as a Cake Addin
#addin nuget:?package=Our.Umbraco.Dashbraco&version=0.0.3

// Install Our.Umbraco.Dashbraco as a Cake Tool
#tool nuget:?package=Our.Umbraco.Dashbraco&version=0.0.3                

Dashbraco

Dashbraco is a comprehensive dashboard package for Umbraco, designed to provide site administrators with in-depth analytics and insights directly within the CMS. This project is actively developed to bring powerful features for optimizing content and enhancing user engagement.

Current Features

  • Unused Media List: Identify unused media items to optimize storage space and improve site performance.
    • Media Reports: Run reports to view all unused media and download results as a CSV file.
    • Media Management: Delete or move unused media to the recycle bin directly from the dashboard.
  • Widget Customization: Enable or disable dashboard widgets to meet the specific needs of your site.
  • Picture of the Day: Display an inspiring picture or video of the day from NASA’s APOD (Astronomy Picture of the Day) API.
  • Analytics Overview: View analytics data in real-time including the number of visitors, page views, sessions, and bounce rate, with graphical representation of active users.

Planned Features

  • Traffic Sources: Understand where visitors are coming from and how they interact with content.
  • Page Performance: Analyze loading times and user interactions for each page.
  • Advanced Dashboard Customization: Create personalized dashboards with selected widgets and metrics.
  • Historical Data: Access past statistics to identify trends and patterns.
  • Multi-Format Data Export: Export reports in various formats, such as PDF, Excel, and more.
  • Automatic Alerts: Receive alerts based on specific thresholds (e.g., sudden traffic spikes, page errors, etc.).
  • Advanced Google Analytics Integration: Gain detailed user behavior insights and traffic sources through customized Google Analytics reports.

Installation

You can install Dashbraco via NuGet:

dotnet add package Our.Umbraco.Dashbraco

Demo

All colors are editable & tabs can be disabled/enabled via appsettings (my choice of color is disgusting I guess ahaha)

image

image

Configuration

Dashbraco supports configuration settings in appsettings.json:

  "Dashbraco": {
    "DefaultWidgets": [ "Analytics", "PictureOfTheDay", "UnusedMedia" ],
    "RefreshInterval": 300,
    "GoogleAnalyticsPropertyId": "99999999",
    "GoogleCredentials": {
      "type": "service_account",
      "project_id": "YOUR_PROJECT_ID",
      "private_key_id": "YOUR_PRIVATE_KEY_ID",
      "private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY\n-----END PRIVATE KEY-----\n",
      "client_email": "YOUR_CLIENT_EMAIL",
      "client_id": "YOUR_CLIENT_ID",
      "auth_uri": "https://accounts.google.com/o/oauth2/auth",
      "token_uri": "https://oauth2.googleapis.com/token",
      "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
      "client_x509_cert_url": "YOUR_CERT_URL"
    },
    "Styles": {
      "PrimaryColor": "#F3F3F3",
      "SecondaryColor": "#F3F3F3",
      "TextColor": "#333333",
      "ActiveTabColor": "#A8322E",
      "InactiveTabColor": "#FF5733",
      "BackgroundColor": "#FFFFFF",
      "BorderColor": "#E0E0E0",
      "HoverColor": "#FF7043",
      "ButtonColor": "#3BCF0A",
      "ButtonTextColor": "#FFFFFF",
      "SuccessColor": "#28A745",
      "WarningColor": "#FFC107",
      "ErrorColor": "#C0392B",
      "LinkColor": "#007BFF",
      "LinkHoverColor": "#0056B3"
    }
  },

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests to enhance Dashbraco’s functionality.

License

This project is licensed under the GNU General Public License v3.0.

Support

For any issues or feature requests, please open a GitHub Issue.


Explore enhanced insights and analytics with Dashbraco, the ultimate dashboard package for Umbraco!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.4 84 11/7/2024
0.0.3 78 11/4/2024
0.0.2 91 11/3/2024
0.0.1 85 11/3/2024 0.0.1 is deprecated because it has critical bugs.