-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add png of user journeys and figma descriptions (#199)
* 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
1 parent
caabe36
commit 6e950f0
Showing
11 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "User journey", | ||
"position": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
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.
6e950f0
There was a problem hiding this comment.
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