{{ page.title | escape }}
+ + {% if page.subtitle %}{{ page.subtitle }}
{% endif %} + + + + ++ + {% include paginate-doc.html %} + + + +
diff --git a/Gemfile b/Gemfile index 72dae01f..6fb28b40 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ group :jekyll_plugins do gem 'jekyll-avatar' gem 'jekyll-titles-from-headings' gem 'jekyll-sitemap' + gem 'jekyll-toc' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9dc40a8f..0391ca7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,6 +53,8 @@ GEM jekyll (~> 3.3) jekyll-titles-from-headings (0.5.1) jekyll (~> 3.3) + jekyll-toc (0.11.0) + nokogiri (~> 1.9) jekyll-watch (1.5.1) listen (~> 3.0) kramdown (1.17.0) @@ -64,8 +66,11 @@ GEM lumberjack (1.0.13) mercenary (0.3.6) method_source (0.9.0) + mini_portile2 (2.4.0) multipart-post (2.0.0) nenv (0.3.0) + nokogiri (1.10.2) + mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -108,6 +113,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll-titles-from-headings + jekyll-toc tzinfo-data RUBY VERSION diff --git a/_community/app-miners-guide.md b/_community/app-miners-guide.md new file mode 100644 index 00000000..c1906ccd --- /dev/null +++ b/_community/app-miners-guide.md @@ -0,0 +1,336 @@ +--- +layout: community +permalink: /:collection/:path.html +toc: true +--- +
A guide featuring insights from App Reviewers and the Blockstack PBC team
+ + + + +## Introduction +{:.no_toc} + +App Mining is built (and constantly refined) in a way that should help bootstrap quality applications that people want to use. As an app improves relative to others in the App Mining pool, so too should its rank and therefore the associated payout. Different independent App Reviewers focus on different aspects of what makes an app high-quality or successful, the aspect they focus on being a function of their expertise. In this guide we'll feature advice from each of these App Reviewers so you can best understand how to score well with each, thus improving your overall score. + + + + +## Before you begin + + ++ |
+ Zero-to-Dapp Tutorial+ + |
+
+ |
+ How App Mining Rankings Work+ + |
+
+
|
++ + | +
+ |
+ How to Launch on Product Hunt ????+ + + |
+
+
|
+ + |
Tip | +Description | +
---|---|
Check your ALF scores first. | +You'll be able to see each individual tester's score. Check who had the best and worst experiences. This will be helpful to know before you start watching the videos. | +
Scan your written survey responses. | +Look for themes that appear across multiple testers' answers. Keep an eye out for any glaring issues that may have specially impacted users' experiences. | +
Formulate an attack plan. | +Now that you've reviewed the ALF scores and written responses, start watching your videos. You already have an idea of the kinds of issues you'll find, and which users experienced those issues, so start there. This will allow you to quickly identify your main areas for improvement, and to understand why users are having trouble in those spots. | +
Take notes. | +As you watch your videos, take notes on what you see. Users will give verbal feedback as they go, explaining their thoughts, reactions, and impressions of your app. Look in particular for gaps between what they expected and the actual experience your app delivered. | +
Read between the lines. | +Observe what users do as well as what they say. The verbal feedback is important, but sometimes users won't comment on every issue, or even realize that something has gone wrong! Pay close attention to behaviors that are different from what you anticipated, or things that are hindering users' progress towards your desired outcomes. | +
Interpret your findings. | +Figure out what users' feedback means for your roadmap by identifying the problem at the root of their complaints. For example, a user might wish for a video tutorial, but that doesn't necessarily mean you should add a video tutorial. Instead, think about what's missing from the information you currently provide that caused the user to feel so disoriented. | +
Look for positives too! | +Your TryMyUI data won't just show you where things aren't working smoothly, it will also show you what you're doing right. It's important to take note of these insights, so you can emphasize those elements and avoid eliminating features that people like. + | +