Open
Conversation
Users did not use this. Let’s try to skip this feature for now.
…ture nav. If this is a super group, we just need the members not the child groups.
by re-arranging the sub tasks.
due to migration to strong parameters. Also, fixing some issues due to the migration. https://trello.com/c/lnxaYpDE/6-migration-from-cancan-to-cancancan https://trello.com/c/fp08dMhE/5-migrating-from-attr-accessible-to-strong -parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduction
In 2010, we created the concept of the navigational structure for YourPlatform. The software has been built to replace existing navigational structures the users were already familiar with. Thus, the navigational structure centres around the existing graph structure.
This means: First you decide where to do something (e.g. in which group), then you decide what to do (e.g. writing a group post, uploading a document, exporting a member list, etc.).
New users who do not know the adopted structure, however, are more familiar to resource-centered navigational systems: First you decide what to do (export a member list), then you decide where (of which group).
Here, we experiment with a layout that shifts the user experience to the latter approach.
How can I try it?
Append the url parameter
?layout=resource_2017. This will switch to the new layout. To go back to the default layout, append?layout=bootstrap.Screenshots