Skip to content

Commit 7817e54

Browse files
committed
coderabbbit fixes
1 parent 3d071c5 commit 7817e54

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/core-concepts/cycles.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tags from "@site/src/components/Tags";
77

88
# Manage and track your sprints using Cycles
99

10-
A Cycle is a set period of time where your team focuses on completing specific tasks or issues, similar to sprints in Agile. Each Cycle is flexible, allowing you to prioritize and tackle backlog items at your own pace.
10+
A Cycle is a set period of time where your team focuses on completing specific tasks or work items, similar to sprints in Agile. Each Cycle is flexible, allowing you to prioritize and tackle backlog items at your own pace.
1111

1212
Using Cycles, your team stays organized, meets deadlines, and keeps moving forward efficiently. It’s all about getting things done without the overwhelm!
1313

@@ -117,7 +117,7 @@ Automate the creation and management of cycles according to predefined configura
117117
- Cooldown Period — Add an optional buffer between cycles in days for planning and retrospectives.
118118
- Cycle starts day — Choose the start date for the first auto-scheduled cycle.
119119
- Number of future cycles — Specify how many upcoming cycles to keep pre-scheduled.
120-
- Auto-rollover work items — Enable to automatically move incomplete issues from one cycle to the next.
120+
- Auto-rollover work items — Enable to automatically move incomplete work items from one cycle to the next.
121121

122122
Once enabled, the system automatically:
123123

@@ -145,22 +145,22 @@ This feature provides powerful visualization tools to help you track project cyc
145145

146146
### Cycle summary
147147

148-
At the top of the cycle view, you’ll see the overall progress percentage. Hover over it to get a breakdown of completed and pending issues, along with the number of days left in the cycle.
148+
At the top of the cycle view, you’ll see the overall progress percentage. Hover over it to get a breakdown of completed and pending work items, along with the number of days left in the cycle.
149149

150150
To the left, there’s a color-coded summary that shows if the cycle is leading or trailing based on the burn-down and build-up. This gives you instant feedback about how things are going and highlights risks so you can make quick decisions and ensure nothing slips through the cracks.
151151

152-
The burn-down and build-up charts are straightforward ways to gauge your cycle’s momentum. You can customize them to show progress based on the **count of issues** or **point estimates** for each task, giving you the flexibility to use the metrics that work best for your team.
152+
The burn-down and build-up charts are straightforward ways to gauge your cycle’s momentum. You can customize them to show progress based on the **count of work items** or **point estimates** for each task, giving you the flexibility to use the metrics that work best for your team.
153153

154154
![Scope](https://media.docs.plane.so/cycles/scope-change.webp#hero)
155155

156156
- **Scope**\
157-
This is the total number of issues planned for the current cycle.
157+
This is the total number of work items planned for the current cycle.
158158

159159
- **Unstarted**\
160-
The issues that haven't begun yet
160+
The work items that haven't begun yet
161161

162162
- **Backlog**\
163-
All issues in an unstarted state
163+
All work items in an unstarted state
164164

165165
The other metrics are detailed below, tailored to each chart type.
166166

@@ -185,7 +185,7 @@ The burn-down chart gives you a clear visual of how much work remains in your cy
185185
The build-up chart helps track how much work has already been completed in the cycle.
186186

187187
- **Today's ideal done**\
188-
This shows how many issues should be completed by today based on the ideal pace.
188+
This shows how many work items should be completed by today based on the ideal pace.
189189

190190
- **Done**\
191191
This is the total number of tasks your team has completed so far.

docs/core-concepts/export.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Export filtered work items, cycles, views, or modules directly from your project
6060

6161
You can export data from:
6262

63-
- Work items: Export filtered issue lists from any view
63+
- Work items: Export filtered work item lists from any view
6464
- Cycles: Export work items within a specific cycle
6565
- Modules: Export work items within a specific module
6666
- Views: Export custom filtered views you've saved

0 commit comments

Comments
 (0)