Open
Description
Description
As a user,
I want to see the spaces that I have joined,
So that I can explore the rooms of those spaces.
Designs:

Conditions:
- The explore public spaces (compass) is hidden as this is implemented later.
- The add space button (plus) is hidden as this is implemented later.
- The tab bar with the option to view joined spaces is only shown when the user has at least one space that they have joined (because otherwise they have no clue what to do in here).
- Nested spaces:
- If the user has joined a nested space, we will show here the parent highest in the hierarchy that the user has joined.
- For example, given the hierarchy from the top is A -> B -> C, and user is a member of C, we will show here:
- C if user is not member of B (or A).
- B if user is member of B but not A.
- A if user is member of B and A.
- Multiple parents:
- If a user has joined a space that has multiple parents, all of the parents will be shown.
Acceptance criteria
- TBD
Dependencies
- None
Out of scope
- Nothing
Questions
- [ ]