Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add png of user journeys and figma descriptions #199

Merged
merged 3 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user-journey/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "User Journey",
joseph-fajen marked this conversation as resolved.
Show resolved Hide resolved
"position": 5
}
8 changes: 8 additions & 0 deletions docs/user-journey/builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Builder (citizen developer) journey
sidebar_position: 50
---

A business owner or entrepreneur who is managing a team of developers to build smart contracts and DApps. Lines up all the pieces to make a project happen. Needs to understand the big picture.

![Builder journey](../../static/img/builder-journey.png)
8 changes: 8 additions & 0 deletions docs/user-journey/contract-designer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Contract designer journey
sidebar_position: 30
---

A developer working with code and the Marlowe DSL language. Uses the Playground to test, iterate, and refine the contract design. May reference contract examples found in places like the Marlowe starter kit and Marlowe Github repository.

![Contract Designer Journey](../../static/img/contract-designer-journey.png)
8 changes: 8 additions & 0 deletions docs/user-journey/developer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Dapp developer journey
sidebar_position: 40
---

A developer working with code and the Marlowe DSL language. Uses developer tools such as the prototype example DApps and TS-SDK. The prototype examples offer guidance on ways to implement DApp functionality.

![DApp Developer Journey](../../static/img/dapp-developer-journey.png)
8 changes: 8 additions & 0 deletions docs/user-journey/marlowe-ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Marlowe Ecosystem
joseph-fajen marked this conversation as resolved.
Show resolved Hide resolved
sidebar_position: 10
---

Provides the resources for users to design, validate, and deploy financial smart contracts. Enables coding in a domain-specific language, simulating contracts in the Playground, and executing them with various development tools. Ensures safety through rigorous testing and formal proofs, and accommodating both novice and expert users for a wide range of use cases. Offers example contracts and prototype DApps for customization.

![Marlowe Ecosystem](../../static/img/Marlowe_Ecosystem_image.png)
8 changes: 8 additions & 0 deletions docs/user-journey/web3-user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Web3 user journey
sidebar_position: 20
---

A DApp user who fulfills their role as a participant in a contract transaction. Connects their wallet to a specific DApp.

![Web3 User Journey](../../static/img/web3-user-journey.png)
Binary file added static/img/Marlowe_Ecosystem_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/builder-journey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/contract-designer-journey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/dapp-developer-journey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/web3-user-journey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading