OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
0
app/Domain/ContentTemplates/Library/goal/.gitkeep
Normal file
0
app/Domain/ContentTemplates/Library/goal/.gitkeep
Normal file
0
app/Domain/ContentTemplates/Library/lean/.gitkeep
Normal file
0
app/Domain/ContentTemplates/Library/lean/.gitkeep
Normal file
0
app/Domain/ContentTemplates/Library/wiki/.gitkeep
Normal file
0
app/Domain/ContentTemplates/Library/wiki/.gitkeep
Normal file
51
app/Domain/ContentTemplates/Library/wiki/bug-report.yaml
Normal file
51
app/Domain/ContentTemplates/Library/wiki/bug-report.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
key: "bug-report"
|
||||
title: "Bug"
|
||||
description: "A template for a bug report"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-bug"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.todos"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Bug"
|
||||
content: |
|
||||
<table style="border-collapse: collapse; width: 100.051%;" border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
|
||||
<td style="width: 82.7562%;">summarize the issue you are experiencing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Environment</strong></span></td>
|
||||
<td style="width: 82.7562%;">describe the environment under which the problem occured (hosted, production, staging etc)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Reproduction Steps</strong></span></td>
|
||||
<td style="width: 82.7562%;">Describe the steps to reproduce the problem<br />
|
||||
<ol>
|
||||
<li>Step 1</li>
|
||||
<li>Step 2</li>
|
||||
</ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Expected Outcome</strong></span></td>
|
||||
<td style="width: 82.7562%;">describe what you expected would happen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Actual Outcome</strong></span></td>
|
||||
<td style="width: 82.7562%;">describe what actually happened</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Impact</strong></span></td>
|
||||
<td style="width: 82.7562%;">describe how impactful this issue is to your workflow (eg can not work at all; delays my work; large inconvenience etc)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
|
||||
<td style="width: 82.7562%;">Anything else you would like to mention</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -0,0 +1,32 @@
|
||||
key: "decision-record"
|
||||
title: "Decision Record"
|
||||
description: "Capture a single decision with its context, options weighed, and chosen path."
|
||||
appliesTo: "wiki"
|
||||
sector: "process"
|
||||
icon: "fa-gavel"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Decision Record"
|
||||
content: |
|
||||
<h1>Decision Record</h1>
|
||||
<p><strong>Status:</strong> Proposed</p>
|
||||
<p><strong>Date:</strong> </p>
|
||||
<p><strong>Decision makers:</strong> </p>
|
||||
<h2>Context</h2>
|
||||
<p>What's the situation that requires a decision? What problem are we solving?</p>
|
||||
<h2>Options considered</h2>
|
||||
<ol>
|
||||
<li><strong>Option A —</strong> brief description, pros, cons</li>
|
||||
<li><strong>Option B —</strong> brief description, pros, cons</li>
|
||||
<li><strong>Option C —</strong> brief description, pros, cons</li>
|
||||
</ol>
|
||||
<h2>Decision</h2>
|
||||
<p>The chosen option and the one-sentence reason.</p>
|
||||
<h2>Consequences</h2>
|
||||
<p>What does choosing this mean? What follow-on work does it imply? What did we explicitly NOT choose?</p>
|
||||
<h2>Revisit</h2>
|
||||
<p>What would have to change for us to revisit this decision?</p>
|
||||
@@ -0,0 +1,34 @@
|
||||
key: "feature-request"
|
||||
title: "Feature Request"
|
||||
description: "A template for a feature request"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-lightbulb"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.todos"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Feature Request"
|
||||
content: |
|
||||
<table style="border-collapse: collapse; width: 100.051%;" border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
|
||||
<td style="width: 82.7562%;">summarize the feature you would like</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Target User</strong></span></td>
|
||||
<td style="width: 82.7562%;">describe who benefits most from this feature</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Desired Timeline</strong></span></td>
|
||||
<td style="width: 82.7562%;">when would you like to see it implemented</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
|
||||
<td style="width: 82.7562%;">any additional details</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
36
app/Domain/ContentTemplates/Library/wiki/meeting-notes.yaml
Normal file
36
app/Domain/ContentTemplates/Library/wiki/meeting-notes.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
key: "meeting-notes"
|
||||
title: "Meeting Notes"
|
||||
description: ""
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-clipboard"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
# Sector doubles as "category" for wiki templates. Resolved via the
|
||||
# TranslationResolver at consume time so it reads in the user's locale.
|
||||
sector: "t:templates.documents"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Meeting Notes"
|
||||
content: |
|
||||
<h1>Meeting Notes</h1>
|
||||
<p><strong>Attendees</strong><br>
|
||||
<span>Name1, Name2</span></p>
|
||||
<p><span><br></span></p>
|
||||
<p><span><strong>Agenda</strong><br></span></p>
|
||||
<ul>
|
||||
<li><span>Item 1</span></li>
|
||||
<li><span>Item 2</span></li>
|
||||
</ul>
|
||||
<p><span><br></span></p>
|
||||
<p><span><strong>Notes</strong><br></span></p>
|
||||
<ul>
|
||||
<li><span>Notes here</span></li></ul>
|
||||
<p><span><br></span></p>
|
||||
<p><span><strong>Action Items</strong><br></span></p>
|
||||
<ul data-type="taskList">
|
||||
<li data-type="taskItem" data-checked="false"><span>Action Item 1</span></li>
|
||||
<li data-type="taskItem" data-checked="false"><span>Action Item 1</span><span><br></span>
|
||||
</li>
|
||||
</ul>
|
||||
152
app/Domain/ContentTemplates/Library/wiki/prd.yaml
Normal file
152
app/Domain/ContentTemplates/Library/wiki/prd.yaml
Normal file
@@ -0,0 +1,152 @@
|
||||
key: "prd"
|
||||
title: "t:templates.prd.title"
|
||||
description: "t:templates.prd.description"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-file-lines"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.documents"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Product Requirements Document"
|
||||
# Inline {{ t:KEY }} substitutions handled by TranslationResolver at
|
||||
# consume time. Author / Date placeholders dropped — the hardcoded
|
||||
# version baked $author/$today into the HTML, but for a registry-
|
||||
# served template those need to be editable affordances, not baked.
|
||||
content: |
|
||||
<h1><strong>{{ t:templates.prd.title_for_prd }}<br /></strong></h1>
|
||||
<p>{{ t:templates.author }} <br />
|
||||
{{ t:templates.dates }} <br />
|
||||
{{ t:templates.status }} <span class="label label-default">{{ t:templates.status.draft }}</span><br />
|
||||
|
||||
<table style="border-collapse: collapse; width: 100%;" border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="width: 23.3025%;">{{ t:templates.prd.responsible }}</td>
|
||||
<td style="width: 23.3025%;">{{ t:templates.prd.approve }}</td>
|
||||
<td style="width: 23.3025%;">{{ t:templates.prd.consulted }}</td>
|
||||
<td style="width: 23.3025%;">{{ t:templates.prd.informed }}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h1>{{ t:templates.summary }}</h1>
|
||||
<h2>{{ t:templates.overview }}</h2>
|
||||
<p>{{ t:templates.prd.overview_description }}</p>
|
||||
|
||||
<h2>{{ t:templates.problem }}</h2>
|
||||
<p>{{ t:templates.prd.problem_description }}</p>
|
||||
|
||||
<h2>Goals (What are we working towards?)</h2>
|
||||
<p>1. Goal</p>
|
||||
<p>2. Goal</p>
|
||||
<p>3. Goal</p>
|
||||
<h2>Risks (Things that could get in the way or stop progress)</h2>
|
||||
<p>1. Risk</p>
|
||||
<p>2. Risk</p>
|
||||
<p>3. Risk</p>
|
||||
<h2>Who is the Customer & Description</h2>
|
||||
<p>Who are the target personas for this product, and which is the key persona?</p>
|
||||
<table style="border-collapse: collapse; width: 50%;" border="1">
|
||||
<tbody>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 11.8519%; height: 17px;">Customer</td>
|
||||
<td style="width: 88.1481%; height: 17px;">Description (interests, likes, demographics, where to find them)</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 11.8519%; height: 17px;">Customer</td>
|
||||
<td style="width: 88.1481%; height: 17px;">Description (interests, likes, demographics, where to find them)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 11.8519%;">Customer</td>
|
||||
<td style="width: 88.1481%;">Description (interests, likes, demographics, where to find them)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>How will the customer use the product?</h2>
|
||||
<p>Instances where various personas will use the product, in context.</p>
|
||||
<h3>Use case</h3>
|
||||
<p>Describe the use case</p>
|
||||
<h3>Use case</h3>
|
||||
<p>Describe the use case</p>
|
||||
<h3>Use case</h3>
|
||||
<p>Describe the use case</p>
|
||||
<h1>Product Details</h1>
|
||||
<p>When you’ve locked in your One Pager, build out your PRD. Use the finalized One Pager and the following.</p>
|
||||
<h2>Features - Must haves</h2>
|
||||
<p>These are the distinct, prioritized features along with a short explanation of why this feature is important. Briefly outline the scope, the goals, and use case.</p>
|
||||
<ul>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
</ul>
|
||||
<h2>Features - Nice to Haves</h2>
|
||||
<ul>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
</ul>
|
||||
<h2>Features - Absolutely Not</h2>
|
||||
<p>What features have you explicitly decided not to do and why?</p>
|
||||
<ul>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
<li>Feature</li>
|
||||
</ul>
|
||||
<h2>Design - Any files, images, wireframes or details go here (link to idea board)</h2>
|
||||
<p>Include any needed early sketches, and throughout the project, link to the actual designs once they’re available.</p>
|
||||
<h2>Technical Considerations - (optional)</h2>
|
||||
<p>Link to engineering technical approach document.</p>
|
||||
<h2>Success Metrics</h2>
|
||||
<p class="c8">What are the <a class="c35" href="https://www.google.com/url?q=https://productschool.com/blog/data-analytics/metrics-product-managers-measure/&sa=D&source=editors&ust=1680296200488974&usg=AOvVaw0DDV-fM6FNiXcUAQjmi42e">success metrics</a> that indicate you’re achieving your internal goals for the project? How will you measure success? You can use any goal-setting and tracking system you prefer (OKRs, KPIs, etc).</p>
|
||||
<p>Note:<span class="c58"> Link to Analytics requirements and approach document.</span></p>
|
||||
<h2>GTM Approach</h2>
|
||||
<p>What’s the product messaging that your marketing department will use to describe this product to existing and new customers? How do you plan to launch this product to the market with marketing and sales teams?</p>
|
||||
<p>Note:<span class="c20 c63 c56 c58"> Link to a larger GTM brief if available.</span></p>
|
||||
<h2>Open Issues</h2>
|
||||
<p>What factors do you still need to figure out? What problems may arise and how do you plan on addressing them?</p>
|
||||
<h2>Q&A</h2>
|
||||
<p>What are common questions about the product along with the answers you’ve decided? This is a good place to note key decisions.</p>
|
||||
<table style="border-collapse: collapse; width: 100.041%;" border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="width: 23.3025%;">Question</td>
|
||||
<td style="width: 23.3025%;">Answer</td>
|
||||
<td style="width: 23.3025%;">Asked By</td>
|
||||
<td style="width: 23.3025%;">Answered By</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
<td style="width: 23.3025%;"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>PRD Checklist</h2>
|
||||
<p class="c8">Here’s a list of topics you must include in your PRD:</p>
|
||||
<ul data-type="taskList">
|
||||
<li data-type="taskItem" data-checked="false">Title</li>
|
||||
<li data-type="taskItem" data-checked="false">Author</li>
|
||||
<li data-type="taskItem" data-checked="false">Decision Log</li>
|
||||
<li data-type="taskItem" data-checked="false">Change History</li>
|
||||
<li data-type="taskItem" data-checked="false">Overview</li>
|
||||
<li data-type="taskItem" data-checked="false">Messaging</li>
|
||||
<li data-type="taskItem" data-checked="false">Personas</li>
|
||||
<li data-type="taskItem" data-checked="false">User Scenarios</li>
|
||||
<li data-type="taskItem" data-checked="false">User Stories/Features/Requirements</li>
|
||||
<li data-type="taskItem" data-checked="false">Design</li>
|
||||
<li data-type="taskItem" data-checked="false">Open Issues</li>
|
||||
<li data-type="taskItem" data-checked="false">Q&A</li>
|
||||
</ul>
|
||||
108
app/Domain/ContentTemplates/Library/wiki/project-outline.yaml
Normal file
108
app/Domain/ContentTemplates/Library/wiki/project-outline.yaml
Normal file
@@ -0,0 +1,108 @@
|
||||
key: "project-outline"
|
||||
title: "Project Outline"
|
||||
description: ""
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-bullseye"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.documents"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Project Outline"
|
||||
# Author / Date placeholders are intentionally blank — the user fills
|
||||
# them in after the template is dropped into the editor. The hardcoded
|
||||
# version baked $author / $today into the HTML; that doesn't translate
|
||||
# cleanly to a content-template format (the template is the same
|
||||
# regardless of who/when applies it), so the editable affordance is the
|
||||
# right swap.
|
||||
content: |
|
||||
<h1><strong>Project Outline<br /></strong></h1>
|
||||
<p>Author: <br />
|
||||
Date: <br />
|
||||
Status: <span class="label label-default">Draft</span><br />
|
||||
<table style="border-collapse: collapse; width: 100.146%; background-color: #ffffff; height: 182px;" border="1">
|
||||
<tbody>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">Why we're doing this:</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">< insert project justification ></td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">What are we working on:</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">< insert project description ></td>
|
||||
</tr>
|
||||
<tr style="height: 46px;">
|
||||
<td style="width: 17.3786%; height: 46px; background-color: #3598db;">
|
||||
<p><strong><span style="color: #ffffff;">Project Objectives:</span></strong></p>
|
||||
</td>
|
||||
<td style="height: 46px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Objective 1</li>
|
||||
<li>Objective 2</li>
|
||||
<li>Objective 3</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">High Level Requirements:</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Requirement 1</li>
|
||||
<li>Requirement 2</li>
|
||||
<li>Requirement 3</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">In Scope Work</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Item</li>
|
||||
<li>Item</li>
|
||||
<li>Item</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">Out of Scope Work</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Item</li>
|
||||
<li>Item</li>
|
||||
<li>Item</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">Risks & Assumptions</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Risk / Assumption</li>
|
||||
<li>Risk / Assumption</li>
|
||||
<li>Risk / Assumption</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">Timeline / Milestones</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Milestone — date</li>
|
||||
<li>Milestone — date</li>
|
||||
<li>Milestone — date</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 17px;">
|
||||
<td style="width: 17.3786%; height: 17px; background-color: #3598db;"><strong><span style="color: #ffffff;">Stakeholders</span></strong></td>
|
||||
<td style="height: 17px; width: 82.6214%;" colspan="3">
|
||||
<ul>
|
||||
<li>Stakeholder — role</li>
|
||||
<li>Stakeholder — role</li>
|
||||
<li>Stakeholder — role</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></p>
|
||||
14
app/Domain/ContentTemplates/Library/wiki/status-gray.yaml
Normal file
14
app/Domain/ContentTemplates/Library/wiki/status-gray.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
key: "status-gray"
|
||||
title: "t:templates.titles.gray_status"
|
||||
description: "t:templates.titles.gray_status_description"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-circle"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.elements"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Gray Status"
|
||||
content: '<p><mark data-color="#95A5A6" style="background-color: #95A5A6; color: #ffffff; padding: 0 6px; border-radius: 3px;">Gray</mark></p>'
|
||||
18
app/Domain/ContentTemplates/Library/wiki/status-green.yaml
Normal file
18
app/Domain/ContentTemplates/Library/wiki/status-green.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
key: "status-green"
|
||||
title: "t:templates.titles.green_status"
|
||||
description: "t:templates.titles.green_status_description"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-circle-check"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.elements"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Green Status"
|
||||
# Renders via TipTap's Highlight extension (multicolor). The pre-
|
||||
# migration Bootstrap label class (.label-success) never worked in
|
||||
# the editor because no Span mark is registered; <mark> with an
|
||||
# inline background is the editor-native equivalent.
|
||||
content: '<p><mark data-color="#75BB1B" style="background-color: #75BB1B; color: #ffffff; padding: 0 6px; border-radius: 3px;">Green</mark></p>'
|
||||
14
app/Domain/ContentTemplates/Library/wiki/status-red.yaml
Normal file
14
app/Domain/ContentTemplates/Library/wiki/status-red.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
key: "status-red"
|
||||
title: "t:templates.titles.red_status"
|
||||
description: "t:templates.titles.red_status_description"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-circle-xmark"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.elements"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Red Status"
|
||||
content: '<p><mark data-color="#E74C3C" style="background-color: #E74C3C; color: #ffffff; padding: 0 6px; border-radius: 3px;">Red</mark></p>'
|
||||
14
app/Domain/ContentTemplates/Library/wiki/status-yellow.yaml
Normal file
14
app/Domain/ContentTemplates/Library/wiki/status-yellow.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
key: "status-yellow"
|
||||
title: "t:templates.titles.yellow_status"
|
||||
description: "t:templates.titles.yellow_status_description"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-circle-exclamation"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.elements"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Yellow Status"
|
||||
content: '<p><mark data-color="#F1C40F" style="background-color: #F1C40F; color: #1a1a1a; padding: 0 6px; border-radius: 3px;">Yellow</mark></p>'
|
||||
39
app/Domain/ContentTemplates/Library/wiki/user-story.yaml
Normal file
39
app/Domain/ContentTemplates/Library/wiki/user-story.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
key: "user-story"
|
||||
title: "User Story"
|
||||
description: "A template for an agile user story"
|
||||
appliesTo: "wiki"
|
||||
icon: "fa-user"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
sector: "t:templates.todos"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "User Story"
|
||||
content: |
|
||||
<table style="border-collapse: collapse; width: 100.049%;" border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="width: 33.3333%;">Title:</td>
|
||||
<td style="width: 33.3333%;">Priority:</td>
|
||||
<td style="width: 33.3333%;">Estimate:</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 100%;" colspan="3">
|
||||
<h4><strong>User Story</strong></h4>
|
||||
<p><strong>As a</strong> <insert type of user></p>
|
||||
<p><strong>I want to </strong><perform some task><br /><br /><strong>so that I can</strong> <achieve some goal></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<p><strong>Acceptance Criteria:</strong></p>
|
||||
<p><strong>Given </strong><some context><br /><br /><strong>When </strong><some action is carried out></p>
|
||||
<p><strong>Then </strong><a set of observable outcomes should occur> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
35
app/Domain/ContentTemplates/Library/wiki/weekly-status.yaml
Normal file
35
app/Domain/ContentTemplates/Library/wiki/weekly-status.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
key: "weekly-status"
|
||||
title: "Weekly Status Update"
|
||||
description: "Concise weekly recap — wins, blockers, next week's focus."
|
||||
appliesTo: "wiki"
|
||||
sector: "process"
|
||||
icon: "fa-calendar-week"
|
||||
author: "Leantime"
|
||||
version: "1.0.0"
|
||||
license: "CC0"
|
||||
|
||||
wiki:
|
||||
articles:
|
||||
- title: "Weekly Status Update"
|
||||
content: |
|
||||
<h1>Weekly Status Update</h1>
|
||||
<p><strong>Week of:</strong> </p>
|
||||
<p><strong>From:</strong> </p>
|
||||
<h2>Wins</h2>
|
||||
<ul>
|
||||
<li>What shipped, what's measurably better, what surprised us positively</li>
|
||||
</ul>
|
||||
<h2>In flight</h2>
|
||||
<ul>
|
||||
<li>What's actively being worked on and the expected landing date</li>
|
||||
</ul>
|
||||
<h2>Blockers</h2>
|
||||
<ul>
|
||||
<li>What's stuck and what specifically would unstick it</li>
|
||||
</ul>
|
||||
<h2>Next week</h2>
|
||||
<ul>
|
||||
<li>The 2-3 things that matter most</li>
|
||||
</ul>
|
||||
<h2>Risks worth flagging</h2>
|
||||
<p>Things that aren't blockers yet but are worth telling leadership about now rather than later.</p>
|
||||
Reference in New Issue
Block a user