Updates to match new primary repo.

This commit is contained in:
2023-10-02 14:38:49 -04:00
parent db5da9bb48
commit 8f7b16a9ae
13 changed files with 545 additions and 229 deletions

View File

@@ -1,31 +1,11 @@
package main
const (
CUSTOM_FIELD_TEAM = "customfield_14580"
)
func GetDeadlineResourcePath() string {
return "resources/settings/deadline.txt"
func GetConfigPath() string {
return "resources/settings/config.json"
}
func GetDashboardTitle() string {
return "PI-8 DASHBOARD"
}
func GetTeamNames() []string {
return []string{"devops", "gaia", "igaluk", "orion", "pulsar", "solaris", "supernova"}
}
func GetPOList() []string {
return []string{"dbenavid", "el076320", "em031838", "ktsui", "ma031420"}
}
func GetBountyJQL() string {
return `project = GERSSW AND ("Epic Link" =GERSSW-4971 OR "Epic Link" =GERSSW-3759) AND Status = Accepted`
}
func GetCompletionText() string {
return "PHASE B COMPLETE"
func GetLogPath() string {
return "dashboard.log"
}
func GetTimerFormatString() string {