Skip to content

Networks switcher and admin account creation minds#4384 minds#4379

Olivia Madrid requested to merge feat/tenants-creation-4384 into master

Ticket(s) / Related Merge Requests

minds#4384 (closed) minds#4379 (closed)

Summary of Changes

  • Networks sidenav item added - on prod, it is only visible if your guid is explictly added to the list in https://growthbook.minds.com/features/minds-4384-sidenav-networks-link AND the is_tenant config value is false
  • Clicking the item goes to the networks list, which displays a list of your networks on minds.com
  • List items are displayed in one of two ways:
    • If you have set up the root user for your network, the list item will display two buttons -> 'Manage billing' & 'Go to network'. Neither of these buttons do anything a the moment, as they are dependent on work that is not yet complete.
    • If you have NOT set up the root user for your network, the list item will display one button -> 'Set up network'. Clicking this button opens a modal that asks you to create a username for your root user. The username must obey all the validation rules that are applicable on Minds.com (1-50 chars long, etc.).
      • The 'Confirm' button is only enabled once you have entered a valid username. Clicking 'Confirm' creates a root user for your network site. In the future it will also log you in to the network site and bring you to the network settings page. But this isn't ready yet.

Testing Considerations

minds.com/networks

Deployment Considerations

Depends on Engine MR engine!1495 (merged)

Regression Scope

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

  • Networks list loads
  • Clicking the 'set up network' button opens the username modal and creates a root user

Screenshots / Screen Recording

image

image

image

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports