Skip to content

Commit

Permalink
add images, remove diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Dec 10, 2024
1 parent 006b207 commit 6f96db1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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.
11 changes: 5 additions & 6 deletions astro/src/content/docs/lifecycle/manage-users/user-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ section: lifecycle
subcategory: manage users
---
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.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 { RemoteCode } from '@fusionauth/astro-components';
import ScrollRef from 'src/components/ScrollRef.astro';

## Overview
Expand Down Expand Up @@ -49,7 +48,7 @@ If a temporal Action instance has ended, it is still considered active. Active r

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

<Diagram active="User" />
![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 @@ -82,7 +81,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.

{/* Image Replace */}
![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 @@ -102,7 +101,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.

{/* Image Replace */}
![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 @@ -186,7 +185,7 @@ The survey Action will trigger a webhook to Slack.

Below is a diagram of this process.

{/* Image Replace */}
![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

0 comments on commit 6f96db1

Please sign in to comment.