Skip to content

Commit

Permalink
Add png of user journeys and figma descriptions (#199)
Browse files Browse the repository at this point in the history
* Add png of user journeys and figma descriptions

* lowercase style guide item

* lowercase style guide item

---------

Co-authored-by: Joseph Fajen <[email protected]>
  • Loading branch information
sfoo-iohk and joseph-fajen authored Dec 19, 2023
1 parent caabe36 commit 6e950f0
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 0 deletions.
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",
"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
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.

1 comment on commit 6e950f0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for marlowe-doc ready!

✅ Preview
https://marlowe-9j6kemp3z-iog.vercel.app
https://docs.marlowe.iohk.io
https://marlowe-doc.vercel.app

Built with commit 6e950f0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.