How can I create a dynamic rally dashboard? [closed] - project-management

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I'm looking to make an Agile dashboard, or "information radiator," that shows information based on a combination of teams.
It will act as a display board in our hallways and in our project manager's areas.
The goal is to be able to dynamically move from customized view to customized view in a presentation mode.
I know with Rally I can view separate teams burn-downs, but is there a way I can look at 8 separate teams burn-downs on the same screen? And the move to a different kind of information set after X seconds?
Each view should be a different "Screen" such as a PowerPoint looks when it moves from one view to another. I'd like to set it on a timer
Example:
View 1: Team 1's burn-down, Team 2's burn-down, etc...
View 2: Team 1's build results, Team 2's build results, etc...
View 3: Team 1's Bugs introduced, Team 2's bug introduced...

Sure, you can create a custom page called Team Burn Downs and then add burndown charts for each team- just edit the settings and choose a specific project scope rather than following the global.
Repeat for the builds and bugs pages.
There are browser extensions like Revolver which will automatically cycle through your open tabs. We use this on our standup tv and it works great...

Related

Why some sites load like an SPA while some refreshes everytime? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I have hosted my website on two different providers
render - https://madhusudanlive.onrender.com/
railway - https://krypton.up.railway.app/
Both of these sites have same code and built on top of nuxtJS, also the same methods used for deploying, but the one hosted on the render loads quickly, and the loading sign on URL doesn't change (feels like an SPA) but the other one reloads page on every single request, and we can clearly see the reload and cross icons changing on every click.
For a better example, open the navbar on top right and click the home/about pages, and then click on the k logo, for render site, it will show animation but for the railway host, it will not show the animation but reload the page.
The app on Render is indeed an SPA, the Railway one behaves like an MPA.
I can confirm that.
As of the exact reason, we'll need to check some of your code. What matters the most is how it behaves if you bundle (and preview) it locally.
Also, depends if you use 'server' or 'static' for those as a target.
Also how you configured the deploy on each platform.
PS: I would start by fixing those errors first is quite important.

Custom tasks and default view in SAS Studio 3.5 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am creating a custom task in SAS Studio 3.5. I want to design a simple user interface so that users can select options and input parameters.
When SAS Studio opens, there is a code and log window, when the task is opened there are then a few extra tabs at the top.
I would like to know if
A) the log and code window can be deselected by default
B) if, when the task is opened, it displays only the user interface (form) to fill in.
I basically want as few things for the user to click on as possible.
The best way to deliver a modern UI is to use HTML5. This is waay easier than using SAS/AF, more supportable (plenty of web resource available in the market), scalable, requires no client install (virtually all clients have browsers!), and you can make use of the '000s of free libraries available (jQuery, Boostrap, HandsOnTable etc).
I have written a simple guide for building web applications with SAS:
http://rawsas.blogspot.co.uk/2015/12/building-web-apps-with-sas.html

How to create a visual sitemap of a large existing website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to evaluate a current existing website's sitemap and structure. Normally i utilize a patchwork of utilities and programs and end up creating the visual site with either illustrator or slickmaps for a browser based solution.
I have started down this road again and realize this site is much too large to do this all by hand. My "dream" solution would create an attractive diagram of the website possibly from an xml file, and show cross linking and those kinds of relationships. The icing on the cake would be if i could also get it to mashup with google analytics site visitation metrics - but that would probably be asking too much...
Any help appreciated...
Shawna
Do you need sitemap for seo? We use at http://applehub.us/ huge xml file generated by script. I think it would useless create site map for users
For building flow diagram of a website you can try the Site Visualizer software.
Run the app, create new project, enter URL of the site, then click Start button. After the site will be crawled, go to Visual Sitemap tab and click Draw button. Similar visual structure of the website will be drawn:
Click on a page in order to highlight all its outbound links. Click on Save button to save the diagram to an image file.
More info is available here.

How to format detailed app description [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How can we format the detailed app description when submitting an app?
Entering a simple bulleted list like this:
See multiple currencies
Conversion for ...
Shows this ugly on the phone Marketplace:
Do Not Use Formatting
In the S.O. question "Tips for a successful Windows Phone 7 Marketplace submission", one of the Answers states:
Don't use formatting in your marketplace description as it won't be
preserved consistently when displayed in the Marketplace.
The blog post "Tip 5–Don’t use formatting in your Marketplace Descriptions" also details that copy/pasting of html fails as well.
App Hub May Contradict the Above
However, the "app hub application submission walkthrough" clearly states under the Detailed Description Checklist (item 5):
Include bullet points to highlight features of the app. Bullet points
should also be brief. Don't have more than six bullet points
So, it seems that there may be the ability to use some type of bullet list in the Detailed Description, yet there are no readily available guidelines on how to correctly format the bullet list.
Possible Options
One suggestion would be to use textual bullets, i.e,
- See multiple currencies
- Conversion for...
- etc...
Finally, as a last resort, submit a support ticket to the marketplace and quote the "app hub application submission walkthrough" I quoted above and ask them where the guidelines are for creating bullet-points.

Whats the best approach for handling a template picker in Cocoa [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I have been dealing with this situation for a while now. I have been programming in objective C for about four years now but only for the iphone platform. I am currently working on my first mac osx application and would like some help on the best practices for handling a template picker when the app launches. To be more specific the transition between the template picker view and the window. For example in the application pages, the application allows you to select a template in the first view that is loaded and then after you have chosen your template that view disappears completely and you then receive a new view that is specifically for editing purposes. I currently have an application that loads the first view fine allows for selection in an IKImagebrowser and loads a separate view although I don't know if this is the best approach for doing this and also I can't seem to get the view with the Imagbrowser in it to disappear after I load the second view. If someone could shed some light on this situation for me it would be most appreciated.
there is not much wrong with what your doing... although BASIC difference between iphone programming and MAC programming is that in iphone programming we use the IK kit and in MAC prograamming we dont..all the classes used in MAC programming (not necessarily) but most use NS.... KEEP in mind that in MAC programming , a single button can launch a SINGLE action or call a single method unlike in iphone SDK where u can connect a button with multiple method calls.
my suggestion to u is put a working or busy sign and set its alpha value to zero, wheen first app is closed, dont close it there...instead change gamma value and load the next view...When that is loaded(KEEP THEIR POSITON(x,y) exactly same , hide the previous view app or first app...that way the transition would seem like its a single app....
hope this helps

Resources