Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move conversation to folder from other user profile [WPB-15479] [WPB-14630] #3849

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Garzas
Copy link
Contributor

@Garzas Garzas commented Jan 29, 2025


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

  • implemented add/remove 1on1 conversation from favorites in other user profile
  • implemented move/remove 1on1 conversation to folder in other user profile
  • implemented snackbar messages about folders in conversation details screen

Attachments (Optional)

screen-20250129-135252.mp4

@Garzas Garzas self-assigned this Jan 29, 2025
@echoes-hq echoes-hq bot added the echoes: product-roadmap Work aligned with the customer-announced roadmap, targeting a specific release date. label Jan 29, 2025
onMoveToFolder: (ConversationFoldersNavArgs) -> Unit = {},
initialPageIndex: GroupConversationDetailsTabItem = GroupConversationDetailsTabItem.OPTIONS,
changeConversationFavoriteStateViewModel: ChangeConversationFavoriteVM =
hiltViewModelScoped<ChangeConversationFavoriteVMImpl, ChangeConversationFavoriteVM, ChangeConversationFavoriteStateArgs>(
ChangeConversationFavoriteStateArgs
),
removeConversationFromFolderVM: RemoveConversationFromFolderVM =
Copy link
Member

Choose a reason for hiding this comment

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

what VM refers to ? better to use full name than abbreviation

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's because it's hard to fit to the max line with this view model argument

@yamilmedina yamilmedina changed the title feat: move conversation to folder from other user profile [WPB-15479, WPB-14630] feat: move conversation to folder from other user profile [WPB-15479] [WPB-14630] Jan 30, 2025
@Garzas Garzas requested a review from ohassine January 30, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: product-roadmap Work aligned with the customer-announced roadmap, targeting a specific release date. size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants