b-b-a / bba-power

1 stars 0 forks source link

Version number display #124

Closed paulmallett closed 12 years ago

paulmallett commented 12 years ago

Would it be useful to display a version number somewhere; perhaps at the left-hand side? It would be especially helpful when switching between the production and test systems.

shaunfreeman commented 12 years ago

I think this would be a good idea and easy to implement too. The left-hand side would be good or in the header at the top of the screen.

paulmallett commented 12 years ago

Bottom left or top right would be fine; whichever is easiest to maintain.

shaunfreeman commented 12 years ago

I will put this in top right of heading.

ghost commented 12 years ago

Adding to this I have made the Top Heading show some text that is taken from the environment. This will allow some text to be set in the environment that can show which system is running - for production it can be empty or say "ProductionServer"; for testing environments we can show something like "TestingServer"!!. It is completely independant of the code and database. This is followed by the Production / Testing / Development setting of the Zend Application - this bit is application dependant. Note: The real production server may be "not-set" to keep the UI clean.

paulmallett commented 12 years ago

Looks OK to me.