-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add Overview Dashboard to DHTML Pickles Site with Summary Charts by Namespace and Tags #295
Conversation
…amespace and Tags
Thanks, that picture certainly looks impressive! Many thanks for your contribution. I'm going to release a new version of Pickles tomorrow, but since I want to have a proper look at your contribution I will not include it yet. In the meantime, could you perhaps explain the Again, thanks for you work! |
Hi @dirkrombauts , thanks! We appreciate your team's hard work on Pickles, and we love the "living documentation" the DHTML site affords. Our team uses the We could easily add in some logic that if the |
We could also add an optional parameter to specify one tag that gets the namespace breakdown. |
A quick update ... I haven't forgotten about this ;-) I am not entirely sure I want the report exactly like this, but on the other hand I don't want to hold this code back while I sit and make up my mind. There are one or two other things in a similar state of limbo. For that reason, I have decided to introduce "experimental features" that people can opt in to, and will (hopefully) give feedback about. I'm busy setting up the infrastructure, and I hope I will be able to release it all on Friday 11 March. Thanks for your patience! |
Sounds good @dirkrombauts, I like the idea! Don't feel like you have to rush on our behalf, we're using a version with the Overview page internally while we await your changes. If you're interested in seeing our sample implementation, you can check it out at http://ocean-notify.elasticbeanstalk.com/scenarios. Thanks! |
Real life intervening ... the infrastructure for experimental features is now in place. However, I had to make changes that mean your branch is now in conflict with the main branch. Could you do me a favour and fix those conflicts on your branch? |
I'm having a go at fixing the merge issues myself. I hope to release this tomorrow! |
Released in version 2.5.0. |
Please post further comments in #306 |
Thanks @dirkrombauts , been a busy few days! I'll implement Pickles 2.5.0 and let you know how it goes. |
Creates an Overview / Dashboard screen for the Pickles DHTML site:
The charts on this page are sourced from a new
Summary
section in thepickledFeatures.js
file which is generated during the compilation phase. This PR includes a hard-coded implementation detail that is specific to one of our projects, the separation of@NotTested
tags into their own chart. The specification of any tags to process this way may be better done with a command-line parameter or config file, but time prevented us from taking it any further.Hope this proves to be a useful feature!