server
server copied to clipboard
Update defaults for the different space types
Description
As a user, I want to have good defaults for each space type
Acceptance criteria
- [ ] Defaults for space types properly set
Additional Context
root space
- [ ] callout groups to use
- Dashboard
- Community
- Subspaces
- Knowledge base (as is currently the case on production)
- [ ] states in the innovation flow ??
- [ ] default callouts to add as is currently the case on production
- [ ] settings privacy: { mode: SpacePrivacyMode.PUBLIC, allowPlatformSupportAsAdmin: false, }, membership: { policy: CommunityMembershipPolicy.APPLICATIONS, trustedOrganizations: [], // only allow to be host org for now, not on subspaces allowSubspaceAdminsToInviteMembers: true, }, collaboration: { inheritMembershipRights: false, allowMembersToCreateSubspaces: false, allowMembersToCreateCallouts: false, }, (as is currently the case on production)
challenge
- [ ] callout groups to use
- Dashboard
- [ ] states in the innovation flow { displayName: 'Explore', description: '🔍 A journey of discovery! Gather insights through research and observation.', }, { displayName: 'Define', description: '🎯 Sharpen your focus. Define the challenge with precision and set a clear direction.', }, { displayName: 'Brainstorm', description: '🎨 Ignite creativity. Generate a constellation of ideas, using concepts from diverse perspectives to get inspired.', }, { displayName: 'Validate', description: '🛠️ Test assumptions. Build prototypes, seek feedback, and validate your concepts. Adapt based on real-world insights.', }, { displayName: 'Evaluate', description: '✅ Assess impact, feasibility, and alignment to make informed choices.', },
- [ ] default callouts to add
- [ ] settings TBD privacy: { mode: SpacePrivacyMode.PUBLIC, allowPlatformSupportAsAdmin: false, }, membership: { policy: CommunityMembershipPolicy.OPEN, trustedOrganizations: [], // only allow to be host org for now, not on subspaces allowSubspaceAdminsToInviteMembers: false, }, collaboration: { inheritMembershipRights: true, allowMembersToCreateSubspaces: true, allowMembersToCreateCallouts: true, },
opportunity
- [ ] callout groups to use
- Dashboard
- [ ] states in the innovation flow { displayName: 'Explore', description: '🔍 A journey of discovery! Gather insights through research and observation.', }, { displayName: 'Define', description: '🎯 Sharpen your focus. Define the challenge with precision and set a clear direction.', }, { displayName: 'Brainstorm', description: '🎨 Ignite creativity. Generate a constellation of ideas, using concepts from diverse perspectives to get inspired.', }, { displayName: 'Validate', description: '🛠️ Test assumptions. Build prototypes, seek feedback, and validate your concepts. Adapt based on real-world insights.', }, { displayName: 'Evaluate', description: '✅ Assess impact, feasibility, and alignment to make informed choices.', },
- [ ] default callouts to add
- [ ] settings privacy: { mode: SpacePrivacyMode.PUBLIC, allowPlatformSupportAsAdmin: false, }, membership: { policy: CommunityMembershipPolicy.OPEN, trustedOrganizations: [], // only allow to be host org for now, not on subspaces allowSubspaceAdminsToInviteMembers: false, }, collaboration: { inheritMembershipRights: true, allowMembersToCreateSubspaces: true, allowMembersToCreateCallouts: true, },
virtual contributor
- [ ] callout groups to use
- Dashboard
- [ ] states in the innovation flow { displayName: 'Introduction', description: 'Scroll down to read more about how to get started. Ready to add some knowledge to your Virtual Contributor? Click on Body of Knowledge ⬆️', }, { displayName: 'Body of Knowledge', description: 'This is where you can provide all relevant information for the Virtual Contributor to know about. There are three posts added to get you started, click on the ➕ COLLABORATION TOOL to add more..', }, { displayName: 'Going Live', description: '', },
- [ ] default callouts to add Callouts from state 1-3 in https://alkem.io/building-alkemio-org/challenges/platformmanagement-9815/opportunities/yourvirtualcontrib-1183
- [ ] settings privacy: { mode: SpacePrivacyMode.PRIVATE, allowPlatformSupportAsAdmin: false, }, membership: { policy: CommunityMembershipPolicy.APPLICATION, trustedOrganizations: [], // only allow to be host org for now, not on subspaces allowSubspaceAdminsToInviteMembers: false, }, collaboration: { inheritMembershipRights: false, allowMembersToCreateSubspaces: true, allowMembersToCreateCallouts: true, },
Areas that will be affected
To be added during the refinement