Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the most useful information to display at the front of the office?

Tags:

status

The company I work for has just purchased 4 32" LCD screens to be mounted at the front of the office for demonstration purposes. Whilst we are not demonstrating (most of the time), the screens are to be used as development information screens for the whole team.

What information would people recommend displaying to be most useful to the team? Our focus is on hosted business web-apps but I am interested in what other teams doing other types of development find useful too. Pointers on how to gather the displayed information would be useful also.

like image 972
Tim Wardle Avatar asked Jun 15 '09 18:06

Tim Wardle


5 Answers

  • Information about your continuous integration status.
  • Major Development Milestones that have been hit in the last week
  • Releases within the last month (including a short description why this release is awesome)

Use it as motivational board. The achievements of software development are seldom communicated well enough.

like image 106
Tobias Hertkorn Avatar answered Oct 19 '22 00:10

Tobias Hertkorn


Since you're hosting apps for your customers, server and network status information would probably be useful.

Heck, why not create a "chat room" for the dev team to discuss issues and post a streaming version of that as well?

Schedule information, Scrum notes from that morning, a gantt chart...the possibilities abound.

like image 32
sangretu Avatar answered Oct 19 '22 01:10

sangretu


  • Outstanding bugcount, sorted by priority and severity. You can likely get this from your bugtracking tool programmatically.
  • Depending on your process management system, possibly a list of feature requests and the percentage complete on each of them. Again, you can probably get this programmatically from your process management / time tracking tool.
  • Time spent in the current development cycle, and time remaining. Again, this should be available from your process / management / time tracking tool. You may want to use this data with your bugcounts as well to give a bugs / day fix rate.
  • If you're a public company with a profit-sharing plan (i.e. stock or options), the current price of the stock (this can be surprisingly strongly motivating). You can get stock data from several sources online programmatically (although a small delay may be injected unless you're paying for the service).
like image 41
Paul Sonier Avatar answered Oct 19 '22 01:10

Paul Sonier


The movie 'Office Space'

like image 43
jmatthias Avatar answered Oct 19 '22 00:10

jmatthias


  • Weather radar from intellicast.com
  • Latest Checkin.
  • Number of checkins per day
  • Number of customers that use software
  • Metrics on Bugs found/fixed and the ratio.
like image 27
George Stocker Avatar answered Oct 19 '22 01:10

George Stocker