How would you implement Chrome for Kids navigation.
Safe browsing for kids.
Personas:
- Toddler
- Young kids
- Teenagers
Use-cases:
- Education
- Browsing
- Entertainment
Solution: Metric: Implementation complexity:
- Profiling: While setting up the browser the parent/authority will set the profile in a manner so that safe browsing is always enabled. Payments are automatically disabled in this profile.
- Pros: Serves the purpose
- Cons: Extra setup and some technical expertise.
- API call:
- When call is initiated from this profile then safe results are surfaced.
- Payment fails if the call is initiated from this profile.
- Cons: Requires expertise as to which content makes sense v/s which does not.
- Pros: Serves the purpose.
- Notification: If weird content is requested then notification is sent to the authorities for review.
- Pros: Proactiveness
- Cons: Chances of false positive. If kids is required to do some weird searches for their biology class. It will trigger a meeting with parents/school authorities.
- Override for parent functionality wherein they can use the same browser for their use.
- Pros: Convenience. No need of second browser on same machine.
- Cons: Chances are kid could learn how to override defeating the whole idea.
- Reporting a summary of their kids searches.
- Mature APIs based on search results and customer satisfaction.
Prioritization:
- Profiling as it a basic feature & API call as its part of the basic feature as must haves in MVP.
- Override is also MVP as otherwise the browser will be unusable for the parents.
- Notification, Reporting, Mature APIs can be part second release.
No comments:
Post a Comment