Accessing groups
Groups are managed from Profile → Preferences → Groups.Viewing groups
The Groups screen fetches all group data from:| Key | Description |
|---|---|
mygroups | Groups you have already joined |
othergroups | Available groups you have not yet joined |
Group item fields
Each group card displays:name— group namecreated_by— who created the groupcreated_at— creation date (formatted as locale date string)
Joining a group
Tap Join Group
Tap the Join Group button on the group card. The app navigates to the
ENTER_GROUP_PIN screen, passing the groupId.Enter the 6-digit group code
On the
ENTER_GROUP_PIN screen, enter the 6-digit code provided by the group administrator.The code must be exactly 6 digits. Submitting fewer digits shows an error toast.
Leaving a group
Tap Leave Group
Tap the Leave Group button (red) on the group card. A confirmation modal appears asking:
Are you sure you want to leave this group?
Error handling
Both join and leave operations surface errors as toast messages at the top of the screen. Common error cases:- Invalid or expired group code
- Network failure
- Group no longer available
error.response.data.message or error.response.data.errors.code[0]) with a generic fallback of "Something went wrong! Try again".