What happened:
It is useful if users are able to know about the downtime from web ui. We'd like to show the message like 2018/4/2 10:00 - 11:00 : Screwdrivrer will down for maintenance at top of pages.
What you expected to happen:
Screwdriver UI can show maintenance message.
We should add endpoints to update and delete banner messages in the Screwdriver UI. Remove, create, and update should require admin permissions (https://github.com/screwdriver-cd/screwdriver/blob/master/config/default.yaml#L31).
/banners{ message: <STRING> }/banners/{id}{ message: <STRING> }/banners/{id}/banners to list all banners/banners/{id}This feature is available now. SD admins can create and delete banners to be displayed in UI.
Example:

Blog post: http://blog.screwdriver.cd/post/174026600097/screwdriver-banners
Documentation: https://docs.screwdriver.cd/cluster-management/FAQ#how-do-i-post-announcements-on-the-ui
Most helpful comment
This feature is available now. SD admins can create and delete banners to be displayed in UI.
Example:

Blog post: http://blog.screwdriver.cd/post/174026600097/screwdriver-banners
Documentation: https://docs.screwdriver.cd/cluster-management/FAQ#how-do-i-post-announcements-on-the-ui