Circle adminsitration
Mockups are here:
https://projects.invisionapp.com/share/3POVGBKAQD8#/screens/384814645
Not so clear I think how to join, leave, (un)archive a Circle. PATCH and sib-delete
might be the ways.
Link issues together to show that they're related. Learn more.
Activity
- Ghost User changed milestone to %Circles
changed milestone to %Circles
By Alexandre on 2019-10-22T16:46:22 (imported from GitLab project)
- Owner
What does Archive mean?
- Please register or sign in to reply
- Jean-Baptiste Pasquier assigned to @christophehenry and unassigned @jbpasquier
assigned to @christophehenry and unassigned @jbpasquier
- Author Contributor
@sophie: What does
Archive
mean?By Alexandre on 2019-10-27T13:55:04 (imported from GitLab project)
- Developer
@alexandre @jbpasquier Archive means desactivate the channel and keep it for history, somewhere in the administration panel with the possibility to read messages and reopen the channel. I didn't design those pages on first sprint of work. Do you need it now ?
- Author Contributor
I think we do need it, unless it is too time consuming for you. But it would help for everybody to understand exactly what is different when the Circle is Archived.
@jbpasquier: I think the main difference is that it stops appearing on the left hand side column. You can still access it via the administration panel though.
@sophie: Who can dearchive a public Circle? and a private Circle?
By Alexandre on 2019-10-28T08:53:27 (imported from GitLab project)
- Developer
@alexandre @jbpasquier I have worked a bit on the administration panels Here is the Archives section : https://invis.io/3POVGBKAQD8#/390675420_Archives After all allowing user to read an archive sounds tricky in terms of navigation if we want to give access to more the just the chat. Might be easier to just ask user to unarchive in order to go through it.
Administrator only can unarchive public and private circle. Yes when circle is archived, it desappear from side bar and appear in the administration panel
I have also changed a bit the search bar and table styles of all administration panel. Hope it's fine by you.
- Author Contributor
@sophie: Cool! Thank you.
Don't we want the archived Circles and Project at the end of the search results in the administration sections? Might make them easier to find.
I am not fighting against the additional Archives section but it feels to me we'll never go into it. Might be what we want not to bloat the administration panel with useless Projects and Circles though. Just asking :)
By Alexandre on 2019-10-28T11:08:04 (imported from GitLab project)
- Owner
Notice that with current core status, we're still bad at showing mixing content (Circle + Project) on the same place
- Author Contributor
@jbpasquier: Good catch soldier. I create an issue for that.
By Alexandre on 2019-10-28T11:27:35 (imported from GitLab project)
- Author Contributor
Done: https://git.happy-dev.fr/startinblox/framework/sib-core/issues/523
By Alexandre on 2019-10-28T11:32:06 (imported from GitLab project)
- Developer
ok if it's easier for you we can do it this way without mixing them both https://invis.io/3POVGBKAQD8#/332923050_Administration_-_Projets
- Author Contributor
You are so efficient. We love you
By Alexandre on 2019-10-28T11:37:12 (imported from GitLab project)
- Maintainer
I guess we can push this feature to a future milestone. This feature is clearly not going to block adoption.
- Maintainer
I don't really understand why we mix projects and circles here. What will happen when we add new kinds of contents? I feel like we're mixing carots and potatoes. Maybe we are too much influenced by the chat use case.
- Author Contributor
@alexandre @jbpasquier @sylvain Can someone tell me how to create the leave/archive/ask for invite/join button using the framework? The only example I found is leave using
sib-delete
.By Christophe Henry on 2019-10-28T15:12:53 (imported from GitLab project)
- Author Contributor
Those are not the same features indeed.
Leave is indeed
sib-delete
on the link to the member's profile with theteam
containerArchive / Join / Ask for invite is probably a PATCH
sib-form
. @balessan, @sylvain, @clement, @matthieu: I found no exemple in https://git.happy-dev.fr/startinblox/framework/sib-core/tree/master/examples. Can you provide one?@christophehenry: Ask for invite is only for projects. We are dealing with public circles for now. It doesn't exist in circles.
I send you a few numbers you can call if you don't have an answer quickly enough here.
By Alexandre on 2019-10-28T15:12:53 (imported from GitLab project)
- Maintainer
You just need to add the attribute
partial
to the sib-form: https://git.happy-dev.fr/startinblox/framework/sib-core/blob/master/README.md#sib-form
- Author Contributor
Hey hey, up to date documentation. That's how they roll!
By Alexandre on 2019-10-28T15:16:05 (imported from GitLab project)
- Maintainer
We need to figure out a spec first for that: https://git.happy-dev.fr/startinblox/djangoldp-packages/djangoldp/issues/189