-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement: add serve dashboard command / static page #232
Comments
I wouldn't mind to tackle this… 🔥 🔥 🔥 |
We have a PR for adding formatters #201, which will make doing this a lot easier. I see two ways of implementing this. Either create a new formatter called |
@olivernybroe in each run we could add a new JSON file to a specific folder that a HTML would read an present the key figures and charts. Feels like the best approach, and also to show the progress of the insights results. |
@caneco Sounds like a good idea. I think the JSON way is more robust and extendable in the future. Would also do so you could compare your results for each run 👍 Maybe this dashboard should be a package for itself that you can just |
Could be something installed if needed with |
@caneco Yeah, it makes a ton of sense to use |
Another question… Should the dashboard be:
|
I think a static site might be the best choice, if that is not too much work. Else just do what you find easiest. |
Love the idea of a static site ! |
Thanks to @olivernybroe, we can know get |
I also would like static html files more. And at the end it's just adding tag wrappers around the already present text format? |
Will try to add a HTML formatter which generates a static file. |
@Gummibeer what's the present status of your html output/format? And, just as importantly, where is it? :) |
It's there https://github.com/nunomaduro/phpinsights/pull/258/files and the PR status says it all. 😉 |
I am not sure if this is already present. I can't see it in the docs. |
It would be great to see results in a dashboard.
I know that Symfony Insight has one and it's awesome.
It will increase the readability of issues.
The text was updated successfully, but these errors were encountered: