..back to specific bits of feedback here, there seems to be a lot of enthusiasm (including from me), about Daniel and Lucy's references to a Bootstrap pegged ToC style of navigation and section segmentation. I do have some concerns about that approach however, so I want to toss them out there to see if you all have resolutions....
So a ToC sort of display like Bootstrap's typically relies on a separate rendering of the ToC from the actual content. At the moment, this is nothing like the way the config page is currently rendered. There are a number of ways to fix that. We can go directly to the jelly files and loop over the form contents twice. We can parse the page with JS after it is rendered and attach a pegged ToC. And, I am sure there are other solutions I am not thinking of. In all cases, though, that means a fairly substantial change to the page DOM, ie, the injection of this ToC block and possibly anchor points to tie the two together. With the collapsible accordions the DOM change is relatively small. If it weren't for the slightly nutty table structure of the page, there wouldn't even need to be a DOM change. On Thursday, July 16, 2015 at 9:03:49 AM UTC-7, Gus Reiber wrote: > > As threatened, but at long last, I have a demo video and associated blog > post.... not really posted to a blog, but, still something that can be read > and comment on.... > > Please take a look, and send feedback: > video: > http://youtu.be/1Qn4jEwAeGc > > post: > > https://docs.google.com/document/d/1sjd_Yl7wzyxVoaFurSGAVfgWNSwlnSLJztx7uexdgxE/edit?usp=sharing > > > > On Monday, June 22, 2015 at 4:37:17 AM UTC-7, Gus Reiber wrote: >> >> Hey all, >> Been a long time since my last post, as I had been cramming getting a >> prototype built for JUCs DC and London. I am happy to report Tom and my >> presentation was well received in DC. Now we are off to the UK. >> >> Now that we have a simifunctional prototype, we will be working to figure >> out how to best post it so community members can provide feedback. >> >> Thanks again for your interest. Please stay tuned. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/e658c8f2-b551-4c60-b40d-fd586504b8c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
