Skip to content

Conversation

@BillCarsonFr
Copy link
Member

Fixes #3678 (add invite by mail screen for private space)
Fixes #3945 Remove the "Teammate spaces aren't quite ready" bottom sheet

When creating a new private team space, a screen is added where you can add up tp 3 emails. There is no integration with contact book for now.

  • If no emails entered you can skip this step
  • If one the email is malformed an inline error is displayed and you have to fix in order to continue
  • If no Identity Server is defined, user will see a message and an action to open discovery settings

image

image

image

@BillCarsonFr BillCarsonFr requested a review from bmarty September 7, 2021 12:27
@BillCarsonFr BillCarsonFr added the Z-NextRelease For issues and PRs which should be included in the NextRelease. label Sep 7, 2021
@BillCarsonFr
Copy link
Member Author

Full flow when you don't have IDS
image

@BillCarsonFr BillCarsonFr added the A-Spaces Spaces, groups, communities label Sep 8, 2021
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(static review) 2 small remarks

super.onViewCreated(view, savedInstanceState)

views.recyclerView.configureWith(epoxyController)
epoxyController.listener = this
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add cleanup in onDestroyView()

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

}

private fun stopListenToIdentityManager() {
identityService.addListener(identityServerManagerListener)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removeListener :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙃

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Spaces Spaces, groups, communities Z-NextRelease For issues and PRs which should be included in the NextRelease.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the "Teammate spaces aren't quite ready" bottom sheet Spaces | M3.23 Invite by email in private space

3 participants