Files
mostlymatter/app/worktemplates/worktemplate_generated.go
2022-11-29 14:53:03 -07:00

105 строки
3.7 KiB
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// Code generated by "make generate-worktemplates"
// DO NOT EDIT
package worktemplates
func init() {
registerWorkTemplateCategory("product_teams", wtc846b565cd80043537945134a54812e07)
registerWorkTemplate("product_teams/feature_release:v1", wt00a1b44a5831c0a3acb14787b3fdd352)
// Register categories strings
_ = T("worktemplate.category.product_teams")
// Register translation strings
_ = T("worktemplate.product_teams.feature_release.description.channel")
_ = T("worktemplate.product_teams.feature_release.description.board")
_ = T("worktemplate.product_teams.feature_release.description.playbook")
_ = T("worktemplate.product_teams.feature_release.description.integration")
}
var wtc846b565cd80043537945134a54812e07 = &WorkTemplateCategory{
ID: "product_teams",
Name: "worktemplate.category.product_teams",
}
var wt00a1b44a5831c0a3acb14787b3fdd352 = &WorkTemplate{
ID: "product_teams/feature_release:v1",
Category: "product_teams",
UseCase: "Feature Release",
Illustration: "https://via.placeholder.com/204x123.png",
Visibility: "public",
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.product_teams.feature_release.description.channel",
DefaultMessage: "Chat with your team in a Feature Release channel that connects easily with your boards, playbooks and app bots.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.product_teams.feature_release.description.board",
DefaultMessage: "Use our Meeting Agenda board template for recurring meetings like standup and our Project Tasks board to manage the progress of tasks along the way.",
Illustration: "",
},
Playbook: &TranslatableString{
ID: "worktemplate.product_teams.feature_release.description.playbook",
DefaultMessage: "Create transparent workflows across development teams to ensure your feature development process is seamless.",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.product_teams.feature_release.description.integration",
DefaultMessage: "Increase productivity in your channel by integrating a Jira bot and Github bot. These will be downloaded for you.",
Illustration: "https://via.placeholder.com/509x352.png?text=Integrations",
},
},
Content: []Content{
{
Channel: &Channel{
ID: "feature-release",
Name: "Feature Release",
Purpose: "",
Playbook: "product-release-playbook",
Illustration: "https://via.placeholder.com/509x352.png?text=Channel+feature+release",
},
},
{
Board: &Board{
ID: "board-meeting-agenda",
Template: "meeting agenda|bwps66irhr7b9dxgayf9kz33g5o",
Name: "Meeting Agenda",
Channel: "feature-release",
Illustration: "https://via.placeholder.com/509x352.png?text=Board+meeting+agenda",
},
},
{
Board: &Board{
ID: "board-project-task",
Template: "project task|bmttiziw35irgtmztewd9upyqdy",
Name: "project task board",
Channel: "feature-release",
Illustration: "https://via.placeholder.com/509x352.png?text=Board+project+task",
},
},
{
Playbook: &Playbook{
Template: "product release",
Name: "Feature release",
ID: "product-release-playbook",
Illustration: "https://via.placeholder.com/509x352.png?text=Playbook+feature+release",
},
},
{
Integration: &Integration{
ID: "jira",
},
},
{
Integration: &Integration{
ID: "github",
},
},
},
}