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

Convert Product Design to json #88

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
42 changes: 42 additions & 0 deletions trails/product-design.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "Product Design",
"description": "",
"steps": [
{
"name": "Critical Learning",
"resources": [
{
"title": "Read The Lean Startup.",
"url": "http://amzn.com/1568985819"
},
{
"title": "Read thoughtbot's The Playbook.",
"url": "http://playbook.thoughtbot.com/"
},
{
"title": "Read 37 Signal's Getting Real.",
"url": "http://gettingreal.37signals.com/"
},
{
"title": "Read 37 Signal's rework.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we put book titles in quotes? Just need to escape like so

"title": "Read 37 Signal's \"Getting Real\"."

"url": "http://37signals.com/rework"
},
{
"title": "Watch Ryan Singer's UX Sketching screencast.",
"url": "https://peepcode.com/products/ryan-singer-ux"
},
{
"title": "Watch Ryan Singer's Prototyping screencast.",
"url": "https://peepcode.com/products/ryan-singer-ii"
}
],
"validations": [
"Define an MVP (Minimum Viable Product).",
"Explain the values of short product development cycles and iterative testing.",
"Write effective user stories.",
"Articulate your process in defining and solving interface problems.",
"Rapidly prototype."
]
}
]
}
24 changes: 0 additions & 24 deletions trails/product-design.md

This file was deleted.