hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

Custom platform status messages #528

Closed denkv closed 3 years ago

denkv commented 3 years ago

User story

We need to be able to display custom status messages in GUI without rebuilding it.

Solution

Display the contents of files at a predefined location, with possibility to change the contents by mounting files to the GUI container. Some pages may need separate messages.

Alternative would be to store the messages in the database, however that will mean they will not be displayed if database is not available.