Feature #18368
Notification banner
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Workbench2
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Ability to tell the user about system maintenance. Want a banner on workbench2.
A very simple implementation could be a json url on the server that where workbench2 is hosted where an admin can populate a message to be shown to user, e.g. "we are aware of performance issues and are investigating a fix" or "scheduled maintenance on Saturday November 29th 21:00-23:00, Arvados will be unavailable".
The mechanism could be similar to how we tell workbench2 about the location of the api server, e.g. in the nginx config:
location /config.json { return 200 '{"API_HOST":"ce8i5.arvadosapi.com"}'; }
This content can of course also be loaded by nginx from a file.
Related issues
History
#1
Updated by Peter Amstutz 6 months ago
- Category changed from Workbench to Workbench2
- Subject changed from Notification banner to Notification banner
#2
Updated by Peter Amstutz 6 months ago
- Description updated (diff)
#3
Updated by Ward Vandewege 6 months ago
- Related to Bug #18371: Handle unreachable API server better on startup added
#4
Updated by Ward Vandewege 6 months ago
- Description updated (diff)