-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from ynput/252-add-documentation-for-webactions
Add documentation for webactions and enhance production tracker docs
- Loading branch information
Showing
6 changed files
with
215 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
id: artist_details_panel | ||
title: The Details Panel | ||
sidebar_label: Details Panel | ||
--- | ||
|
||
## Overview | ||
When using the AYON production tracker, you'll encounter the details panel frequently. It's essential for team interactions. | ||
As the name suggests, the details panel is packed with information, serving as a communication tool and offering useful actions. | ||
|
||
|
||
## Panel Content | ||
|
||
![](assets/details_panel/details_panel_overview.png) | ||
|
||
- **Folder Path**: Displays the folder path to the entity. | ||
- **Name & Thumbnail**: Shows the name and thumbnail of the entity. | ||
:::tip Update Thumbnail | ||
You can update the thumbnail by right-clicking the thumbnail and selecting Upload new thumbnail. | ||
::: | ||
- **Tags**: View and add tags. | ||
- **Status**: View and update status. | ||
- **Web Actions**: Access available web actions, e.g. applications, directly via the AYON web server. | ||
- **[Activity Feed](artist_activity_feed.md)**: Leave comments and track activity. | ||
- **[Watchers](artist_inbox.md#watchers)**: Update notification settings for the current folder or task and choose who receives updates. | ||
- **Picture in Picture**: Open a panel that can stay open as you navigate to different pages. | ||
- **Escape**: Close the current details panel. | ||
- **Assigned Users**: Shows the assignees of the current task. | ||
- **Priority**: View and update the priority of the current task. | ||
- **Attributes**: Provides task details like `fps`, `Start frame`, `End frame`. | ||
:::tip Attributes and Pipeline | ||
These attributes are used within the pipeline and can be modified by the admin via the project editor. | ||
::: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters