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

Platform app navigation UI #171

Open
jace opened this issue Oct 14, 2017 · 0 comments
Open

Platform app navigation UI #171

jace opened this issue Oct 14, 2017 · 0 comments
Assignees

Comments

@jace
Copy link
Member

jace commented Oct 14, 2017

There are two crucial factors that influence the design of UI on a platform app or website:

  1. A platform's UI must cater to three parties: the current user, who is a consumer of whatever the platform is currently offering, the producer of that content on offer, and the platform itself, which provides some standard functionality. This distinguishes platforms from regular apps, where the producer and the platform are the same. Some navigation elements will be provided by the platform and some by the producer. Since the producer's navigation will vary from producer to producer, the difference between this and the platform's navigation must be readily apparent to the consumer. For example in GitHub repositories, the folder structure within a repo is by the producer, while the tab bar above it is from the platform.

  2. Mobile native apps do not use URLs for navigation, and do not have tabbed interfaces to let users bookmark content for later perusal. Android devices have a back button to let the user move one step back from anywhere, but iOS lacks even this. On native apps, having unambiguous navigation to let a user traverse between pieces of content is extremely critical. This may manifest as a platform constraint preventing producers from organising content in a tree structure.

Sidebars on mobile have an established pattern of representing the consumer's content, with things like account pages, bookmarks and settings, all typically less used than platform or producer content. This pattern now overrides the web convention of putting the producer's navigation in the sidebar. Baseframe should provide a UI layout in the MUI theme that reflects this: consumer navigation in the sidebar, platform navigation in the header, and producer navigation plus content in the main content area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants