Update Work Templates content and images (#22716)

* Enabled Work templates by default

* Remove board as product condition

* Removed playbook as a plugin condition

* Removed backend condition for playbook plugin/board product

* remove boards from templates

* Removed unnecessary translations after booards templates removal

* Removed template with no playbook or integration

* Updated entrypoint wording

* update texts

* update thumbnails

* update bigger pictures

* reorder i18n

* Copy updates. Add menu order

* Remove changed translations

* Updated casing for add menu

* Restored boards

* fix i18n

* Fix missing capital in text

* Added missing boards in template

* Updated feature release playbook image

* Updated channel preview for create a project

* Update title copy

* Updated create project thumbnail

* Generate updated work templates

* Updating snapshot

---------

Co-authored-by: Julien Tant <julien@craftyx.fr>
Co-authored-by: Julian Mondragon <bugshoo+github@gmail.com>
Этот коммит содержится в:
Maria A Nunez
2023-03-31 16:12:56 -04:00
коммит произвёл GitHub
родитель 9156205178
Коммит 4a3c853636
53 изменённых файлов: 153 добавлений и 1332 удалений

Просмотреть файл

@@ -22,23 +22,6 @@ func areWorkTemplatesEnabled(c *Context) *model.AppError {
return model.NewAppError("areWorkTemplatesEnabled", "api.work_templates.disabled", nil, "feature flag is off", http.StatusNotFound)
}
// we have to make sure that playbooks plugin is enabled and board is a product
pbActive, err := c.App.IsPluginActive(model.PluginIdPlaybooks)
if err != nil {
return model.NewAppError("areWorkTemplatesEnabled", "api.work_templates.disabled", nil, "", http.StatusInternalServerError).Wrap(err)
}
if !pbActive {
return model.NewAppError("areWorkTemplatesEnabled", "api.work_templates.disabled", nil, "playbook plugin not active", http.StatusNotFound)
}
hasBoard, err := c.App.HasBoardProduct()
if err != nil {
return model.NewAppError("areWorkTemplatesEnabled", "api.work_templates.disabled", nil, "", http.StatusInternalServerError).Wrap(err)
}
if !hasBoard {
return model.NewAppError("areWorkTemplatesEnabled", "api.work_templates.disabled", nil, "board product not found", http.StatusNotFound)
}
return nil
}

Просмотреть файл

@@ -9,16 +9,16 @@ visibility: public
description:
channel:
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."
defaultMessage: "Chat with your team about any release blockers and changes in a channel that connects easily with your boards, playbooks and other integrations."
board:
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."
defaultMessage: "Keep meetings on track with the Meeting Agenda board. Manage your workload with the Project Tasks board."
playbook:
id: "worktemplate.product_teams.feature_release.description.playbook"
defaultMessage: "Create transparent workflows across development teams to ensure your feature development process is seamless."
defaultMessage: "Boost cross-functional team collaboration with task checklists and automation that support your feature development process. When youre done, run a retrospective and make improvements for your next release."
integration:
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."
defaultMessage: "Increase productivity in your channel by integrating your most commonly used tools to support your feature release, such as GitHub. These will be downloaded for you."
illustration: "/static/worktemplates/integrations.png"
content:
- channel:
@@ -42,7 +42,7 @@ content:
template: "Product Release"
name: "Feature release"
id: product-release-playbook
illustration: "/static/worktemplates/playbooks/product_release.png"
illustration: "/static/worktemplates/product_teams/feature_release/playbook.png"
- integration:
id: jira
- integration:
@@ -57,21 +57,15 @@ description:
channel:
id: worktemplate.product_teams.goals_and_okrs.channel
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.
board:
id: worktemplate.product_teams.goals_and_okrs.board
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board.
integration:
id: worktemplate.product_teams.goals_and_okrs.integration
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- channel:
@@ -103,23 +97,15 @@ description:
channel:
id: worktemplate.product_teams.bug_bash.channel
defaultMessage: >-
Get organized and bash all the bugs with this project! Build momentum and
measure progress using included Playbook, Board, and Channel.
board:
id: worktemplate.product_teams.bug_bash.board
defaultMessage: >-
Get organized and bash all the bugs with this project! Build momentum and
measure progress using included Playbook, Board, and Channel.
Plan and manage bug reports and resolutions in a single channel, thats easily accessible to your team and organization.
playbook:
id: worktemplate.product_teams.bug_bash.playbook
defaultMessage: >-
Get organized and bash all the bugs with this project! Build momentum and
measure progress using included Playbook, Board, and Channel.
Use checklists to assign testing areas and automated tasks to run a comprehensive bug bash process. Use a retrospective to review your process and improve it for next time.
integration:
id: worktemplate.product_teams.bug_bash.integration
defaultMessage: >-
Get organized and bash all the bugs with this project! Build momentum and
measure progress using included Playbook, Board, and Channel.
Increase productivity in your channel by integrating your most commonly used tools, such as Jira, to track your bug bash progress. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- playbook:
@@ -144,24 +130,15 @@ description:
channel:
id: worktemplate.product_teams.sprint_planning.channel
defaultMessage: >-
Use a Project to make sprint planning a breeze. The channel keeps the
conversation and questions focused. The sprint plan keeps everyone on task
for the week and the Retrospective board brings the team together to
continuously improve.
Chat with your team in a channel that connects easily with your boards and integrations.
board:
id: worktemplate.product_teams.sprint_planning.board
defaultMessage: >-
Use a Project to make sprint planning a breeze. The channel keeps the
conversation and questions focused. The sprint plan keeps everyone on task
for the week and the Retrospective board brings the team together to
continuously improve.
Track your team's progress toward weekly goals with sprint breakdowns, prioritization, owner assignment, and comments.
integration:
id: worktemplate.product_teams.sprint_planning.integration
defaultMessage: >-
Use a Project to make sprint planning a breeze. The channel keeps the
conversation and questions focused. The sprint plan keeps everyone on task
for the week and the Retrospective board brings the team together to
continuously improve.
Increase productivity in your channel by integrating your most commonly used tools, such as Zoom. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- channel:
@@ -185,10 +162,10 @@ visibility: public
description:
channel:
id: worktemplate.product_teams.product_roadmap.channel
defaultMessage: Description of why the channel(s) are needed
defaultMessage: Chat with your team about your customers' feedback, prioritization, and get aligned on progress together.
board:
id: worktemplate.product_teams.product_roadmap.board
defaultMessage: Description of why the board(s) are needed
defaultMessage: Use the Product Roadmap board to manage user feedback, assign resources, view deliverables in a calendar view, and prioritize issues.
content:
- channel:
id: channel-1674851139450
@@ -212,13 +189,13 @@ visibility: public
description:
channel:
id: "worktemplate.devops.incident_resolution.description.channel"
defaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way."
defaultMessage: "Chat with your team about priorities, add stakeholders, provide updates, and work toward a resolution in a single channel."
board:
id: "worktemplate.devops.incident_resolution.description.board"
defaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way."
defaultMessage: "Use the Incident Resolution board to support repeatable processes and assign defined tasks across the team."
playbook:
id: "worktemplate.devops.incident_resolution.description.playbook"
defaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way."
defaultMessage: "Use checklists and automation to bring in key team members, and share how your incident is tracking toward resolution."
content:
- playbook:
id: irpb
@@ -245,30 +222,30 @@ visibility: public
description:
channel:
id: worktemplate.devops.product_release.channel
defaultMessage: Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.
defaultMessage: Chat with your team about daily milestones, any blockers, and changes to deliverables, easily and quickly.
board:
id: worktemplate.devops.product_release.board
defaultMessage: Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.
defaultMessage: Use the Product Release board to support your release timeframe and process, ensuring everyone knows which tasks are due.
playbook:
id: worktemplate.devops.product_release.playbook
defaultMessage: Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.
defaultMessage: Create repeatable workflows that are easy to follow and implement so product releases are reliable and on time.
content:
- playbook:
id: playbook-1674851385983
template: Product Release
name: Product Release
illustration: /static/worktemplates/playbooks/product_release.png
- channel:
id: channel-1674851385983
illustration: /static/worktemplates/devops/product_release/channel.png
name: Product Release
playbook: playbook-1674851385983
- board:
id: board-1674851386432
template: a4ec399ab4f2088b1051c3cdf1dde4c3
name: Product Release
illustration: /static/worktemplates/boards/project_tasks.png
channel: channel-1674851385983
- channel:
id: channel-1674851385983
illustration: /static/worktemplates/devops/product_release/channel.png
name: Product Release
playbook: playbook-1674851385983
---
######################
# COMPANY WIDE
@@ -282,21 +259,15 @@ description:
channel:
id: worktemplate.companywide.goals_and_okrs.channel
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.
board:
id: worktemplate.companywide.goals_and_okrs.board
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board.
integration:
id: worktemplate.companywide.goals_and_okrs.integration
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- channel:
@@ -315,24 +286,21 @@ content:
id: 'companywide/create_project:v1'
category: companywide
useCase: Create a project
illustration: /static/worktemplates/companywide/create_project/create_project.svg
illustration: /static/worktemplates/companywide/create_project/create_project.png
visibility: public
description:
channel:
id: worktemplate.companywide.create_project.channel
defaultMessage: >-
Plan a Roadmap using this Project Board and collaborate on topic in the
channel created with this template.
Chat with your team about your new project and decide how youre going to structure it, in a collaborative channel.
board:
id: worktemplate.companywide.create_project.board
defaultMessage: >-
Plan a Roadmap using this Project Board and collaborate on topic in the
channel created with this template.
Use a Kanban board to define and track your project tasks and progress.
integration:
id: worktemplate.companywide.create_project.integration
defaultMessage: >-
Plan a Roadmap using this Project Board and collaborate on topic in the
channel created with this template.
Increase productivity in your channel by integrating your most commonly used tools. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- channel:
@@ -365,21 +333,15 @@ description:
channel:
id: worktemplate.leadership.goals_and_okrs.channel
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.
board:
id: worktemplate.leadership.goals_and_okrs.board
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board.
integration:
id: worktemplate.leadership.goals_and_okrs.integration
defaultMessage: >-
Clear focus is essential to team success and with this Project you can
document the teams goals and OKRs as well as post updates in the
dedicated channel.
Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.
illustration: /static/worktemplates/integrations.png
content:
- channel:

Просмотреть файл

@@ -37,7 +37,6 @@ func init() {
_ = T("worktemplate.product_teams.goals_and_okrs.board")
_ = T("worktemplate.product_teams.goals_and_okrs.integration")
_ = T("worktemplate.product_teams.bug_bash.channel")
_ = T("worktemplate.product_teams.bug_bash.board")
_ = T("worktemplate.product_teams.bug_bash.playbook")
_ = T("worktemplate.product_teams.bug_bash.integration")
_ = T("worktemplate.product_teams.sprint_planning.channel")
@@ -92,22 +91,22 @@ var wt00a1b44a5831c0a3acb14787b3fdd352 = &WorkTemplate{
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.",
DefaultMessage: "Chat with your team about any release blockers and changes in a channel that connects easily with your boards, playbooks and other integrations.",
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.",
DefaultMessage: "Keep meetings on track with the Meeting Agenda board. Manage your workload with the Project Tasks board.",
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.",
DefaultMessage: "Boost cross-functional team collaboration with task checklists and automation that support your feature development process. When youre done, run a retrospective and make improvements for your next release.",
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.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools to support your feature release, such as GitHub. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -144,7 +143,7 @@ var wt00a1b44a5831c0a3acb14787b3fdd352 = &WorkTemplate{
Template: "Product Release",
Name: "Feature release",
ID: "product-release-playbook",
Illustration: "/static/worktemplates/playbooks/product_release.png",
Illustration: "/static/worktemplates/product_teams/feature_release/playbook.png",
},
},
{
@@ -170,18 +169,18 @@ var wt5baa68055bf9ea423273662e01ccc575 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.product_teams.goals_and_okrs.channel",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.product_teams.goals_and_okrs.board",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board. ",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.product_teams.goals_and_okrs.integration",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -231,22 +230,18 @@ var wtfeb56bc6a8f277c47b503bd1c92d830e = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.product_teams.bug_bash.channel",
DefaultMessage: "Get organized and bash all the bugs with this project! Build momentum and measure progress using included Playbook, Board, and Channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.product_teams.bug_bash.board",
DefaultMessage: "Get organized and bash all the bugs with this project! Build momentum and measure progress using included Playbook, Board, and Channel.",
DefaultMessage: "Plan and manage bug reports and resolutions in a single channel, thats easily accessible to your team and organization.",
Illustration: "",
},
Playbook: &TranslatableString{
ID: "worktemplate.product_teams.bug_bash.playbook",
DefaultMessage: "Get organized and bash all the bugs with this project! Build momentum and measure progress using included Playbook, Board, and Channel.",
DefaultMessage: "Use checklists to assign testing areas and automated tasks to run a comprehensive bug bash process. Use a retrospective to review your process and improve it for next time.",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.product_teams.bug_bash.integration",
DefaultMessage: "Get organized and bash all the bugs with this project! Build momentum and measure progress using included Playbook, Board, and Channel.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools, such as Jira, to track your bug bash progress. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -286,18 +281,18 @@ var wt8d2ef53deac5517eb349dc5de6150196 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.product_teams.sprint_planning.channel",
DefaultMessage: "Use a Project to make sprint planning a breeze. The channel keeps the conversation and questions focused. The sprint plan keeps everyone on task for the week and the Retrospective board brings the team together to continuously improve.",
DefaultMessage: "Chat with your team in a channel that connects easily with your boards and integrations.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.product_teams.sprint_planning.board",
DefaultMessage: "Use a Project to make sprint planning a breeze. The channel keeps the conversation and questions focused. The sprint plan keeps everyone on task for the week and the Retrospective board brings the team together to continuously improve.",
DefaultMessage: "Track your team's progress toward weekly goals with sprint breakdowns, prioritization, owner assignment, and comments. ",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.product_teams.sprint_planning.integration",
DefaultMessage: "Use a Project to make sprint planning a breeze. The channel keeps the conversation and questions focused. The sprint plan keeps everyone on task for the week and the Retrospective board brings the team together to continuously improve.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools, such as Zoom. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -338,12 +333,12 @@ var wt00ab91a945627f4a624957dd80490bb2 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.product_teams.product_roadmap.channel",
DefaultMessage: "Description of why the channel(s) are needed",
DefaultMessage: "Chat with your team about your customers' feedback, prioritization, and get aligned on progress together.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.product_teams.product_roadmap.board",
DefaultMessage: "Description of why the board(s) are needed",
DefaultMessage: "Use the Product Roadmap board to manage user feedback, assign resources, view deliverables in a calendar view, and prioritize issues.",
Illustration: "",
},
},
@@ -379,17 +374,17 @@ var wtce19b9352a59d6a5d26f292d83e84377 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.devops.incident_resolution.description.channel",
DefaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way.",
DefaultMessage: "Chat with your team about priorities, add stakeholders, provide updates, and work toward a resolution in a single channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.devops.incident_resolution.description.board",
DefaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way.",
DefaultMessage: "Use the Incident Resolution board to support repeatable processes and assign defined tasks across the team.",
Illustration: "",
},
Playbook: &TranslatableString{
ID: "worktemplate.devops.incident_resolution.description.playbook",
DefaultMessage: "When everything is going wrong, having a repeatable process is the key to making sure everything is made right as quickly as possible. This Project combines everything Mattermost offers to ensure the fires are put out and stakeholders informed along the way.",
DefaultMessage: "Use checklists and automation to bring in key team members, and share how your incident is tracking toward resolution.",
Illustration: "",
},
},
@@ -433,17 +428,17 @@ var wt37406285a41c18bcdeb881189f7acde0 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.devops.product_release.channel",
DefaultMessage: "Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.",
DefaultMessage: "Chat with your team about daily milestones, any blockers, and changes to deliverables, easily and quickly.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.devops.product_release.board",
DefaultMessage: "Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.",
DefaultMessage: "Use the Product Release board to support your release timeframe and process, ensuring everyone knows which tasks are due.",
Illustration: "",
},
Playbook: &TranslatableString{
ID: "worktemplate.devops.product_release.playbook",
DefaultMessage: "Dont miss a step during a product release with this Project. Assign tasks from the Playbook checklist and hit milestones with the Board. Use Channels to keep everyone on the same page.",
DefaultMessage: "Create repeatable workflows that are easy to follow and implement so product releases are reliable and on time.",
Illustration: "",
},
},
@@ -456,15 +451,6 @@ var wt37406285a41c18bcdeb881189f7acde0 = &WorkTemplate{
Illustration: "/static/worktemplates/playbooks/product_release.png",
},
},
{
Channel: &Channel{
ID: "channel-1674851385983",
Name: "Product Release",
Purpose: "",
Playbook: "playbook-1674851385983",
Illustration: "/static/worktemplates/devops/product_release/channel.png",
},
},
{
Board: &Board{
ID: "board-1674851386432",
@@ -474,6 +460,15 @@ var wt37406285a41c18bcdeb881189f7acde0 = &WorkTemplate{
Illustration: "/static/worktemplates/boards/project_tasks.png",
},
},
{
Channel: &Channel{
ID: "channel-1674851385983",
Name: "Product Release",
Purpose: "",
Playbook: "playbook-1674851385983",
Illustration: "/static/worktemplates/devops/product_release/channel.png",
},
},
},
}
@@ -487,18 +482,18 @@ var wtf7b846d35810f8272eeb9a1a562025b5 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.companywide.goals_and_okrs.channel",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.companywide.goals_and_okrs.board",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board. ",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.companywide.goals_and_okrs.integration",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -533,24 +528,24 @@ var wtb9ab412890c2410c7b49eec8f12e7edc = &WorkTemplate{
ID: "companywide/create_project:v1",
Category: "companywide",
UseCase: "Create a project",
Illustration: "/static/worktemplates/companywide/create_project/create_project.svg",
Illustration: "/static/worktemplates/companywide/create_project/create_project.png",
Visibility: "public",
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.companywide.create_project.channel",
DefaultMessage: "Plan a Roadmap using this Project Board and collaborate on topic in the channel created with this template.",
DefaultMessage: "Chat with your team about your new project and decide how youre going to structure it, in a collaborative channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.companywide.create_project.board",
DefaultMessage: "Plan a Roadmap using this Project Board and collaborate on topic in the channel created with this template.",
DefaultMessage: "Use a Kanban board to define and track your project tasks and progress.",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.companywide.create_project.integration",
DefaultMessage: "Plan a Roadmap using this Project Board and collaborate on topic in the channel created with this template.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},
@@ -601,18 +596,18 @@ var wt32ab773bfe021e3d4913931041552559 = &WorkTemplate{
Description: Description{
Channel: &TranslatableString{
ID: "worktemplate.leadership.goals_and_okrs.channel",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Chat about your goals and progress with your team, async or real-time, and stay up to date with changes in a single channel.",
Illustration: "",
},
Board: &TranslatableString{
ID: "worktemplate.leadership.goals_and_okrs.board",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Track your team's progress toward organizational goals with the Goals and OKR board. Keep meetings on track with the Meeting Agenda board. ",
Illustration: "",
},
Integration: &TranslatableString{
ID: "worktemplate.leadership.goals_and_okrs.integration",
DefaultMessage: "Clear focus is essential to team success and with this Project you can document the teams goals and OKRs as well as post updates in the dedicated channel.",
DefaultMessage: "Increase productivity in your channel by integrating your most commonly used tools, such as Zoom, to facilitate easy collaboration. These will be downloaded for you.",
Illustration: "/static/worktemplates/integrations.png",
},
},