New setting delegated_qa to store QA managers

This commit is contained in:
nemunaire 2023-07-25 09:04:31 +02:00
commit d2f409db7a
11 changed files with 148 additions and 20 deletions

View file

@ -87,6 +87,9 @@ type Settings struct {
GlobalTopMessageVariant string `json:"globaltopmessagevariant,omitempty"`
// HideHeader will hide the countdown and partners block on front pages.
HideHeader bool `json:"hide_header,omitempty"`
// DelegatedQA contains the users allowed to perform administrative tasks on the QA platform.
DelegatedQA []string `json:"delegated_qa,omitempty"`
}
// ExistsSettings checks if the settings file can by found at the given path.