-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change the Join common\space flow #1940
Comments
@elatif2020 regarding the 3rd point: "Disable redirection to the back page (if there is at least one public item) (if it is a space, only for parent-common members)." We always have the Home card which is public. I think we should completely disable the auto redirection. Let me know what you think please. |
not exactly, the Home could be be not public |
For the current progress and what is left to be done see my comment in the PR. |
@elatif2020 I just realised that we should have info whether the common has public feed items or not in the |
@elatif2020 we cannot allow guests to see feed at the moment, because BE does not allow to fetch the feed items and pinned ones when user is not authenticated. |
Created a BE issue for this |
|
@elatif2020 What is |
@budnik9 This is the frontpage: And this is the backpage: |
@elatif2020 Should we check if the user is a member only of the direct parent common or all parent commons to show backpage / frontpage for a user?
For |
@budnik9 |
…mmon-flow Change the Join common\space flow #1940
Currently if a user try to open a link for a common\space\stream she isn't part of she is redirected to the backpage of the relevant page, from which she can join.
We want to change it, in the case that
(1) For a space\ stream in a space: The admittance to the space is automatic (as defined in the relevant assign circle proposal's parameters), and the user is a member of the relevant root-common.
(2) For a (root) common\ stream in a common: The admittance to the common is automatic.
We will show the relevant feed item if it has public visibility setting, with join button instead of the inputBox as in the design here
If the relevant item is a space\common we should show similarly the Home feed item for this space\common.
Add chat module design for the public view (user can see the chat, and with join button instead of the input box)
Enable public view of the feed (show only items with public visibility)
Disable redirection to the back page (if there is at least one public item) (if it is a space, only for parent-common members)
If space admittance is automatic : skip the "join space" popup (only for space, not common) #1951
TBD ? Change default proposal visibility according to the default of the common ?
The text was updated successfully, but these errors were encountered: