Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: components/feature_engagement_tracker/README.md

Issue 2782113002: Add component for feature engagement tracking. (Closed)
Patch Set: Fix typo in //chrome/android/java/DEPS Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/feature_engagement_tracker/README.md
diff --git a/components/feature_engagement_tracker/README.md b/components/feature_engagement_tracker/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d55b95aa074dcd31437c1b7bf881848ff223777c
--- /dev/null
+++ b/components/feature_engagement_tracker/README.md
@@ -0,0 +1,14 @@
+# Feature Engagement Tracker
+
+The Feature Engagement Tracker provides a client-side backend for displaying
+feature enlightenment or in-product help (IPH) with a clean and easy to use API
+to be consumed by the UI frontend. The backend behaves as a black box and takes
+input about user behavior. Whenever the frontend gives a trigger signal that
+in-product help could be displayed, the backend will provide an answer to
+whether it is appropriate to show it or not.
+
+The frontend only needs to deal with user interactions and how to display the
+feature enlightenment or in-product help itself.
+
+The backend is feature agnostic and have no special logic for any specific
+features, but instead provides a generic API.
« no previous file with comments | « components/feature_engagement_tracker/OWNERS ('k') | components/feature_engagement_tracker/internal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698