Allow to create new team#2375
Conversation
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
| private: boolean | ||
| members: Arr<Ref<Account>> | ||
| archived: boolean | ||
| icon?: Asset |
There was a problem hiding this comment.
We do not need it for generic spaces.
There was a problem hiding this comment.
We discussed it with Denis, and he told me that the easiest way to add a custom icon is to create this field in Space interface. But there is one more way -- to create a mixin for Space which will show some presenter with the custom icon. So, is it better to use 2nd way?
There was a problem hiding this comment.
Is it only will be used for Team? If so please use it there, and have options for Space unified components. No need for mixin here.
There was a problem hiding this comment.
We should not mix Core and UI in one.
There was a problem hiding this comment.
Now it is used only for teams but in future we will have to use it for userpics in direct messages
There was a problem hiding this comment.
Added a presenter component for Team
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
| private: boolean | ||
| members: Arr<Ref<Account>> | ||
| archived: boolean | ||
| presenter?: AnyAttribute |
There was a problem hiding this comment.
Why we need to extend base Space class?
There was a problem hiding this comment.
Please use some of view.mixin.* if you need presenters.
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
Signed-off-by: muhtimur timur.mukhamedishin@xored.com
Contribution checklist
Brief description
Now we can create teams
Checklist
Related issues
TSK-108