Skip to content

Commit

Permalink
User Actions Image Update (FusionAuth#3304)
Browse files Browse the repository at this point in the history
* remove diagrams

* add images, remove diagrams

* Shrink images

* Shrink images

---------

Co-authored-by: alex-fusionauth <[email protected]>
  • Loading branch information
alex-fusionauth and alex-fusionauth authored Dec 11, 2024
1 parent 732da1e commit f6d74da
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 63 deletions.
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.
12 changes: 5 additions & 7 deletions astro/src/content/docs/lifecycle/manage-users/user-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ navcategory: developer
section: lifecycle
subcategory: manage users
---
import AddedRemovedDiagram from 'src/diagrams/docs/lifecycle/manage-users/_added-removed.astro';
import Aside from 'src/components/Aside.astro';
import Icon from 'src/components/icon/Icon.astro';
import InlineField from 'src/components/InlineField.astro';
import InlineUIElement from 'src/components/InlineUIElement.astro';
import { RemoteCode } from '@fusionauth/astro-components';
import ScrollRef from 'src/components/ScrollRef.astro';
import TemporalActionsDiagram from 'src/diagrams/docs/lifecycle/manage-users/_temporal-actions.astro';
import UserActionsSequenceDiagram from 'src/diagrams/docs/lifecycle/manage-users/_user-actions-sequence-diagram.astro';

## Overview

Expand Down Expand Up @@ -53,7 +50,8 @@ Below are the terms you'll encounter when working with Actions.

Below is a visual reminder of the relationships between [Tenants&#44; Groups&#44; and Applications](/docs/get-started/core-concepts/).

<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-users.png" alt="Diagram showing Users used within FusionAuth" />

![Diagram showing User within FusionAuth Architecture](/img/docs/lifecycle/manage-users/user-actions/manage-users-how-to-use-user-actions-definitions.png)

## Types of Actions and Their Purpose

Expand Down Expand Up @@ -86,7 +84,7 @@ FusionAuth has no built-in support for payments and no automated subscription fe

Temporal Action instances can be in one of four states. Each state can trigger a webhook or an email to a user.

<TemporalActionsDiagram />
![Diagram showing four states of Started, Modified, Cancelled, and Ended](/img/docs/lifecycle/manage-users/user-actions/manage-users-how-to-use-user-actions-temporal-actions.png)

#### Subscription Example

Expand All @@ -106,7 +104,7 @@ The last option is probably the simplest and most idiomatic way to use FusionAut

An instantaneous Action instance has an Option that can be chosen from a list but no temporal states. Once you set the Action for a User, it either remains or is removed.

<AddedRemovedDiagram />
![Diagram showing added and removed to represent a temporal state.](/img/docs/lifecycle/manage-users/user-actions/manage-users-how-to-use-user-actions-instantaneous-actions.png)

#### Survey Example

Expand Down Expand Up @@ -190,7 +188,7 @@ The survey Action will trigger a webhook to Slack.

Below is a diagram of this process.

<UserActionsSequenceDiagram alt="Using PiedPiper actions" />
![Diagram showing how to manage subscripitons in PiedPiper and send webhooks to external applications.](/img/docs/lifecycle/manage-users/user-actions/manage-users-how-to-use-user-actions-using-piedpiper-actions.png)

### FusionAuth Setup

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f6d74da

Please sign in to comment.