Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
35b6456d
Commit
35b6456d
authored
Sep 10, 2020
by
Tom Quirk
Committed by
Marcia Ramos
Sep 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add design to-do button docs
parent
884a1e61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
doc/user/project/issues/design_management.md
doc/user/project/issues/design_management.md
+40
-0
doc/user/project/issues/img/design_todo_button_v13_4.png
doc/user/project/issues/img/design_todo_button_v13_4.png
+0
-0
No files found.
doc/user/project/issues/design_management.md
View file @
35b6456d
---
stage
:
Create
group
:
Knowledge
info
:
"
To
determine
the
technical
writer
assigned
to
the
Stage/Group
associated
with
this
page,
see
https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers"
---
# Design Management
> - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/660) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.2.
...
...
@@ -225,6 +231,40 @@ Note that your resolved comment pins will disappear from the Design to free up s
However, if you need to revisit or find a resolved discussion, all of your resolved threads will be
available in the
**Resolved Comment**
area at the bottom of the right sidebar.
## Add To-Do for Designs
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/198439) in GitLab 13.4.
> - It's [deployed behind a feature flag](../../feature_flags.md), disabled by default.
> - It's disabled on GitLab.com.
> - It's not recommended for production use.
> - To use it in GitLab self-managed instances, ask a GitLab administrator to [enable it](#enable-or-disable-the-design-to-do-button). **(CORE ONLY)**
CAUTION:
**Warning:**
This feature might not be available to you. Check the
**version history**
note above for details.
Add a To-Do for a design by clicking
**Add a To-Do**
on the design sidebar:
![
To-Do button
](
img/design_todo_button_v13_4.png
)
### Enable or disable the design To-Do button **(CORE ONLY)**
The design To-Do button is under development and not ready for production use. It is
deployed behind a feature flag that is
**disabled by default**
.
[
GitLab administrators with access to the GitLab Rails console
](
../../../administration/feature_flags.md
)
can enable it.
To enable it:
```
ruby
Feature
.
enable
(
:design_management_todo_button
)
```
To disable it:
```
ruby
Feature
.
disable
(
:design_management_todo_button
)
```
## Referring to designs in Markdown
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/217160) in **GitLab 13.1**.
...
...
doc/user/project/issues/img/design_todo_button_v13_4.png
0 → 100644
View file @
35b6456d
163 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment