Skip to content

Commit

Permalink
Merge pull request #169 from ynput/frontend/166-Activity-Feed-Documen…
Browse files Browse the repository at this point in the history
…tation

Project Tracking: Activity feed documentation
  • Loading branch information
Innders authored May 8, 2024
2 parents 6116819 + 01b1037 commit d1a929c
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 180 deletions.
87 changes: 87 additions & 0 deletions website/docs/artist_activity_feed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
id: artist_activity_feed
title: The Activity Feed
sidebar_label: Activity Feed
---

:::info
The activity feed is a suite of features that were introduced in `1.1.0`.
:::

### Overview

In essence, the activity feed serves as a unified interface for viewing a stream of events associated with a specific entity. For instance, the activity feed for a task may include comments from supervisors, status updates, or instances when a user was assigned to the task.

Think of it as a timeline illustrating different activities associated with the entity.

The activity feed encompasses more than just a section for comments; it aggregates a variety of distinct "activities" into a single feed.

![Activity feed overview](assets/activity_feed/activity-feed-overview-sh030-compositing.png)
The activity feed will primarily be utilized on your tasks board but will be extended to additional pages in the future.

:::note
Initially, the activity feed will be accessible on tasks and versions but may potentially be expanded to include other entity types in the future, such as folders.
:::

### Types of activities

1. Comments
2. Status changes
3. Assignee changes
4. Published versions (coming in a later update)

![Activity feed types](assets/activity_feed/activity-feed-types.png)

:::tip
You can filter these different types for a more focused feed. Additionally, there are special filters available to target specific comment types, such as comments containing checklist items.

![Activity feed filters](assets/activity_feed/activity-feed-filters.png)
:::

### Mentions

The activity feed features a robust linking system among entities, enabling seamless collaboration and contextual communication.

You can mention or "tag" three different things using the @ annotation:

1. @users - any user on the same project.
2. @@versions - versions related to the entity.
3. @@@tasks - sibling tasks of the same folder.

When something is mentioned in a comment, it will be displayed in the activity feed associated with that mention.

![Activity feed mentioning other tasks](assets/activity_feed/activity-feed-mentions.png)

:::info
In this example, Felix leaves a comment on his Compositing task, mentioning the Lighting task that requires fixes. Felix doesn't need to search for the Lighting task and rewrite his comment; it automatically appears on the Lighting task. Now, both Felix and Frank can collaborate on the fix without leaving the context of their tasks. Frank can then mention the Compositing task to inform Felix that a new version is ready.
:::

### Relations

Certain activity items can be related to another entity besides their origin. For instance, comments made on versions are related to their parent task. When a comment is made on a version, this relation causes the comment to be visible on the task itself. This operates similarly to mentions but without requiring an explicit mention.

![Activity feed relations](assets/activity_feed/activity-feed-relations.png)

### Rich Text Editor and Markdown

Comments fully support [github flavoured](https://github.github.com/gfm/#:~:text=1Introduction-,1.1What%20is%20GitHub%20Flavored%20Markdown%3F,-GitHub%20Flavored%20Markdown) [markdown](https://www.markdownguide.org/basic-syntax/). You might be wondering, what is markdown? Don't worry, the comment text editor is also a rich text editor and supports everything you would expect, including headings, bold, italic, underlines, and lists.

![Rich text and markdown support](assets/activity_feed/activity-feed-markdown.png)

### Checklists

Checklists can be created and checked/unchecked by any user. They do not affect the status of the task but provide a general idea of the remaining work on a task. They are useful for reviews to keep track of whether feedback has been addressed.

![Activity feed checklists](assets/activity_feed/activity-feed-checklists.png)

### Attachments

You can attach any type of file to a comment. Common image types will be previewable inside the web app, and we plan to support previewable videos in the future.

![Activity feed attachments](assets/activity_feed/activity-feed-attachments.png)

:::tip
In addition to using the attachments button, you can drag and drop files or even paste images directly from your clipboard.

Review workflow: Capture a screenshot -> Markup in your preferred app -> Paste the marked-up image as an attachment.
:::
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.
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.
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.
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.
Loading

0 comments on commit d1a929c

Please sign in to comment.