Update home screen to over-communicate on rather than over-promise on app readiness
See original GitHub issueProblem: We don’t want to over-promise on app readiness. We don’t want to pretend like an app is ready to use when it’s really not. By the same token, we don’t want to not show people that various apps are in the works.
General solution: We can address this problem by giving additional context around each application around how ready it is. One way to implement this is to split apps up into groups that indicate their level of development. This seems better than a label next to each application as users should be drawn to the user-ready apps first. These should be at the very top.
Possible implementation A:
One possible layout for this in the home screen would require doing away with this:
And instead implementing something like this:
User-ready Apps
---
[ICON] To Do List
Apps-in-progress
---
[ICON] Guild
[ICON] Ongaku Ryoho
[ICON] OpenBazaar
[ICON] Forum
[ICON] Casa
[ICON] Beacon
[ICON] Afia
Requests for Apps
---
[ICON] Encrypted Token Portfolio App
@guylepage3 @larrysalibra @yknl @pstan26 Let me know what you think. I think this addresses the problem in a nice and simple way. Maybe there’s an even better way to do it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (8 by maintainers)
Top GitHub Comments
Ready to close?
+1 on implementing @shea256’s suggestion, it should be fairly straight forward to implement