Coder Social home page Coder Social logo

Comments (8)

unclecheese avatar unclecheese commented on August 30, 2024

It's a great idea, but rolling it into the core gives me pause because it ties it up with another module. It's super easy to create your own dashboard panels, though. Have you looked at the documentation/screencasts?

from silverstripe-dashboard.

jedateach avatar jedateach commented on August 30, 2024

Yes, it's not core. I just thought I'd throw the idea out there. I'll build it if I need to. Is there a better place to list ideas?

from silverstripe-dashboard.

unclecheese avatar unclecheese commented on August 30, 2024

Actually, I think there's a PR for a blog entry panel, too, so maybe it does make sense to work with popular thirdparty stuff.

In an ideal world, these modules would provide their own dashboard panels, though. That was always the dream. :-)

from silverstripe-dashboard.

jedateach avatar jedateach commented on August 30, 2024

Sounds similar to widgets. The blog module forces you to include the widgets module.
Applying that to dashboard, we get the situation where you must include the dashboard if a module has panels.
It would be nice if SS let you add these things to modules, but the manifest doesn't include them if the dashboard/widgets module doesn't exist. Might be a topic for the dev list.

from silverstripe-dashboard.

unclecheese avatar unclecheese commented on August 30, 2024

Yeah, there's an ugly hack for that.

<?php

if(class_exists("BlogEntry")) {
       class BlogDashboardPanel extends DashboardPanel {


       }
}

from silverstripe-dashboard.

jedateach avatar jedateach commented on August 30, 2024

ah, nice / ugly :)

from silverstripe-dashboard.

unclecheese avatar unclecheese commented on August 30, 2024

I'll bring this to the dev list. Maybe you can add your thoughts there.

from silverstripe-dashboard.

dospuntocero avatar dospuntocero commented on August 30, 2024

probably is not exactly the same but i did a module that does something like that, its called customer questions

from silverstripe-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.